Hi all, I am relatively new to the Arduino.
I am trying to configure a device via USB, direct serial USB communication is possible. I have tried Termite which works, however for some reason I cannot modify any of the settings on the device.
Apparently it is possible via the Arduino. So my question is can I just wire a usb cable directly into the Tx Rx headers on the Arduino board and use the Serial Monitor? Or do I need to purchase a USB host shield?
2. USB uses a different line encoding method called NRZI with bit-stuffing (Fig-2), sent over a differential pair (D+ and D–). This signal is not compatiable with asynchronous logic (Fig-3) of TX/RX signals of ATmega328P MCU of UNOR3 board.