Hi,
I have a usb serial adapter and was happily using minicom with it under openSUSE 11.2. I've upgraded to openSUSE 11.3 and I can only use minicom with this serial adapter as root. I had previously had problems writing to /var/lock under openSUSE 11.2 which I worked around by changing the minicom config to use /tmp as its lock file location.
Hi everyone,
Is it possible that I can run multiple session of minicom in a server?
For example, 3 USB to Serial cable connecting to 3 console port device from a single server.
/dev/ttyUSB0
/dev/ttyUSB1
/dev/ttyUSB2
and created 3 different minicom config for each.
Then 3 different users are accessing 3 different console using minicom.
Hi Mod,
If there's thread like this, kindly redirect me.
Tha
I am connecting to Junos OS on Juniper EX-2200 switches using minicom as shown below
minicom -C log_sw1 sw1
Now I have a series of commands that I need to execute on sw1.(example shown below)
cli
request system zeroize
show config
show interface
edit
delete protocols
set system arp aging-timer 240
I want to avoid having to type these commands every time I log into the system.I want to put t
I have Fedora 15 PC and tried to open minicom for serial terminal access. However minicom stays offline even though I set serial device to the correct one, dev/ttyUSB0. I'm using usb uart adaptor with cp201x drive. When I use the same usb uart adaptor in Windows and use tera term to open up serial terminal. It works fine.
Hi,
I am not sure, if this is right place to post this question.
I am trying to read out data from serial port using Minicom. I think so that when my program write a character with value 0, the minicom omits the data somehow. I don't see 0 or NULL character in the output. I don't know how to resolve this problem.
Thanks,
Pranav
I'm a fairly new user to Linux based systems and am still a little uncomfortable with using the command interface.
I'm trying to access my raspberry pi via its serial console on the gpio pins. It's working fine through a USB-3.3v serial dongle. However, there's a problem with long lines and long screens not displaying correctly.
Hopefully people can help me with this problem. I am working with a Mini2440 ARM device and so far have been able to connect to supervivi with minicom. The problem is that the keyboard inputs are not working or at least they seemed to be mapped wrong. I have already tried other alternatives such as Putty and it's the same problem.
I appreciate any help offered.
Hi everyone,
I am new to Ubuntu and I love it. I am trying to send some commands to a programmable LCD displayvia minicom.
I can connect now without problems, but I don't have a clue how to send the commands.