Re: [Gambas-user] does nothing using serial object as class property to implements

2015-12-04 Thread PICCORO McKAY Lenz
The gambas serial implementation has one bug! the Xon/Xoff flow control are not implemented and only are the "Both" that could be confused with! that's why my class does not work! i'll report then now Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2015-11-30 18:26 GMT-04:30 PICCO

[Gambas-user] does nothing using serial object as class property to implements

2015-11-30 Thread PICCORO McKAY Lenz
i'm trying t5o use the serial port with a class.. but when i try to write to the serial port nothing happened.. only wend data if i made all the port stuff from the form class here the code and the problems in comments: '' * Begin class serial manager Private SComm As SerialPort Publ