/arduino-usb2uart

Implementation of Arduino to behave as a USB-UART Serial bridge.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

arduino-usb2uart

Implementation of Arduino to behave as a USB-UART Serial bridge.

Connection:

SoftserialRX pin10 ---> Device(TX)

SoftserialTX pin11 ---> Device (RX)

Load the program and upon power-up, the arduino now acts as USBtoSerial Converter.