juancgarcia / HID-Relay

Arduino project to convert wired USB HID device to Bluetooth (pipes USB HID reports out through a Bluetooth HID module)
426 stars 77 forks source link

Suggestion: Use SoftwareSerial #5

Open themoonisacheese opened 6 years ago

themoonisacheese commented 6 years ago

It appears you're using the same serial pins as the ones that are used to flash the arduino.

why not use SoftwareSerial, which allows you to simulate serial ports on different pins?

I just stumbled on your project, and it is currently late, but I will submit a pull request soon™ to do that.