[Gambas-user] Serial with 9 databits

nando nando_f at ...951...
Wed Apr 13 18:38:34 CEST 2011


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 <jscops at ...11...>
To: mailing list for gambas users <gambas-user at 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list