Results 1 to 2 of 2
I'm working on the same problem. Has anyone had any solution like AGG Software's Serial Data Logger but for Linux? I have used this application in the past on Windows ...
- 11-30-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 1
Serial Data Logger Software
I'm working on the same problem. Has anyone had any solution like AGG Software's Serial Data Logger but for Linux? I have used this application in the past on Windows and it meets all my needs, but I can't find similar app for Linux.
--
Helen
- 11-30-2010 #2Just Joined!
- Join Date
- Jun 2008
- Posts
- 4
Hi Helen,
I haven't found any Software comparable to this one. It is in fact very easy to access the RS232 ports using commad lines.
# cat /dev/ttyM0 > log.txt
This command logs for example the RS232 stream from port /dev/ttyM0 to a text file.
Does it help you ?
Regards,
B2N


Reply With Quote
