Author Topic: ConnectionEstablished event in SerialDF1forSLCMicroCom1  (Read 604 times)

bachphi

  • Hero Member
  • *****
  • Posts: 644
    • View Profile
ConnectionEstablished event in SerialDF1forSLCMicroCom1
« on: March 06, 2017, 05:00:12 PM »
Archie,

The ConnectionEstablished event in SerialDF1forSLCMicroCom1 driver did not seem to work. I put a msgbox in the event to see if it fire, but nothing pop up. I am using 399v.
Thanks.
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5283
    • View Profile
    • AdvancedHMI
Re: ConnectionEstablished event in SerialDF1forSLCMicroCom1
« Reply #1 on: March 06, 2017, 05:24:18 PM »
It does not work because unlike a TCP connection, when a serial port is open, there is no feedback from the device. The closest you can get is to use the DataReceived event to determine a connection is made.