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
You Might Also Like
One Platform. Total IT Insight. Start with PRTG Now
Why settle for fragmented monitoring? PRTG consolidates everything - servers, VMs, network devices, cloud services, and more, into one powerful platform. Get real-time status, customizable alerts, and deep analytics to drive smarter decisions. Designed for complex environments, PRTG scales with your needs, supports team collaboration, and helps you prevent outages before they impact users. Take control of your IT landscape and deliver the uptime your business requires.
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).