LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   "Minicom -s" works, but it always show "Offline", then cannot communicate with others (https://www.linuxquestions.org/questions/linux-hardware-18/minicom-s-works-but-it-always-show-offline-then-cannot-communicate-with-others-579461/)

reflecter_chen 08-24-2007 08:44 AM

"Minicom -s" works, but it always show "Offline", then cannot communicate with others
 
My OS is RHEL4.
there is no information about "serial port" in X11 system "HardWare exploer". Restart, in BIOS, serial port's IRQ and I/O Address are OK.
then I try "dmidecode", it shows as follows:

serial services are supported (int 14h)
Handle 0x0800
DM type 8,9 bytes
Port Connector Information
Internal Reference Designator: Not Specified // here different
Internal Connector Type: None
External Reference Designator: SERIAL
External Connector Type: DB-9 male
Port Type: Serial Port 16550A Compatible

I check the right machine, it displays:
Handle 0x0010
DMI type 8, 9 bytes.
Port Connector Information
Internal Reference Designator: COM1 Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
External Reference Designator:
External Connector Type: DB-9 male
Port Type: Serial Port 16450 Compatible

I donnot know how to specify my serial port to COM1!
waiting for your good suggestion.

TB0ne 08-24-2007 10:02 AM

COMx ports are Windows devices. You need to look in your /dev/ directory, for something along the lines of /dev/ttysx (where x is some number), such as /dev/ttys0 or /dev/ttyS0. The ttys0 would be your first serial port (equivalent to COM1), ttys1 would be COM2, etc.

If you're using a USB to serial converter, look for the /dev/ttyUSBx device, and use it.

reflecter_chen 08-26-2007 08:14 PM

the file /dev/ttys0 does exist, with a small red fork on the right top of its icon.

TB0ne 08-29-2007 08:28 AM

Then that's your first serial port. Configure minicom to use it.

cam34 01-27-2010 03:22 AM

Turn off hardware flow control if Minicom is showing as OFFLINE but you know its working! :-)

TB0ne 01-27-2010 11:27 AM

Quote:

Originally Posted by cam34 (Post 3841990)
Turn off hardware flow control if Minicom is showing as OFFLINE but you know its working! :-)

Uhh...this thread is from 2007. Very old and closed.

dtmiller1976 10-23-2010 10:16 PM

...And quite useful
 
Three years, meh... Turns out that last reply was actually useful for me, at least.

cam34 10-25-2010 04:28 PM

:-) Thats why I did it!

bigpook 05-14-2016 02:05 PM

Just dropped by to say that this tidbit helped me out.
 
Not that anyone will ever see this, but even old posts have value. This one helped me out.


All times are GMT -5. The time now is 05:54 PM.