ESP32 - Data Event on Serial2 only one event #7139
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2019-03-21 by mco The problem persists.Here is a simpler example with my console return. We notice that the event on the serial reception does not work anymore after a writing. Code Esp32 - Esrpuino
Console
Can you help me ? |
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.
-
Posted at 2019-03-13 by mco
Hello guys !
I'm new on this forum and beginner in using Espruino. I have some troubles with serial comminication. I'm trying to create a bridge between a TCP and Serial, on the Esp32 board (ESP-WROOM-32).
The problem is when the function "Serial2.write(...)" is called, there is no longer a receiving event on "Serial2.on('data',..." when I send data to the serial.
Before the calling, it works perfertly, but after there is no more event.
Is there a function for data events after a write? Or do you have the same problem on your Esp32 with Espruino?
Excuse me for my english, it's not my first language :)
Hope you can help me
Beta Was this translation helpful? Give feedback.
All reactions