Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a XScale PCIe RS-232 board running in a home built quad core w/ 8GB ram that I want to use to either communicate with a UPS or a RS-232 embedded device.
The relevant sections of the output of dmasg are;
dmesg |grep ttyS
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
0000:04:01.0: ttyS1 at I/O 0xd000 (irq = 177) is a XScale
0000:04:01.0: ttyS2 at I/O 0xd100 (irq = 177) is a XScale
When I try to communicate on ttyS0 (built into the motherboard) anything I plug in runs fine, but when I plug them into the card, (ttyS1 or ttyS2) nothing works.
--- OK, Slight update. It seems that one of the updates I did caused an test script I have working to - sort of work. I get the test text string - mostly, I also get some scrap along with it. outputs of;
[root@hawaii ~]# stty < /dev/ttyS0
speed 9600 baud; line = 0;
-brkint -imaxbel
[root@hawaii ~]# stty < /dev/ttyS1
speed 9600 baud; line = 0;
-brkint -imaxbel
[root@hawaii ~]# stty < /dev/ttyS2
speed 9600 baud; line = 0;
-brkint -imaxbel
Any ideas you would choose to share?
Thank you.
Paul
Last edited by PaulGraham; 06-20-2009 at 01:03 AM..
Reason: new testing....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.