metalx1000

Trendnet Router Serial UART Hacking

Jul 26th, 2016
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. #Trendnet TEW-432BRP Router Serial UART Hacking
  2. #https://wiki.openwrt.org/toh/trendnet/tew432brp
  3. #Flash 2MiB
  4. #RAM 16MiB
  5.  
  6. ###Pinout###
  7. J1 [] Grnd [] Tx Rx
  8.  
  9. #This device has 3.3V TTL UART. Settings are 38400 8N1.
  10. screen /dev/ttyUSB0 38400,cs8,-parenb,-cstopb,-hupcl
  11.  
  12. #other options
  13. stty raw -echo < /dev/ttyUSB0
  14. cat /dev/ttyUSB0
  15.  
  16. #Very minimal system with no 'ls', so use 'echo *'
Add Comment
Please, Sign In to add comment