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