Re: [Gambas-user] FW: Serial and Multiserial Problem

2013-01-13 Thread Jussi Lahtinen
H maybe 300 ms is more than enough to fill some buffer --> lost data? Jussi On Sun, Jan 13, 2013 at 10:08 PM, Jussi Lahtinen wrote: > Can you send the whole runnable project (or small demonstration project)? > It's bit difficult to get the proper picture from that. Missing > declaratio

Re: [Gambas-user] FW: Serial and Multiserial Problem

2013-01-13 Thread Jussi Lahtinen
Can you send the whole runnable project (or small demonstration project)? It's bit difficult to get the proper picture from that. Missing declarations, etc. I didn't quite understand why you rejected model based on Sport_read() event..? Jussi On Sun, Jan 13, 2013 at 12:19 PM, dimitris tsiou w

[Gambas-user] FW: Serial and Multiserial Problem

2013-01-13 Thread dimitris tsiou
Thank you for the answer. I had the same problem with 2.24 so I downgrade gambas version to 2.21. This is a code snippet of what I wrote. PUBLIC CTimeOut AS Timer PUBLIC FUNCTION initialize() AS Boolean DIM s AS String DIM Derror AS Integer = 0 DIM i AS Integer = 0 DIM s