CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Serial Port

  1. #1
    Join Date
    Jun 1999
    Location
    Japan
    Posts
    7

    Serial Port

    I have a form-based application and I have attempted to add serial port interface by adding the comm control to the project, adding the control to my form, and assigning a control variable and an event(message) handler. After doing these steps, compiling and attempting to run, I get an error box that says "unable to create empty document". What remains to be done to make this work? I am following the steps I found in the misc. section of code guru. thanks.


  2. #2
    Guest

    Re: Serial Port

    I'm not quite sure on your problems. I had this problem before and it is related to VC licensing issue. You may check your registery to ensure that the mscomm32.ocx is registered on your registery or it may have corrupted. You may try to reinstall your VC++. Hope it will help.


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