0
I am trying to connect CH376S file manage and control chip with NodeMCU for USB to UART conversion. I am using the baud rate of 115200.
For sending command initially I have connected CP2102 to CH376S. If I send the command sequence via serial monitor, I am not getting any acknowledgement from CH376S.
I have written a small code in Arduino to receive anything that's written on serial monitor to display on serial monitor itself just to check whether TX and RX happening properly or not. Still no luck with the result.
The connections are: I am using it in serial mode by putting jumper wire. For setting to 115200 Baud, I have connected D4 and D6 to VCC, D5 to 0. And regular RX and TX connections.
I have attached the connections image. Please do refer thet.
I am not receiving any acknowledgement from the device. It will be of great help if someone explains me what's the problem/mistake that I am doing or what extra settings i am supposed to do in order to make it work. Thanks in advance for any leads/help.
Yes, NodeMCU is an espressif based ESP WROOM -32 . I have tried using CP2120 directly with the module to check the UART functionality and also tried with Arduino UNO. Still no luck in getting response from the CH376S module.
H1 connector is as follows.. top = Parallel/ serial and bottom = RS232 connector. If you want SPI the S_P should be set to serial not parallel as you have it.
H1 connector is as follows.. top = Parallel/ serial and bottom = RS232 connector. If you want SPI the S_P should be set to serial not parallel as you have it.
Hi, thanks for reply. I don't want SPI and also I have tried all the combinations with the H1 connector to receive serial data from module to ESP32. But didn't get any acknowledgement from the CH376S module for any of the combinations.
The module that I have is also a USB host to UART converter where USB will act as a data host and by using USB Host-UART bridge I am suppose to send data to ESP WROOM 32(using regular TX and RX method). If you have any other module which works on the same, please do suggest me.