Link to home
Start Free TrialLog in
Avatar of vyom-india
vyom-india

asked on

Serial Port ttyS0 problem on Fedora-7 ?

I have installed Fedora Core 7 on my machine.
I am trying to connect to the COM1 port of an appliance to the Serial
port. (ttyS0)

I am using minicom to view the Serial port output.

On using serialport command, I am getting the error "Cannot get serial
info: Invalid argument" for ttyS0

[root@localhost ~]# setserial -g /dev/ttyS[0123]
Cannot get serial info: Invalid argument
/dev/ttyS1: No such device or address
/dev/ttyS2: No such device or address
/dev/ttyS3: No such device or address

I am unable to diagnose how may I enable the serial port output.
A quick help would really be appreciated..

Raj
Avatar of vyom-india
vyom-india

ASKER

Also below is the output of some more commands:
--------
[root@localhost ~]# dmesg | grep ttyS0
Xen virtual console successfully installed as ttyS0
--------
[root@localhost ~]# wvdialconf /etc/wvdial.conf
Scanning your serial ports for a modem.

WvModem<*1>: Cannot get information for serial port.
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyS1<Info>: No such device or address
Port Scan<*1>: S1
ttyS2<Info>: No such device or address
Port Scan<*1>: S2
ttyS3<Info>: No such device or address
Port Scan<*1>: S3
----------

can anyone diagnose what the problem may be?
ASKER CERTIFIED SOLUTION
Avatar of vyom-india
vyom-india

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial