Announcement

Collapse
No announcement yet.

Parallel port

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Parallel port

    Is it possible to add mousedown events on my homeseer site. This is what I have in visual basic. But I want to be able to access buttons on my HS site to control this action.

    Private Sub cmdup_MouseDown(Button As Integer,
    Shift As Integer, X As Single, Y As Single)
    Out 888, XX
    End If
    End Sub
    Private Sub cmdright_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
    Out 888, XX
    End If
    End Sub

    XX is the output data via parallel port.

    This is what I have for my VB project But I want to control my pan and tilt via web server.
    Thanks.
Working...
X