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
Hi @kalanda ,
I successfully uploaded your code to my ESP8266 and led blinking make me think its working properly.
I would like to check output sent the serial port in Platform IO but I keep getting this error:
@alafanechere there is not a blink in the code so maybe you have the default sketch code with a blink that most of the modules have by default, because you really didn't get the upload done. Also, the name of the port depends on the module chip, in my case is a NodeMCU which have the SiliconLabs serial to usb converter and the terminal opens the serial monitor with this line:
pio device monitor --port /dev/cu.SLAB_USBtoUART --baud 115200
Try to know which is the serial-to-usb chip in your module and install the drivers if needed.
Hi @kalanda ,
I successfully uploaded your code to my ESP8266 and led blinking make me think its working properly.
I would like to check output sent the serial port in Platform IO but I keep getting this error:
Am I missing something in the set up ?
The text was updated successfully, but these errors were encountered: