USB reading problem.

Post Reply
IndiamTech
Posts: 1
Joined: Thu Jun 27, 2024 9:44 am

Screenshot 2024-06-27 150252.jpg
Hello,
I'm having trouble reading the USB data from the "RS232 to USB converter" using the native USB port of an ESP32 generic development board. I tested the converter with the Hercules serial terminal, and it seems to be working fine. I also checked the native USB port of the ESP32 using a serial terminal, and that seems to be working fine as well. I don't see any garbage or extra characters. However, when I connect the converter to the board's USB port, the ESP32 doesn't seem to read anything.
Take a look at code snippet.
You do not have the required permissions to view the files attached to this post.
User avatar
_ViR_
Posts: 2
Joined: Wed Jun 26, 2024 8:58 pm

just curious, which library(list) you used ?
Last edited by _ViR_ on Fri Jun 28, 2024 2:27 pm, edited 1 time in total.
Post Reply