corba22 / eggbotcode

Automatically exported from code.google.com/p/eggbotcode
0 stars 0 forks source link

QC command errors out after 69 times in v2.0.1 of EBB firmware #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On the 69th send of the 'QC' command to EBB firmware v2.0.1, you get the 
following error: "!4 Err: Missing parameter(s)", which is incorrect. (there are 
no parameters for the QC command). And all commands after that appear to have 
no effect.

Original issue reported on code.google.com by brian.schmalz on 5 Jan 2014 at 2:05

GoogleCodeExporter commented 8 years ago
Found the source of the problem and fixed it in version 2.2.3 by re-writing the 
whole analog subsystem. We can now enabled any individual ADC channel (A0 and 
A11 enabled by default for QC command on boot) and the "A" command response 
indicates which channels are enabled. 
New command : AC created to handle this new functionality.
Tested QC command and appears to work fine now.

Original comment by brian.schmalz on 11 Jan 2014 at 8:31

GoogleCodeExporter commented 8 years ago

Original comment by brian.schmalz on 11 Jan 2014 at 8:32