I am currently on a project and trying to send data through an Xbee. I used the SerialPort.h library to send 'H' and 'L' via the serial port to an Arduino to turn on a led. It worked. This I tried in Arduino and then in Visual Studio. Both worked.
But my final goal is to send data through serial port as uint8. But I don't know how to send data as uint8. The libraries usually use char for writing on the port.
Thank you in advance. Sorry if it sounds as a newbie question.