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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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).