Click here to Skip to main content
15,902,777 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: usb programming Pin
Dan Neely13-Mar-08 2:19
Dan Neely13-Mar-08 2:19 
GeneralRe: usb programming Pin
duo!@#13-Mar-08 3:55
duo!@#13-Mar-08 3:55 
GeneralRe: usb programming Pin
Dan Neely13-Mar-08 4:00
Dan Neely13-Mar-08 4:00 
GeneralRe: usb programming Pin
duo!@#13-Mar-08 5:54
duo!@#13-Mar-08 5:54 
GeneralRe: usb programming Pin
Matthew Butler13-Mar-08 6:58
Matthew Butler13-Mar-08 6:58 
GeneralRe: usb programming Pin
Dan Neely13-Mar-08 7:05
Dan Neely13-Mar-08 7:05 
GeneralRe: usb programming Pin
duo!@#14-Mar-08 3:16
duo!@#14-Mar-08 3:16 
GeneralRe: usb programming Pin
Matthew Butler14-Mar-08 3:49
Matthew Butler14-Mar-08 3:49 
Hi,

A driver is a program that communictes with the peripheral device (it isn't actually on the device, but on the computer).

A plug and play device doesn't remember the computer it connects to... the computer remembers the device that has connected to it.
(Usually peripheral devices don't have any memory).

To send information through the USB port an a PC you will need to find a method of using an existing (default) driver that is 'pre-installed'... or finding a driver (a .dll or similar) that you can 'take along with the program'.
Either way... Google will help.

As for the PICs... I used to use the 16 series but after going to 18s, they are much more powerful... I would use these.

The 'red disc shaped thing' is only a programmer (not a compiler)... It will probably say Microchip on it... This connects to your computer via USB and to the PIC via another method (not USB).

Once you have programmed the PIC... you can completely disconnect the programmer... you no longer need this to run the program (if you didn't already know this).
The PIC USB pins are seperate from the programming pins.

You will need to read the datasheet of the PIC you choose to use... there will be examples on how to both connect and use the USB 'port'.

Matthew Butler

GeneralRe: usb programming Pin
duo!@#14-Mar-08 4:29
duo!@#14-Mar-08 4:29 
GeneralRe: usb programming Pin
Matthew Butler14-Mar-08 4:57
Matthew Butler14-Mar-08 4:57 
GeneralRe: usb programming Pin
JudyL_MD17-Mar-08 3:28
JudyL_MD17-Mar-08 3:28 
General[Message Deleted] Pin
M.Nouri12-Mar-08 3:42
M.Nouri12-Mar-08 3:42 
GeneralRe: RS232 Pin
Paul Conrad12-Mar-08 5:47
professionalPaul Conrad12-Mar-08 5:47 
GeneralRe: RS232 Pin
M.Nouri12-Mar-08 23:27
M.Nouri12-Mar-08 23:27 
QuestionFile System Filter Drivers to substitue a shell Namespace Extension? Pin
gn0tto5-Mar-08 22:55
gn0tto5-Mar-08 22:55 
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
Randor 11-Mar-08 5:42
professional Randor 11-Mar-08 5:42 
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
Mike Dimmick11-Mar-08 6:31
Mike Dimmick11-Mar-08 6:31 
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
Randor 11-Mar-08 7:22
professional Randor 11-Mar-08 7:22 
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
gn0tto12-Mar-08 3:14
gn0tto12-Mar-08 3:14 
GeneralRe: File System Filter Drivers to substitue a shell Namespace Extension? Pin
Mike Dimmick12-Mar-08 7:47
Mike Dimmick12-Mar-08 7:47 
GeneralWindows Memory mangement Pin
ForNow5-Mar-08 14:04
ForNow5-Mar-08 14:04 
GeneralRe: Windows Memory mangement Pin
JudyL_MD6-Mar-08 2:26
JudyL_MD6-Mar-08 2:26 
GeneralRe: Windows Memory mangement Pin
ForNow6-Mar-08 2:47
ForNow6-Mar-08 2:47 
GeneralRe: Windows Memory mangement Pin
JudyL_MD6-Mar-08 2:56
JudyL_MD6-Mar-08 2:56 
GeneralRe: Windows Memory mangement Pin
ForNow6-Mar-08 6:09
ForNow6-Mar-08 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.