dcwbrown / dwire-debug

Simple stand-alone debugger for AVR DebugWIRE chips connected directly to an FT232R/CH340/DigiSpark/LittleWire on Linux or Windows.
GNU General Public License v2.0
189 stars 32 forks source link

[success report] Debug with PL-2303HX based UART #37

Open tai opened 6 years ago

tai commented 6 years ago

This is a report that I successfully run dwire-debug on cheap PL-2303HX USB-UART dongle. Through gdbserver run by dwire-debug, I was able to attach gdb and load/execute(continue) the code on ATMEGA328P. Other dwire-debug commands I tested also worked as expected.

Wiring is exactly same as what's described - single diode bridging between RX->TX direction, with RX also connecting to MCU's nRESET (DebugWire) port. Attached is a photo

Thanks for the great work!

dwire-debug-on-pl2303hx-usb-uart-adapter