PDA

Click to See Complete Forum and Search --> : a basic routine: (translate)


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

marex
Feb 5th, 2001, 06:40 AM
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