|
|||
ttyUSBSpy:ttyUSBSpy is a serial port spy, it works on usb-serial converters. It relays on the usbmon module functionality. tcpdump captures data betwen the PC and the usb conversor chip, ttyUSBSpy filters the captured data and show the data and signals of Rs232 port. The GUI Shows the data in Hex Mode. |
|
||
RUNNING:extract the archive and run python DlgttyUsbSpy.py
to activate capture mode sudo python DlgttyUsbSpy.py
|
|||
USAGE:as a practical approach, you would probably:
tcpdump -i usbmon1 -w usblog.pcap
usbmon1 is the usbmon module asociated with the USB-RS232 conversor.usblog.pcap is the file to store the captured data. Received bytes or signals are shown in green Selected bytes or signals are shown in red |
|||
![]() |
|||
|