C++CodeDelphi

Learn How To Easily Work With A COMPort On Linux In Delphi Using A WINSOFT Library

You can track and use all available ComPorts on your Linux machine by using this fantastic library. It is simple, fast, and efficient to use; simply download and add the library path, declare the units, and call its functions. Follow the tutorial to learn how to do so. In my case, I was using VirtualBox to run Ubuntu on a Windows host. Installing Development Packages To install the development…
Read more
C++

Access FTDI, Prolific, USB, And Serial COM Ports With Firemonkey In Delphi 10 Berlin On Android And Windows

Author: Wolfgang_W_ Developer Erik Salaj over at WINSOFT has a whole suite of Com Port components for Firemonkey in Delphi and C++Builder. The various Com Port components give you access to the Com Port on Android, OSX, and Windows. It does not appear that there is any support for IOS though. You can communication with all kinds of different devices using the Com Port like printers, sensors…
Read more