Page 1 of 1

Serial Connection problems

Posted: Sun Aug 17, 2014 3:58 pm
by JDMoore0883
Hello everyone!

So this seems to me to be a bit more of an OS issue on my end, but I will post for help nonetheless... So I am using a USB Serial connection to the Pi. In windows, using PuTTY, the connection is fine. When I try to use it in Linux however, it doesn't. Here is the command I am using:

sudo minicom -b 115200 -D /dev/ttyUSB0

I get prompted for my sudo password and minicom comes up. But the bottom right status lists as offline, and there is no responses to any input. If I unplug the USB cable, I get an error about not being to read the /dev/ttyUSB0 device.

I am very sure I am doing something wrong somewhere, as the connection is fine in Windows and PuTTY, but I can't for the life of me figure out what and where things are going wrong.

Any ideas?

Re: Serial Connection problems

Posted: Sun Aug 17, 2014 6:12 pm
by FTrevorGowen
JDMoore0883 wrote: ...
sudo minicom -b 115200 -D /dev/ttyUSB0

I get prompted for my sudo password and minicom comes up. But the bottom right status lists as offline, and there is no responses to any input. If I unplug the USB cable, I get an error about not being to read the /dev/ttyUSB0 device.

I am very sure I am doing something wrong somewhere, as the connection is fine in Windows and PuTTY, but I can't for the life of me figure out what and where things are going wrong.

Any ideas?
I've also had issues with getting minicom to work and, eventually, both on my Pi's and Ubuntu netbook found GtkTerm easier to set up and get working (from the Desktop)
FWIW, links to some screenshots & other notes below:
http://www.cpmspectrepi.webspace.virgin ... pters.html
http://www.cpmspectrepi.webspace.virgin ... rtRep.html
Trev.

Re: Serial Connection problems

Posted: Sun Aug 17, 2014 11:14 pm
by klricks
Not sure if this will help but I only use sudo with minicom when setting the config. After that don't use sudo.