From: Michael Westermann <mw@microdata-pos.de>
To: linux-serial@vger.kernel.org
Subject: Re: Connect with various serial devices
Date: Tue, 16 Dec 2003 08:23:30 +0100 [thread overview]
Message-ID: <20031216082330.Q12637@microdata-pos.de> (raw)
In-Reply-To: <32783.192.168.192.123.1071514853.squirrel@www.clientes.sedifa.com>; from informatic@sedifa.com on Mon, Dec 15, 2003 at 08:00:53PM +0100
Hello,
On Mon, Dec 15, 2003 at 08:00:53PM +0100, Albert Cervera Areny wrote:
> Well, finally thanks to your suggestions we were able to make the most
> important device work. Thanks!
>
> However, we're now trying to make work an Omron V2XF card reader/writer
> but we're stuck again. Maybe somebody in the list has been able to make
> work one of these. Does somebody have any piece of work (or help) we can
> try with it?
>
> The device is supposed to autodetect connection speed, but it doesn't
> return a sigle byte :(
>
> Well, thanks in advance again! ;)
Can i get the doku ?
I've get a short descrition from the omron home-page. The cardreader
has cts but not rts. Please test without CRTSCTS and set RTS manually
with ioctrl.
void set_rts(fd, int para) {
unsigned int c = TIOCM_RTS;
if (fd >= 0)
ioctl(fd, (para) ? TIOCMBIS : TIOCMBIC, &c);
}
Assemble you a cash dispenser, or a pount of sale ?
Happy Testing,
Michael
next prev parent reply other threads:[~2003-12-16 7:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-10 20:33 Connect with various serial devices Albert Cervera Areny
2003-12-11 1:38 ` whitnl73
2003-12-11 8:14 ` Albert Cervera Areny
2003-12-11 9:33 ` Michael Westermann
2003-12-11 12:12 ` Albert Cervera Areny
2003-12-11 12:29 ` Michael Westermann
2003-12-11 13:08 ` Albert Cervera Areny
2003-12-11 13:27 ` Michael Westermann
2003-12-15 19:00 ` Albert Cervera Areny
2003-12-16 7:23 ` Michael Westermann [this message]
2003-12-11 14:47 ` Gerald Emig
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=20031216082330.Q12637@microdata-pos.de \
--to=mw@microdata-pos.de \
--cc=linux-serial@vger.kernel.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.