Results 1 to 2 of 2

Thread: Rs 232

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2002
    Posts
    1

    Rs 232

    I want to control the handshaking pins of the rs232 using VB, the pins which i want to control are RTS and the DTR.

  2. #2
    Addicted Member
    Join Date
    Aug 2001
    Location
    Minneapolis, MN
    Posts
    189
    Code:
    MSComm1.RTSEnable = True
    MSComm1.RTSEnable = False
    MSComm1.DTREnable = True
    MSComm1.DTREnable = False

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