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.
License
GNU General Public License version 2.0 (GPLv2)Follow Serial line sniffer
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent port sniffer! Exactly what I needed for debugging the bootloader code for a microcontroller. The only thing that stumped me for a few minutes was that it defaulted to BSD mode, but once I actually read the documentation, it was all clear. Great tool! Thanks!
-
Very good. I propose though, you should add a flag to output ascii and utf strings without the hex equivalent, this will make sniffing such data much more readable. I used it to debug my project, so i'll add you to my aknowledgements
-
very good. but I want it to display what content I send. so I can know if I send the right content from my app. thank you.
-
I needed a different output (pure hex, single line space) and after changing just two lines of code I was there. The power of open source!
-
Unlike my previous poster indicated this program works well with Unix 98 ptys. Just use the -u parameter (or --unix98 instead).