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

Add support for MacOS #39

Closed DeqingSun closed 5 years ago

DeqingSun commented 5 years ago

Tested with Attiny13+FT232 and Attiny13+Digispark

I guess there is a latency in FT232's mac driver. The program needs to wait 10~20ms after data received. Otherwise, the program reads nothing and throwing an error.