Hi using VB6 in emulated XP mode. When poling inbufferCount I get data using SComm1.Input but the OnComm event does not fire at all. I have tried what I can do but can’t get it to fire what so ever. What am i doing wrong?
Best Regards
Thomas
By: Guest
Posted on: Dec 20 2016 at 08:50:45 PM
What is the RThreshold value?
By: Guest
Posted on: Dec 21 2016 at 09:34:10 AM
It is 0 and RTSEnable True
By: Guest
Posted on: Dec 21 2016 at 10:57:59 AM
And now it is 1 and al is fine :) Thanks.
By: Guest
Posted on: Dec 22 2016 at 06:42:58 PM
rThreshold must be 1
that threshold tells oncomm even to fire when characters arrive.