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
|
Results 1 to 5 of 5
Thread: need input !!!Threaded View
|
Click Here to Expand Forum to Full Width |