Note: I use Visual C++ 2005
I would like to read the received character from the serial port (e.g. 'a', 'b', ...). Instead I get the ASCII code of the character I received (97, 98, ...). Here's the code I use:
//defining the serial port
System::IO::Ports::SerialPort^ mySerialPort;
...
//in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.