Re: [Gambas-user] Upgraded to 3.0.0, Serial port example no longer works

2012-01-11 Thread Benoît Minisini
Le 08/01/2012 01:07, pf a écrit : > Hi > > I upgraded to 3.0.0 > > The serial port example doesnt work anymore. > When i get input on the serial port i stops with an error. > > Public Sub SPort_Read() >Dim s As String >Read #Sport, s, Lof(Sport) ' At this line i get an >

[Gambas-user] Upgraded to 3.0.0, Serial port example no longer works

2012-01-07 Thread pf
Hi I upgraded to 3.0.0 The serial port example doesnt work anymore. When i get input on the serial port i stops with an error. Public Sub SPort_Read() Dim s As String Read #Sport, s, Lof(Sport) ' At this line i get an error saying: End of file in FSerialPort:53 TextArea