R@emdonck
Feb 4th, 2001, 10:16 AM
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
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