Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

No Serial Monitor output from sketch using Bridge library #29

@per1234

Description

@per1234

Moved from arduino/Arduino#3298 by @IvanKunjasic

I try to upload simple Bridge sketch to my Arduino YUN, but i didn't get any Serial Monitor output.
http://www.arduino.cc/en/Tutorial/Bridge

Also, on two separate Arduino Yuns on two separate laptops, I can't get JsonParserExample(aJSON) to Run. I just get no output in the Serial Monitor. And if I change the lines

if (!root.success()) {
Serial.println("parseObject() failed");
return;
}

to

if (!root.success()) {
Serial.println("parseObject() failed");
return;
} else {
Serial.println("Success!");
}

I still get nothing from the Serial Monitor.

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

Any clue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions