interactive-matter / aJson

aJson is an Arduino library to enable JSON processing with Arduino. It easily enables you to decode, create, manipulate and encode JSON directly from and to data structures.
http://interactive-matter.org/2010/08/ajson-handle-json-with-arduino/
567 stars 136 forks source link

YUN problem with Serial Monitor #71

Open IvanKunjasic opened 9 years ago

IvanKunjasic commented 9 years ago

On two separate Arduino Yuns on two separate laptops, I can't get MultiLevelParsing Example to Run. I just get no output in the Serial Monitor.

I've checked the Baud Rates. I've run Examples>Json_Serial and the Serial Monitor works fine there.

Any clue?