Circuit Lake

Electronic Project and Circuit Collection

USB Related Resources


Simple USB to CAN interface

February 06, 2013 By: admin Category: Interfacing, PIC, USB No Comments →

This simple USB to CAN interface, named as USBtin, can be used to monitor CAN busses and transmit CAN messages. It implements the USB CDC class and creates a virtual comport on the host computer. The interface is controlled with simple commands over this serial port. The commands to USBtin can be sent with any […]

USB Stick Logger for Serial Data UART

January 31, 2013 By: admin Category: Data Acquisition, Microcontroller, PIC, USB No Comments →

This PIC24FJ64GB002-based project allows you to log serial (UART) data and record it to an USB thumb drive without need a PC. To use USB Stick Data Logger, simply connect your system to the logger and plug in an USB key drive. Once the device is connected and correctly configured, all incoming characters on the […]

COM Port Number Detector for Serial to USB Adapter

January 17, 2013 By: admin Category: Detector, Display, PIC No Comments →

Xser is PIC18F2553-based serial to USB adapter with a small LCD display. When connected to a computer, the LCD shows the COM port number assigned to the device. This device helps you to find correct COM port for the USB adapter device without need to check it in your control panel.

Simple USB AVR programmer, USBasp

September 02, 2012 By: admin Category: AVR, Microcontroller, Miscellaneous No Comments →

USBasp is low cost USB in-circuit programmer for Atmel AVR micontrollers. The hardware consists of an ATMega88 or an ATMega8 and a couple of passive components. The programmer uses a firmware-only USB driver, no special USB controller is needed. Its programming speed is up to 5kBytes/sec. USBasp works under multiple platforms: Linux, Mac OS X […]