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

Reply via email to