code examples for experimenting with devc-ser8250

Hello,
I would like to experiment with the devc-ser8250 driver. Where could I find
some source code to attach to this driver (ex: mini terminal program)?

Thank’s.

Sebastien Ruel.

I don’t think devc-ser8250 will work with QNX4.

Maybe you ment to post this in an RTP newsgroup.


Bill Caroselli – 1(626) 824-7983
Q-TPS Consulting
QTPS@EarthLink.net


“Sebastien Ruel” <sruel@oerlikon.ca> wrote in message
news:a3p7ma$3ag$1@inn.qnx.com

Hello,
I would like to experiment with the devc-ser8250 driver. Where could I
find
some source code to attach to this driver (ex: mini terminal program)?

Thank’s.

Sebastien Ruel.

\

“Sebastien Ruel” <sruel@oerlikon.ca> wrote in message
news:a3p7ma$3ag$1@inn.qnx.com

Hello,
I would like to experiment with the devc-ser8250 driver. Where could I
find
some source code to attach to this driver (ex: mini terminal program)?

dev-ser8250 c’est pour QNX6/RTP. Quel sorte d’experience, il y a des tonnes
de choses qu’on peus faire :wink:

de base

fd = open ( “/dev/ser1”, RDONLY);
write( fd, …)
close (fd );

\

  • Mario