UART I/O and Memory Allocation Example for GNU
The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain.
The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module.
The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.
contain many examples code for I2c,UART,string ,digital convert, read/write to EEprom in microchip PIC16xx series. and the default compiler is hitech PIC16.
This libusb version 0.1.12. libusb is a library which allows
userspace application access to USB devices.
The official ftp site is:
ftp://ftp.libusb.sourceforge.net/pub/libusb/
The official web site is:
http://libusb.sourceforge.net/
A mailing list is located at:
libusb-devel@lists.sourceforge.net
Libusb-win32 is a library that allows userspace application to access USB
devices on Windows operation systems (Win98SE, WinME, Win2k, WinXP).
It is derived from and fully API compatible to libusb