All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maksym Veremeyenko <verem@domain.hid>
To: CHABAL David <david.chabal@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] 16550A driver and Moxa card / solved
Date: Fri, 11 May 2007 12:12:45 +0300	[thread overview]
Message-ID: <4644338D.5020405@domain.hid> (raw)
In-Reply-To: <XqI9Fhxa.1178875870.3777430.dchabal@domain.hid>

CHABAL David пишет:

> I met some trouble with the 16550A driver provided in Xenomai 2.3.1
> and my Moxa cards (PCI / 8 * RS232 / 168U ).
> 
> It was a problem of baudrate computation before setting the LCR_DLAB
> register.
> 
> The formula implemented by the Xenomai driver is different from the one
> provided by Moxa. So I copy/paste the formula from the mxser.c file
> (present in the
> kernel distro), and it seems to work fine.
> 
> I think it's Moxa card dependant, may be caused by the high default baud
> rate of this card.

I have two Moxa boards with no problem, possible you need to specify 
'baud_base' param.

I my case :

# 8 ports board:
/sbin/modprobe xeno_16550A \
ioaddr=0x1000,0x1008,0x1010,0x1018,0x1020,0x1028,0x1030,0x1038 \
irq=9,9,9,9,9,9,9,9 \
baud_base=921600,921600,921600,921600,921600,921600,921600,921600

# 2 ports board + onboards:
/sbin/modprobe xeno_16550A ioaddr=0x3f8,0x2f8,0xdf00,0xdf08 
irq=4,3,11,11 baud_base=115200,115200,921600,921600


-- 
________________________________________
Maksym Veremeyenko


  parent reply	other threads:[~2007-05-11  9:12 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11  9:31 [Xenomai-core] 16550A driver and Moxa card / solved CHABAL David
2007-05-11  9:08 ` Jan Kiszka
2007-05-11  9:12 ` Maksym Veremeyenko [this message]
2007-05-11  9:17   ` Jan Kiszka
2007-05-11 10:57     ` CHABAL David
2007-05-11 10:28       ` Maksym Veremeyenko
2007-05-11 10:36       ` Jan Kiszka
2007-05-11 11:25         ` Jan Kiszka
2007-05-11 12:33           ` CHABAL David
2007-05-11 11:46         ` Maksym Veremeyenko
2007-05-11 12:11           ` Jan Kiszka
2007-05-11 14:11             ` CHABAL David
2007-05-11 13:25               ` Jan Kiszka
2007-05-11 13:35                 ` Maksym Veremeyenko
2007-05-11 14:33                 ` CHABAL David
2007-05-11 13:54                   ` Jan Kiszka
2007-05-11 13:58                   ` Maksym Veremeyenko
2007-05-11 15:33                     ` CHABAL David
2007-05-11 15:45                       ` Jan Kiszka
2007-05-11 13:29               ` Maksym Veremeyenko

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=4644338D.5020405@domain.hid \
    --to=verem@domain.hid \
    --cc=david.chabal@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.