[Gambas-user] [Gambas Bug Tracker] Bug #960: Cannot get dynamically created SerialPort control events to raise.
bugtracker at ...3416...
bugtracker at ...3416...
Fri Jul 1 14:51:23 CEST 2016
http://gambaswiki.org/bugtracker/edit?object=BUG.960&from=L21haW4-
Comment #1 by Alexander KUIPER:
You are aware events like _Read() only will be called in 'wait' loop? If you call 'sleep' or only process data without waiting on anything, the event will NEVER be called.
In you example "SerPort_Read" has no real usage.
More information about the User
mailing list