jaburns / NintendoSpy

Live controller viewer for Nintendo consoles. Includes viewer application for Windows, and Arduino sketch for hardware interface.
MIT License
252 stars 85 forks source link

Add RTS (Request To Send) Handshake #71

Closed Skuzee closed 4 years ago

Skuzee commented 4 years ago

Some Arduino/clones/serial devices use an optional mechanism (of 802.11 wireless networking protocol) to reduce frame collisions. I don't know why only some devices require it, but I was able to get a Sparkfun Pro Micro atmega32u4 clone to work by adding this line.

I found someone who had a similar problem here: https://www.visualmicro.com/forums/YaBB.pl?num=1531953781

jaburns commented 4 years ago

Thanks!