java communication api

6
JAVA Communication API API card communication java

Upload: 9869265428

Post on 22-Feb-2017

263 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Java communication api

JAVA Communication API

API card communication java

Page 2: Java communication api

The Java Communications 3.0 API is a Java extension that facilitates developing platform-independent communications applications for technologies such as Smart Cards, embedded systems, and point-of-sale devices, financial services devices, fax, modems, display terminals, and robotic equipment. 

JAVA Communication API

Page 3: Java communication api

Enumeration of ports (administrator and user configurable port mapping).

Port configuration (baud rate, speed, stop bits, parity).

Access to EIA232 standard DTR, CD, CTS, RTS and DSR signals.

Transfer of data over RS-232 ports.

API serial features:

Page 4: Java communication api

Hardware and software flow-control options. Receive-buffer threshold control. Asynchronous event option for notification

of Data available on an RS-232 port. Port hardware line level changes. Port ownership changes within a single JVM.

API serial features (Contd..)

Page 5: Java communication api

CommDriver CommPortOwnershipListener ParallelPortEventListener 

Interface Summary:

Page 6: Java communication api

THANK YOU