Troubles with Espruino Tools #7674
Unanswered
espruino-discuss
asked this question in
Other Board General Questions
Replies: 1 comment
-
Posted at 2025-01-13 by @gfwilliams Mostly we connect with Serial for ESP32, I'm not sure why it would be quite as slow as you're seeing over TCP. 115200 baud would be right for ESP32. The 'Unknown error code 31' seems like it comes from the serialport library though. I quick google showed: serialport/node-serialport#1961 Sounds nuts but have you tried a different USB cable/port? Posted at 2025-01-13 by @gfwilliams Or https://stackoverflow.com/questions/35977468/nodejs-serialport-setcommstate which implies there aren't drivers for the serial port chip you're using. Are you able to connect with a terminal app like Putty? |
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
-
Posted at 2025-01-13 by Nicktonious
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions