Friday, November 6, 2009

USB 8 bit Interface Board

Microcontroller Project Circuit - USB 8 bit Interface Board

This is a USB (universal serial bus) interface board which can be used to connect 8 (parallel) data lines to the USB. The interface comes with a small internal FIFO (384 byte Tx, 128 bytes Rx) and 4 handshake lines which make it suitable for interfacing microcontroller designs to the USB.

It can, also be used as simple 8bit IO when the so-called "bitbang mode" is enabled. Note. however, that in this mode, the bits will not come out in a constant bitrate but in chunks of 64 bytes with specified baud rate followed by a delay.

Download : schematic, source code 1, and source code 2