Post about your Basic project here

Moderator: Mmiscool

User avatar
By lew247
#45461 I've just come across this post.
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