Skip to content

mykeTheArchAngel/Serial_Port_Debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serial_Port_Debugger

A practical Serial Port Enumeration & Connection Tool. This tool helps identify active serial ports and connects to them for debugging hardware devices (like routers, IoT devices, or embedded systems), which is essential for electrical/hardware security testing.

Use with Real Hardware

  1. Connect USB-to-Serial adapter
  2. Identify device port:
    sudo ./serial_tool.py --list Example output: /dev/ttyUSB0 - FT232R USB UART

Connect to device: sudo ./serial_tool.py --connect /dev/ttyUSB0 --baud 115200

About

A practical Serial Port Enumeration & Connection Tool. This tool helps identify active serial ports and connects to them for debugging hardware devices (like routers, IoT devices, or embedded systems), which is essential for electrical/hardware security testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors