README
author viric <viriketo@gmail.com>
Mon, 10 Jan 2011 19:07:49 +0100
changeset 15 06da811cdc27
parent 7 daa76fbc50aa
child 16 62f8cead15df
permissions -rw-r--r--
Fixing the month written into the file.

* BUILD

- Have the libusb development package and libraries installed
- Run "make"

Then you have the program 'pce' which you can run for programming (-s) or
downloading from the device (-d).


* INSTALLATION

Copy the 'pce' program wherever you want.

You will need read-write access to /dev/bus/usb/*/your_device. If you want a bit unsecure but
easy access to it, you may want to set up an udev rule in your system like this:

SUBSYSTEM=="usb", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="0003", MODE:="0666"


* LICENSE

The code is licensed on terms of the GPLv3 license or later. Please find the license in the file
LICENSE distributed with the program.