Hy everybody,
sorry if my question has already been done, but i'm not able to find a solution.
I need to install pyserial on linino in order to talk to the mcu side via a serial port.
The problem is that I cant connect the Yun to the internet and so I cannot use
opkg install pyserial
is there a way to download it on the pc, transfer it via WinSCP on the Yun and then install it locally?
Then you can copy the package file in the Yun using WinSCP or equivalent software. It is better to copy the package in /tmp so the Yun will store the file in the RAM and the copy process will be faster.