TurboMagic 92 Posted March 17, 2021 (edited) Hello, this is the announcement that I just re-released a classic Delphi component called TComPortDrv. The new release is in agreement of the original author and the license was changed to Apache 2.0 by this. What is this non-visual VCL component about? It is an encapsulation of the Windows RS232 API so you can send and receive data via real and virtual COM-ports. The new version works from 10.4.1 Sydney onwards (due to the use of $(Auto) for the LibSuffix setting of the packages. You should get it compile on older versions though as well. Where can I get it from? https://github.com/MHumm/ComPortDriver/releases/tag/V3.0 What got changed in this V3.0 * made compilable with Unicode Delphi * fixed a severe bug in the data receive event which would overflow the internal buffer when using this component with a high baudrate (over 230400) * changed all external comments to XMLDOC * added a method to get a list of available COM-ports (only as COM3, COM4 etc. as of now) * added SetCommBreak and ClearCommBreak methods * made DelayForRX function a method now and based its calculation on the current serial settings * changed the component Icon Enjoy TurboMagic Edited March 18, 2021 by TurboMagic Fix broken link 3 Share this post Link to post
Stéphane Wierzbicki 45 Posted March 18, 2021 18 hours ago, TurboMagic said: Where can I get it from? https://github.com/MHumm/ComPortDriver/releases/tag/V3.0"]https://github.com/MHumm/ComPortDriver/releases/tag/V3.0 Just to let you know, the link is not working (404 error) Share this post Link to post
Steku 0 Posted March 18, 2021 2 hours ago, Stéphane Wierzbicki said: Just to let you know, the link is not working (404 error) https://github.com/MHumm/ComPortDriver/releases/tag/V3.0 works... Regards... Share this post Link to post
TurboMagic 92 Posted March 18, 2021 Thanks for notifying me. Fixed now, so you can enjoy it now 😉 1 Share this post Link to post
TurboMagic 92 Posted March 21, 2021 Small update: it is available via GetIt now for users of 10.4.1 and 10.4.2. Enjoy! 1 Share this post Link to post
HenriqueRodrigues 0 Posted March 22, 2022 How to solve the data reception BUG? I use delphi 10.4.2. Data is received like this: "。㌳㐱 " Share this post Link to post