|
ANN: nrComm Lib v8.26
DeepSoftware.Com releases the new nrComm Lib v8.26 http://www.deepsoftware.com/nrcomm/
nrComm Lib provides some tools for performing the communications tasks in Delphi/CBuilder development. Library helps to work with various devices: serial RS232 port, voice and data modems, USB, HID, Bluetooth, LPT, GSM/SMS. Product offers the ready solutions for the following issues and tasks:
+) Serial port (RS232, comport). I/O operations, enumeration of available ports. Gets extended info about virtual serial port type (USB, Bluetooth, IrDA etc.) +) Telephone API (TAPI). Work with modem in Data and Voice modes. +) Bluetooth devices and connections. Works with native Windows BT API. +) GSM devices. Send, read, delete and notify about new SMS. IMEI, mobile model name and other info. Access to Phone book records. +) USB devices enumeration. Gets full info about USB hosts, hubs, ports, devices. +) USB I/O operations over WinUSB API. +) Special component helps to install WinUSB driver on any selected USB device. +) HID devices. Enumerates devices and gets HID device capabilities. +) HID I/O operations. Monitoring input HID reports, read and write HID reports and features. +) Direct access to LPT port. +) ZModem and Kermit file transfer protocols +) Terminal property for all comm components. Easy attach TEdit or TMemo etc. +) ANSI/VT100 terminal control +) Support Delphi3-2009, C++Builder 3-2009
Best regards.
Roman Novogrodov http://www.deepsoftware.com/
Related Discussions - FED UP WITH ERRORS... (2001-01-24 10:06:21)Hi...
I fixed the error with deleting the dclusr50.bpl file...delphi succesfully compiled the package after a few unwanted questions...cool:)))...
- ADD COMPONENT (2001-02-13 02:21:11)Ignore that, copy the .dcu file to Delphi's lib directory (e.g. C:\Program Files\Borland\Delphi\Lib)
And then, add the .dcu file to the uses...
- HOW TO DISABLE QUICKREPORT PREVIEW MINIMISE BUTTON (2001-02-15 10:14:15)Hi:
1. Open this file:
qrprev.dfm
from: C:\Program Files\Borland\Delphi\Lib\
2. Change this code:
BorderIcons =
3. Save the...
- HOW? PICTURE IN DBRICHEDIT. (2001-02-21 05:13:54)OK.I make it with RX Lib.NOt problem.
- HOW TO MODIFY THE "SOURCE" OF A TRICHEDIT? (2001-03-06 09:37:57)Here's the code (memScript is the RichEdit);
procedure TForm1.memScriptChange(Sender: TObject);
var
X,Y,I,Pos:Integer;
begin...
- WINTYPES/WINPROCS (2001-03-17 19:42:09)Those two units are used in Delphi 1 (16-bit)... You can either replace the USES clause declaration to use the "Windows" unit, or use conditional...
- IS DELPHI NOT SUPPORT REAL TYPE OF MSSQL 7? (2001-03-23 22:06:45)MS SQL 7 offers: NTEXT, NCHAR, NVARCHAR and UNIQUEIDENTIFIER (a GUID). In order to successfully use new types offered by SQL Server 7 and above...
- FORCE THE COMPILER TO COMPILE ALL UNITS (2001-04-14 15:54:18)Copy the modified *.pas vcl files from the \source directory to the same location as the DCU on your lib search path.
- NEWBIE (INSTALLING COMPONENT WITHOUT .PAS FILE) (2001-04-29 20:12:58)but Delphi 5 ask for .PAS file???
- INSTALL COMPONENTS (2001-05-02 08:19:35)But I am getting this error while I try to compile a package.
Regards,
Eduardo Tavares
www.tavareswebsite.cjb.net
|