PICOCOMLAP1
===========

Installation & Usage

Installation
------------

1. unpack the tarball file:

   $ tar zxvf picocomlap1.tar.gz

2. change directory to "picocomlap1"

3. compile it using:

   $ make

4. if no error occurs, install it by using:

   $ sudo make install


Usage
-----

PICOCOMLAP1 permits to directly use the development board and to specify
the name of a default file to be sent using XMODEM.

PICOCOMLAP1 can be invoke by using:

   $ sudo picocomlap1 /dev/ttyUSB0 -n <name-of-HEX-file>

When you need to send your HEX file to the board, after typing the command
"up", you just need to use keys [Ctrl-A] + [Ctrl-P]: the specified will be
direclty uploaded.

To exit from PICOCOMLAP1, just type keys [Ctrl-A] + [Ctrl-X] or [Ctrl-A] +
[Ctrl-Q].

