All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Pirkl <pavelpirkl@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-help] USB to serial converter using in Xenomai
Date: Sat, 07 Oct 2006 16:16:38 +0200	[thread overview]
Message-ID: <4527B6C6.7000208@domain.hid> (raw)

Hello,
1.
I am using USB to serial convertes with FTDI chip. But I don´t know
which paramaters of irq and ioaddr I must to set for xeno_16550A.ko .
Can you help me where I found this parameters?

2.
Now I am using two serial link defined us
#!/bin/sh
setserial /dev/ttyS1 uart none        #COM2
setserial /dev/ttyS2 uart none        #COM3
insmod    ./xeno_nucleus.ko
insmod    ./xeno_native.ko
insmod    ./xeno_rtdm.ko
insmod    ./xeno_16550A.ko ioaddr=0x2f8,0x3e8 irq=3,5 tx_fifo=10,10 
start_index=0    #COM2, COM3

This two serial link works very good.
But if I am set for example this
#!/bin/sh
setserial /dev/ttyS2 uart none        #COM3
setserial /dev/ttyS3 uart none        #COM4 - not function ??
insmod    ./xeno_nucleus.ko
insmod    ./xeno_native.ko
insmod    ./xeno_rtdm.ko
insmod    ./xeno_16550A.ko ioaddr=0x3e8,0x3f8 irq=5,10 tx_fifo=10,10 
start_index=0    #COM3, COM4

The COM3 works but COM4 doesn´t work. Where is problem?

Thank you very much for your answer.
Pavel Pirkl.











             reply	other threads:[~2006-10-07 14:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-07 14:16 Pavel Pirkl [this message]
2006-10-08 12:35 ` [Xenomai-help] USB to serial converter using in Xenomai Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4527B6C6.7000208@domain.hid \
    --to=pavelpirkl@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.