Is there a way to get the Serial Monitor in wireless mode to work or this option is not available in just wireless connection mode
This works only when my yun is connected directly to the computer. But when in wireless-mode Serial is not available
Is there a way to get the Serial Monitor in wireless mode to work or this option is not available in just wireless connection mode
This works only when my yun is connected directly to the computer. But when in wireless-mode Serial is not available
Serial is just that...a serial connection. Either USB, microUSB, RS-232 , etc.
theDuke540 is right, Serial is just that...a serial connection.
Work around: replace Serial with Console.
You can also see the Console by opening a terminal window and typing ssh root@yourYunsName.local 'telnet localhost 6571' then pressing enter. NB: If you are using Windows, you must install a terminal emulator. PuTTY is a reasonable choice, but you will have to enter the two commands above separately.
I know it's a messy pic (I couldn't use the snip tool with this forum for some reason). Basically, make sure your hostname and port are correct, select ssh and then open.
This is working
But the issue is Console output is very very slow compared to serial.
Is there a way I can increase the speed. Console does not take any baudrates?
does this port 6571 matter
Take a look at my attachment. Basically, when configuring PuTTy for serial,
set the connection type to serial.
Then set the serial line above that to whichever com port you are connected to.
Next to the serial line is the speed. I set it to 115200 baud (115200 Bit/s) for optimum performance.
Then simply open the connection.
Hopefully this is what you needed.
Probably not. The suggestion to use the console and hence PuTTY was due to the fact that serial can't be used in that case and you need to use/establish a IP networking connection and for that, you need to use PuTTY "as is", using the IP address of the Yun and the default port for ssh (TCP/22). No need or use to screw with any serial settings in PuTTY for that...
Probably not. The suggestion to use the console and hence PuTTY was due to the fact that serial can't be used in that case and you need to use/establish a IP networking connection and for that, you need to use PuTTY "as is", using the IP address of the Yun and the default port for ssh (TCP/22). No need or use to screw with any serial settings in PuTTY for that...
You're absolutely right... got lost trying to help out to much.
So for the speed issue then- it could be due to a poor Wifi signal, bad range, obstructions, or interferences on the channel your using?