Results 1 to 3 of 3

Thread: serial port communication

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Posts
    74

    Question

    I want to create an activeX DLL.
    The DLL does not have a form to put an MScomm control on. The DLL however still have to be able to communicate trough the serial port.
    Is the best way to do this by using API? If so - where do I find information about these API's?

    Best regard/Lennart

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    I've tried this before with only partial success. In the end I used a form and just loaded it without showing and that seemed to do the trick even if a little clumsy and not ideal.

    I'm hoping in .net this is somthing that has been addressed, but I'm not holding my breath.

  3. #3
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    Well, lennart you can have a ActiveX DLL that consist of a invisible Form which hold the MSCOmm control.
    So that you 'll have all the MSComm event without rewriting it with all the heaadache API function.

    Cheers!

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