I have the following problem: Using Arduino 1.5.7 and Yun with OpenWrt 1.2 I can upload my sketch via USB and see my sketch working via serial monitor. However when I disconnect the usb connection then i can not connect the serial monitor anymore
error: Unable to connect: is the sketch using the bridge?
and my sketch (Adding Data to Google Spreadsheet viaTemboo) is not working. I tried a example sketch (Bridge/Temboo/SendAnEmail) same result.
The sketch is only working when the Port is set to the USB connection dev/cu/usbmodem1411 (Arduino Yun). What am I doing wrong (I'm quite new to the Yun)? I can connect to the Yun Configuration Page - so the Wifi part must be working.