Just a hunch. i could be wrong...

Try this on both pcs. What do you get?

vb Code:
  1. StartRead = InStr(MyData, "Hello")
  2. lenStartRead = Len(StartRead)
  3. If lenStartRead <= 1 Then
  4.     MsgBox "Hi"
  5. End If