Serial ports on computers can (usually) do 5,6,7,8 data bits.
The 8250/16450/16550 serial chip doesn't have a way to do 9 bits
This is unusual.
What is it for?


---------- Original Message -----------
From: Jack <jsc...@wanadoo.fr>
To: mailing list for gambas users <gambas-user@lists.sourceforge.net>
Sent: Mon, 11 Apr 2011 12:17:50 +0200
Subject: Re: [Gambas-user] Serial with 9 databits

> Le 11/04/2011 11:00, wally a écrit :
> >
> > Is there a way to setup the gambas serial control to 9 databits ?
> > ( or another way to communicate with (9 dtat,  even par,  2 stops ) ?
> 
> IF your name port is sPort
> 
>    Sport.Speed = "19200"
>    Sport.Parity = 0
>    Sport.DataBits = 9
>    Sport.StopBits = 2
> 
> Jack
> 
> ------------------------------------------------------------------------------
> Xperia(TM) PLAY
> It's a major breakthrough. An authentic gaming
> smartphone on the nation's most reliable network.
> And it wants your games.
> http://p.sf.net/sfu/verizon-sfdev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------


------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to