K
kronecker
I found this code which may be VB6 but I don't know
' Shut down the Comm port event processing and timer
Timer1.Enabled = False
Comm1.RThreshold = 0
What is the equivalent in VB.Net? I have the serial port working fine
and cannot find the above timer or Rthreshold.
K.
' Shut down the Comm port event processing and timer
Timer1.Enabled = False
Comm1.RThreshold = 0
What is the equivalent in VB.Net? I have the serial port working fine
and cannot find the above timer or Rthreshold.
K.