mscomm error 
Author Message
 mscomm error

I wrote a user interface with a microcontroller and I
can't use the compiled executable on an machine besides
the one used to develop the program.


Mon, 28 Nov 2005 04:01:49 GMT  
 mscomm error
Hi,

You have to properly deploy MSComm32.ocx and its wrapper DLL
(AxInterop.MSCommLib.dll).  How are you installing files on the target
system?  ActiveX controls still are COM objects, and must be registered.
Thus, MSComm32.ocx must be registered when it is installed.

--
Richard Grier  (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.



Mon, 28 Nov 2005 22:57:28 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. mscomm, error in receiving data

2. mscomm - error reading comm device

3. MScomm Errors

4. MSCOMM Error 8012

5. mscomm error 8005 "Port Already Open"

6. MSCOMM error in Win2k but not 98

7. MSCOMM error 8012 Device Already Open

8. MSComm Error 8015

9. MSCOMM reading error from Comm Device (Error 8020)

10. Novice user MSComm run time error

11. MSComm Control and Error Messages

 

 
Powered by phpBB® Forum Software