Hi there
I just bought my first yun shield (Dragino) v 1.1.6 and I'm facing a strange behaviour.
As the document states, I don't need to use any jumper anymore, so just plugged the shield on my Mega 2560.
My Mega is powered with a jack 12v.
I can connect to the shield over wifi and ethernet and I'm uploading the sketch over ethernet.
Till there everything working.
I tried to use the sketch YourFirstConfig (https://www.arduino.cc/en/Tutorial/YunFirstConfig) with only one modification, I added the line
#define SERIAL_PORT_USBVIRTUAL Serial
Upload ok, when I open the serial monitor it starts normally but stops in one character:
Hi! Nice to see you!
I'm your YunShield assistant sketch
I'll help you configuring your Yun in a matter of minutes
Let's start by communicating with the Linux processor
When LED (L13) will light up we'll be ready to go!
Waiting...
(in the meanwhile, if you are using the IDE's seria⸮
And then it hangs.
No matter how many times I restart the board, it hangs always in the same character.
Digging all over I couldn't find any information about solving it.
Any help appreciated
Thanks