TConnector enables you to access various interfaces through one unified API. Example: if you want to read data from a bar code scanner it doesn't matter whether the scanner is connected to the serial port or data is transferred by TCP/IP - you can use the same API calls.
With only 5 methods (incl. OnData event) you implement the whole communication process - independent of the interface type!
TConnector was mainly developed for data acquisition but provides also communication functionality for other applications - due to its flexible design. And without the need of special knowledge about interface programming!
Data can be read and sent - therefore it's no problem to configure external devices by sending Escape sequences (control characters) from your application.
TConnector is an ActiveX® Control. That way it can be used within various standard applications (Microsoft Internet Explorer, Microsoft Excel®, Microsoft Access, Microsoft Word...) and in almost every development environment (Microsoft Visual Basic®, Microsoft Visual C/C++®, Delphi...).
All supported interfaces are accessible through a slim and unified API.
You can select between two operation modes: standard read/write (synchronic mode) or event driven communication in asynchronic mode (OnData event).
TConnector features also software wedge mode: therefore you can simulate key strokes from incoming data to any application.
TConnector comes with extensive sample applications - for quick and easy start up.