I am trying to input serial data to c++ or notepad, is there such a code that can do this in Pbasic language?
I am trying to input serial data to c++ or notepad, is there such a code that can do this in Pbasic language?
Use SEROUT or SEROUT2 or HSEROUT or DEBUG to send serial data to the PC.
Then have your code that You wrote to read the serial port and save the data as a *.txt. Or use a terminal program for testing.
Dave
Always wear safety glasses while programming.
Bookmarks