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
Printable View
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
Hi R@emdonck
If you have installed the MSDN Files you'll find
samples in following map:
c:\program files\ms visual studio\msdn98\98vs\1033\samples\vb98\mscomm\vbterm.prj
greetings
Ray