How do I Serial write unsigned bytes?
in
Core Library Questions
•
3 years ago
I would like to be able to write an array of 80 unsigned bytes (0-255) through the Serial port (Xbee).
However it only accept signed bytes. Is there is way around this?
I need to send the array at once instead of calling write 80 times as there is a small delay in between write calls.
1