Moderator: Mmiscool
I have an ESP8266 but have not loaded basic on it yet, I'm still looking to see how to do it.
A quick question if you don't mind about your weather station.
Can it use COM1 if needed instead of COM2? (obviously I'd have to change the code to the right com port.
2nd IF I was to send the serial output to another device, say another computer or lcd screen, if I was to add the correct code, would the icon associated with the weather be sent to the other computer via the serial port?
or
would it just send the icon name?
I'm imagining the code would be something like this
let icon = json(ret,"main.icon")
then
serial2println icon
or am I completely off track?
Lew
yes, you can use the serial port 1.
About the question 2, you'll send the icon name and not the icon itself.
Regards,
CiccioCB