E
E
elisey4742015-11-13 22:24:57
Arduino
elisey474, 2015-11-13 22:24:57

Can the Arduino Uno be used as a USB to UART bridge?

Can the Arduino Uno be used as a USB to UART bridge? I want to restore a bricked router.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Volkov, 2015-11-13
@elisey474

If you only need the RxD and TxD lines, then you can do it without any problems.
https://web.archive.org/web/20110207183541/http://...
In fact, all you need is to upload a sketch to block the UART on the arduino microcontroller and connect the target device to the GND, RxD, TxD lines. Don't forget that the RxD of the arduino is connected to the TxD of your router, and the RxD of the router is connected to the TxD of the arduino.

M
Max, 2015-11-14
@MaxDukov

you can close the reset with the ground. This is how I restored the MR3020 - everything works fine

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question