
README.txt
==========

Please refer to ( http://www.icube.ch/java_eclipse_help/java_eclipse_help.html ) for
a simple way to setup a demo project.

The libraries_demo project provides several samples.
---------------------------------------------------

- HdlcDemo
  This sample shows how to communicate with a Meter using the Hdlc communication
  profile and a SerialPort.
  
  Define your meter's HDLC parameters in initializeParameters()
  The serial port parameters are defined in doIt().

  The meter's HDLC parameters are defined in  initializeParameters().
  The serial port parameters are defined in doIt().
  The IEC parameters are defined in initializeParameters(). 

- WrapperDemo
  This sample shows how to communicate with a Meter using the WRAPPER TCP-UDP
  communication profile and a TCP/IP connection.
  
  Define your meter's HDLC WRAPPTER parameters in initializeParameters()
  The TCP/IP connection parameters are defined in doIt().

  
XML files:
--------------
We provide several XML files to start your experimentation.

NOTICE: The serial port of this demo is implemented using

Fazecast jSerialComm
Copyright (C) 2012-2022 Fazecast, Inc.

under the terms of either the Apache Software License, version 2, or the GNU 
Lesser General Public License as published by the Free Software Foundation, 
version 3 or above.

jSerialComm is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.

You should have received a copy of both the GNU Lesser General Public
License and the Apache Software License along with jSerialComm. If not,
see <http://www.gnu.org/licenses/> and <http://www.apache.org/licenses/>.


