Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.11 KB

ReadMe.md

File metadata and controls

24 lines (12 loc) · 1.11 KB

ttyUSBSpy : Python ttyUSB0 serial port Spy

This is a python 3 ready version of https://sourceforge.net/projects/ttyusbspy (Original authors are unknown at least to me (I couldn't find their online accounts)).

ttyUSBSpy is a tool showing usbmon pcap captures of communications with Prolific PL2303* USB-serial converters.

RUNNING:

  • capture USB communications with usbmon.
  • just run python3 -m ttyUSBSpy and you will be able to load your capture there.
  • to activate capture mode run sudo python3 -m ttyUSBSpy

USAGE:

as a practical approach, you would probably:

1. capture data with capture mode or using the [Wireshark]() and capturing the USB data

2. Charge captured file, ttyUSBSpy decodes the file and shows data and signals.