1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Instructions for the Pico Technology USBTC08 Examples
-----------------------------------------------------
This directory contains example programs demonstrating the use of the Pico
Technology USB TC-08 Linux driver as follows:
tc08test_c : An ANSI C example program demonstrating the use of a single
TC08 unit via the C API.
tc08test_cpp: A C++ example program demonstrating the use of multiple TC08s
via the C++ API.
Prerequisites:
1. You must have installed the USB TC08 Driver (libusbtc08) following the
instructions in that package.
2. Your system will need to be set up to allow you to build C and/or C++ programs.
Specifically you will need relevant toolchains and standard libraries. You
will also need the tar and gzip programs to extract the source code. All
these programs form part of any Linux distribution, but they may not always
be installed by default. The configure script should detect whether you
have the necessary tools and inform you of any problems.
Installation:
1. Build and install the USB TC-08 driver
2. Change to the examples directory:
cd examples
2. Build the software:
make
The executable files are found in the subdirectory of each example
Support:
Support for the USB TC08 Linux driver is only available via the Linux forum
on the Pico website (www.picotech.com), where Pico staff and community members
may be able to help you.
If you fix a bug yourself, or write a program you think other users would find
useful as an example, please post it on the forums and we'll consider including
it in future releases.
|