Serial line sniffer
Screenshots
Description
Serial line sniffer (slsnif).slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions.
Serial line sniffer Web SiteUser Ratings
User Reviews
-
Very nice with wine also ! : Launch ./slsnif -un /dev/ttyS0 --log dump.log Read /tmp/slsnif_pty -> /dev/pts/5 Set wine by ln -s /dev/pts/5 ~/.wine/dosdevices/com3 Then run windows application set on com3 ! All is dumped in the file. Great- Thx.
-
I get an error: Failed to open a pty: No such file or directory It seems that it only works with the "legacy" pseudo-terminals such as /dev/ttyp0 etc, and not the newer Unix 98 pty system. The program needs an update to support this.