Hi all,
I got an error massage on my following code
VB Code:
  1. Private Sub Cmd_send_Click()
  2. For j = 0 To bytecount
  3. MSComm1.Output = char(j)
  4. Next
  5. End Sub

pointing to the third line.
can anybody explain me what is wrong?

thank you