Parallax Serial Terminal that allows writing to a file
Jkane
Posts: 113
Hello,
I was wondering if there is a version of the parallax serial terminal that allows all the data received to be written to a file? The max lines for the parallax serial terminal program seems to be 8192, I have about 100,000 lines during a test run and I need to record the entire session.
i suppose that I could use hyper terminal or something like, I just was looking for options, the enviroment is windows, or just modify a standard serial point and connect it to the propeller with two pins and a ground
regards
Jeff
I was wondering if there is a version of the parallax serial terminal that allows all the data received to be written to a file? The max lines for the parallax serial terminal program seems to be 8192, I have about 100,000 lines during a test run and I need to record the entire session.
i suppose that I could use hyper terminal or something like, I just was looking for options, the enviroment is windows, or just modify a standard serial point and connect it to the propeller with two pins and a ground
regards
Jeff
Comments
I've got some old code here that lets you save data to a file using HyperTerminal and Ymodem:
http://forums.parallax.com/showthread.php/102375-YModem-(alpha)
Be nice if PST would let you log session data.
Even nicer if you could invoke the start and end of saving data to a file from the Propeller side....
yes, the standard PST with logging abilities would be cool, I might try the parallax data logger, I purchased one so I think it is worth a shot.
thanks for the info.
regards
Jeff
You call it with a serial device and baudrate rather than a command:
screen /dev/ttyUSB0 115200
C-a K to kill the session
C-a H to toggle writing a logfile
C-a h to dump a hardcopy of current windowful.
In Linux I just use minicom, it does it all too.
There seem to be many choices, I'll try a few.
regards
Jeff