by ries » Sun Feb 03, 2008 10:48 am
by ries
Sun Feb 03, 2008 10:48 am
Hi,
I have a question about the command reference guide of the RCB3.
When one wants to sent commands to the RCB3 it also wants to have a checksum.
In the guide they don't mention how to calculate the checksum.
Does anyone know how to calculate the checksum?
Is there someone who has tried to send commands with their own software to the RCB3?
Thanks in advance,
I have found the answer to my question.
I installed a serial port monitor and saw that the checksum is 0xFF.
The checksum calculation is (cmd+ opt + xx + xx ... ) & 0xFF.
Greetings,
Hi,
I have a question about the command reference guide of the RCB3.
When one wants to sent commands to the RCB3 it also wants to have a checksum.
In the guide they don't mention how to calculate the checksum.
Does anyone know how to calculate the checksum?
Is there someone who has tried to send commands with their own software to the RCB3?
Thanks in advance,
I have found the answer to my question.
I installed a serial port monitor and saw that the checksum is 0xFF.
The checksum calculation is (cmd+ opt + xx + xx ... ) & 0xFF.
Greetings,