-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MantaOSC - version of Manta reported? #38
Comments
the software reports the serial number: v1 is less than 70, v2 numbers On Friday, May 22, 2015, sensestage notifications@github.com wrote:
|
Are you sure? At the moment I find this in the source code of MantaUSB.h:
I'm happy to help out writing the OSC interface to get the information, just looking for where to add it. |
ah! not yet implemented in libmanta. the manta does report it upon On Saturday, May 23, 2015, sensestage notifications@github.com wrote:
|
When the connect method is called it sets the SerialNumber member variable, so you should be able to access that. It's protected so subclasses (including MantaOSC) should be able to access them. I guess the GetSerialNumber method should just be removed, or could return this.SerialNumber. I'm away from my computer for the next 24 hrs or so, but I can accept a PR. |
whoops, looking at this again it looks like GetSerialNumber already returns the serial number, and that TODO comment is outdated. Have you found that method not to work? I also just added a GetHardwareVersion method that just checks the serial number and returns 1 or 2. It's available in the latest master. -s |
I have a first edition Manta here to work with, and it would be nice to know from the software that I am working with a first edition.
Is it reported by the hardware?
The text was updated successfully, but these errors were encountered: