Announcement

Collapse
No announcement yet.

Remote Script Help Needed

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Remote Script Help Needed

    I am trying to control a projector hooked via RS232 to a remote pc. I have a script discussed in another thread by KenM.

    http://board.homeseer.com/showthread.php?t=123350

    I can get this script to work locally, just fine but can not get it to work when doing remote.

    I'm not a coding expert by any means and am just now starting to get into the scripting side of HS to take it to the "next" level. Any help would be greatly appreciated.

    Thanks,
    Dennis

    #2
    This script cannot work remotely as-is.

    The reason is that this script uses hs.OpenComPort() functions, and does not use VB.NET com port functions.

    The result is that the COM port is always opened on the HS server, even if the script is ran remotely.

    In the script you have to replace all hs.Com() port functions with local com port functions.
    --
    stipus

    Comment

    Working...
    X