You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I write some buffer, like <Buffer c0 00 d1 08 00 00 00 00 00 00 00 19 00 00 00 18 00 c0> to the port
the port should be response.
But I got nothing.
port.write(buff)
port.drain()
port.on('data', (data) => console.log(data))
nothing printed..... T_T
https://docs.espressif.com/projects/esptool/en/latest/esp32/advanced-topics/serial-protocol.html
Beta Was this translation helpful? Give feedback.
All reactions