hi,

I found this code:

Dim iCOM1 As Integer
iCOM1 = FreeFile
Open "COM1" For Output As #iCOM1
Print #iCOM1, "M" & Chr(13)
Close #iCOM1

When I do this command, I'll get a string back.
Can somebody tell me how.

thanks