Componentes Delphi Porta Serial
Componentes ACBr Paleta de Componentes para as Linguagens Delphi e Lazarus. Componentes ACBr Web Site. Delphi; porta serial; tcomport; 7 posts neste t. Do you like Torry's Delphi Pages? ComPort Library is a set of components used for writing serial communication program. It includes 5 components. I need a component to access the serial port in CBuilder. Sandra Marton Free Ebooks here. There is a lot to find on the web but most of it delphi or msvc. Does anyone know of a vcl component t. Torry's Delphi Pages. Description AVSD OEM is a programming interface, which allows you to add support of virtual serial ports to your own application.
Commercial 05 Jul 2006 Description AVSD OEM is a programming interface, which allows you to add support of virtual serial ports to your own application. You have full control over ports created with the help of AVSD OEM, including reading data that some other application has written using WriteFile function, writing data to be read with ReadFile function, flow control signals monitoring and controlling. If you have the software, which works with some device connected to COM port and you want to capture all the data that goes to and from the port, then AVSD OEM is what you need. Just create one virtual port and tell the application to use it. Now you can monitor all data that application writes to the port and redirect it to the real COM port. And vice versa, you monitor all data coming from device and redirect it to the virtual port. With AVSD OEM you can: • Create your_protocol-to-serial abstraction.