
Re: Bluetooth SendMessageWithParm
65535 will wrap around to -1, I believe. However, if the receiving robot knows beforehand that the incoming number will be positive, it can rewrite this information in a long variable. I f you need more help, you should probably post the code for both master and slave.
You are right when you say 65535 is a 16-bw, but it is a 16-b unsigned word. ROBOTC only calculates in signed values. 16-b signed words have the range of -32768 to 32767.