I am having problems sending x2 packets od data greater than 8 bytes through Arduino RS232.
(I am using SoftwareSerial)
Even if I split the Serial.write into two seperate instructions only one 8 byte packet of data goes out..?
Sorry, I mean to say I am having trouble sending two packets of data greater than 8 bytes.
I realize declaring the variables as byte is the issue but this is the only data type the serial.write command allows...
Robin2:
How do you know the problem is at the sending end rather than at the receiving end?
What is receiving the data? Can you post the receiving program?
...R
I was monitoring with a s/w sniffer to look at whats going out but just tried Real term and yes, it displays the whole packet! Must be a setting in my sniffer, grr