I am trying to send/get rs-232 signals with HS2 and the GC plugin, no luck so far.
I am using the example codes from the help file, and have set the following script up in "events" in HS:
sub main()
Dim GC As Object = hs.Plugin("Global Cache Plugin")
GC.SendSerialData(1,1,"V")
End Sub
I am new to scripting in HS, any ideas how to get this working?
(I have GC-100-12, HS version 2.5.0.52, GC plugin 4.0.0.6)
I am using the example codes from the help file, and have set the following script up in "events" in HS:
sub main()
Dim GC As Object = hs.Plugin("Global Cache Plugin")
GC.SendSerialData(1,1,"V")
End Sub
I am new to scripting in HS, any ideas how to get this working?
(I have GC-100-12, HS version 2.5.0.52, GC plugin 4.0.0.6)
Comment