-
Is there an easy way to detect when the USB cable to the virtual serial port hardware is disconnected? This ends up in a "purge" error... and is not easy (for me) to handle. Any suggestions are arreciated!!
Karl Jan.
2009-07-07 08:58:08 UTC in ComPort Library
-
Thanks for solving this!
It works for D7 also, and cured my problem.... :-)
I only had to change to lines from
raise EComPort.Create(CError_RegError, ErrCode);
to
raise EComPort.Create(CError_RegError, ErrCode);
Sorry for not seeking the site good enough - I asked for help yesterday, but a solution was already there!
Karl Jan.
2009-06-15 17:36:35 UTC in ComPort Library
-
Hi out there!
I wonder if anyone please could give me some help?
I'm using the CPort, version 3.1 (and delph 7) , in a project, and have ran into some problems.
When configuring the serial port, (ComPort.ShowSetupDialog), the Bluetooth COM ports is not enumerated correct.
In the combo drop down, the two first entries are shown as "COM", with no number! The serial ports from...
2009-06-15 16:49:21 UTC in News
-
Hi out there!
I wonder if anyone please could give me some help?
I'm using the CPort, version 3.1 (and delph 7) , in a project, and have ran into some problems.
When configuring the serial port, (ComPort.ShowSetupDialog), the Bluetooth COM ports is not enumerated correct.
In the combo drop down, the two first entries are shown as "COM", with no number! The serial ports from...
2009-06-14 19:34:48 UTC in News