99
edits
(→Tools.) |
m (→Microchip.) |
||
Line 10: | Line 10: | ||
*[http://www.waitingforfriday.com/index.php/Building_a_PIC18F_USB_device http://www.waitingforfriday.com/index.php/Building_a_PIC18F_USB_device] Building a PIC 18F device. | *[http://www.waitingforfriday.com/index.php/Building_a_PIC18F_USB_device http://www.waitingforfriday.com/index.php/Building_a_PIC18F_USB_device] Building a PIC 18F device. | ||
*[http://www.connectable.org.uk/wp2/?page_id=135 http://www.connectable.org.uk/wp2/?page_id=135] An interesting project using the PIC18F4550. | *[http://www.connectable.org.uk/wp2/?page_id=135 http://www.connectable.org.uk/wp2/?page_id=135] An interesting project using the PIC18F4550. | ||
*[http://picspalsandgals.wordpress.com/ http://picspalsandgals.wordpress.com/] Some starter PIC18F4550 projects including a simple circuit diagram to show the basic connection of the PICKit3 to a 18F4550. | |||
==Tools.== | ==Tools.== | ||
*[http://www.ftdichip.com/Support/Utilities/usbview.zip Microsoft USB Viewer] - USBView is a free utility from Microsoft that displays the USB connection tree and shows the USB devices that are connected to it together with their configuration data. This is very useful for debugging USB enumeration errors. USBView runs under Windows 98, ME, 2000 and XP. | *[http://www.ftdichip.com/Support/Utilities/usbview.zip Microsoft USB Viewer] - USBView is a free utility from Microsoft that displays the USB connection tree and shows the USB devices that are connected to it together with their configuration data. This is very useful for debugging USB enumeration errors. USBView runs under Windows 98, ME, 2000 and XP. | ||
* use lsusb under Linux (with -vv to see descriptiors, you might need to run it with sudo) | * use lsusb under Linux (with -vv to see descriptiors, you might need to run it with sudo) |
edits