PDA

Click to See Complete Forum and Search --> : Comport in a DLL


lennart
Dec 4th, 2000, 07:59 AM
I want to create a DLL that uses the comport.
The comport parameters (baudrate etc) should be set inside the DLL.
My question is: How do I do this?
Can I create a form (that never shows) in the AtiveX DLL-project and place a Comport Control on that one, and then
use this comport in the cls-module?

Chris
Dec 5th, 2000, 02:54 AM
Yes you can do it in this way. But everytime you create an Object you will have a new set of comm port setting.

lennart
Dec 5th, 2000, 03:30 AM
Thank you for the info!