Hi. im a newbie in vb6 i need to receive data using mscomm in vb 6...
here is my code but it doesnt work,
please help me...
thanks in advance GODBLESS

---------------------------
Code:
Private Sub Form_Load()

    On Error Resume Next

    ' Fire Rx Event Every Two Bytes
    MSComm1.RThreshold = 2
    
    ' When Inputting Data, Input 2 Bytes at a time
...