hi,
Who can translate this to vb using the MSComm32.ocx
a basic routine:
(1200Bd,ODD PAR,7BITS,1STOP)
OPEN "COM1:1200,O,7,1,CD0,CS0,DS0" FOR RANDOM AS #1
PRINT #1,CHR$(27)+"P"
LINE INPUT #1,GEW$
PRINT GEW$
CLOSE #1
thanks
|
Results 1 to 2 of 2
Thread: a basic routine: (translate)
|
Click Here to Expand Forum to Full Width |