SuperCom - AS511 Protocol Library
for Windows and Linux

Comm Solutions AS511 protocolCommunication Solutions by ADONTEC
Some SuperCom AS511 Functions
64 Bit Ready32 Bit and 64 Bit Versions available!

Samples supporting the NET Framework, C#, Visual Basic NET Serial, TCP, ISDN, data communication for Windows Serial & TCP/IP data communication for Linux

AS 511 Protocol Module

Protocols 3964, 3964R, RK512, MODBUS, AS511 Serial Communication Library protocol AS511, 3964, 3964R, RK512, Serial Communication ActiveX RS-232, RS-485 Toolkit

AS511 protocol module enables direct programming the Siemens PLC (e.g. via S5-PG-interface). The low level data transmission is handled by the AS511 protocol module.

The protocol details are covered by the AS511 protocol module. Synchronisation, data transfer etc. is handled transparently by the specific functions in the AS511 protocol module.

Sample AS511 Protocol API:
C/C++ Read/Write Sample


char Buffer [512];
WORD wAmount;
WORD wPLCStart;
WORD wPLCEnd;
int nRetCode;
BYTE Com = COM_3;

   ComInit (Com);
   ComSetState (Com, 9600, ...);
     :
     :
   if (RS_AS511AddrRead(Com, wPLCStart, wPLCEnd, Buffer, &nRetCode))
       printf ("Read Success.\n");
   else
       printf ("Error: %d\n", nRetCode);

   if (RS_AS511AddrWrite(Com, wPLCStart, Buffer, wAmount, &nRetCode))
       printf ("Write Success.\n");
   else
       printf ("Error: %d\n", nRetCode);

   ComReset (Com);

NOTE:
The SuperCom AS511 Protocol Module is included in the SuperCom 3964 Protocol Engine.


License Information
Executable Applications (e.g. .EXE) developed using SuperCom AS511 Protocol Module can be distributed royalty free.

Supported compilers
C++, C#, Delphi, Visual C++, Visual Basic, Visual Basic NET, C++ Builder, Borland C/C++, Microsoft C/C++, Borland Pascal, VBA, LabVIEW, PowerBuilder and other Windows programming tools (MS .NET ?).


Now the AS511 protocol module over TCP/IP and ISDN
The AS511 Protocol Engine can now be used over TCP/IP and over ISDN connections. This is possible using the optional software SuperCom for TCP/IP, SuperCom for ISDN or the SuperCom Suite.

 

A flexibel and portabel library for use in Windows or Linux application*.

* Please select the specific Windows or Linux products codes.


Home   Back

Data communication software, communication libraries and components
It Simply Works!

Updated on: 2021-08-28 15:42:49