S
S
sanychlxg2016-01-17 16:54:05
network hardware
sanychlxg, 2016-01-17 16:54:05

Why does it not always respond to keyboard input when connected to a device via a com port?

the essence of the problem is as follows, I'm trying to flash the router.
connected to the router via COM port, configured everything. (57600, 8n1) displayed characters in the terminal are normal, but do not always respond to keyboard input (rx,tx,gnd connected).
sometimes the keyboard works and a strange character flies out (something like completely filled in, it's in PUTTY)
where to dig, I'll never know.
I connect via Arduino Uno (there is USB TTL 5v).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
LESHIY_ODESSA, 2016-01-18
@LESHIY_ODESSA

Swap rx-tx
Wrong :
RX <—> RX
TX <—> TX
Correct :
RX <—> TX
TX <—> RX
Arduino-ArduinoSerial.png

S
sanychlxg, 2016-01-18
@sanychlxg

I'll try

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question