PDA

View Full Version : input output code



pitufo
- 19th August 2008, 19:03
I am trying to input serial data to c++ or notepad, is there such a code that can do this in Pbasic language?

mackrackit
- 19th August 2008, 20:57
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.