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

    Serial Communication Problem

    Dear Sir,

    I'm now developing an application using VB6. I need to send text from this application to Com 1 or 2 for LCD device.But my problem now is I got error message "This port only for read only.". How I can send text to serial port for displaying in LCD device.

    Please help.

    Thanks

  2. #2
    Join Date
    Apr 2002
    Location
    Cleveland, Ohio, USA
    Posts
    200

    Re: Serial Communication Problem

    Are you using MsComm or the Windows API?. You will also need to post the code you are using for communication.

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