CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    5

    Com Port setting

    HI,
    I want to read scanned data( scanned through barcode scanner ) into clipboard directly.
    Scanner is connected to COM1 through keyboard.
    plz. send me vb code to read data from serial port and directly copy it to clipboard.

    thanks.


  2. #2
    Join Date
    Jun 1999
    Location
    Switzerland
    Posts
    398

    Re: Com Port setting

    To get data from serial port, you could use Microsoft MSComm
    ActiveX control.

    Leica Geosystems - when it has to be right

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

Featured