Hi all,
I am writing a code for an Arduino Uno wich will drive 4 motors (maybe 6 later) using 2 sabertooth in serial mode.
I would like understand what I need to write in my "Datapacket with axis informations" shield :
- I chose 8 bit resolution and dezimal output.
- I named my axis with A, B, C and D
If I want a checksum only for data from axis (I don't need to verify the A, B, C and D characters because I check them in my code to get the data), is this correct : A~a01~c01~B~a02~c01~C~a03~c01~D~a04~c01~ ??
Currently I didn't test it because I didn't finish my code. But please tell me if something wrong !
Thank you !