Results 1 to 2 of 2

Thread: a basic routine: (translate)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 1999
    Location
    Belgium
    Posts
    98
    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

  2. #2
    Fanatic Member
    Join Date
    Nov 2000
    Location
    Worldwide in the Sun
    Posts
    566
    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
    Ray

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width