UART #15962
Unanswered
FrankHenckens
asked this question in
RP2040 / Pico
UART
#15962
Replies: 2 comments
-
Obviously the data you send is echoed by the RF-ID device or the RS232 module. Which RS232 module do you use and how is it wired? Tell all wires. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can check if the RFID reader is echoing the commands by printing what you receive immediately after sending a command. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to use an antenna to scan a LF RFID chip. I'm using UART to communicate with the reader via an RS-232 module. When I write to UART and when I read, I get the same bytearray. I don't understand why I get the same information. All help is welcome!

Beta Was this translation helpful? Give feedback.
All reactions