particle-iot/spark-cli

Spark serial terminal

Closed this issue · 1 comments

I love the spark serial monitor since it auto scans for the baud rate and i don't have to check my code for it.

But one problem is that, most of the time, i have a while(!Serial.available()) code running and the spark serial monitor won't be able to let me input something.

If this works well, i don't really need putty!

tjw commented

Just ran into the same need when trying out the DHT-22 example library on spark.io.