Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Reading data from USB

Status
Not open for further replies.

SneaKSz

Member
Hello , I have an PICKIT 2 Development Kit with USB connectivity . I want to read ADC samples from a pot and then send it via USB to the PC and read it. I can set up the microcontroller to get ADC samples from the pot , but I want to know how to read the data that has been send to the USB port.

Can I read this data in C++ ? or do i need a higher program language like Visual C?

greatings
 
It all depends on how you have set up the USB on the PIC. I don't know what PIC is used on the development kit board, but there are plenty of examples, particularly on the Microchip web site and you can get them when you download the MPLAB software.

If you use the CDC device software, then you can use something like Hyperterminal on the PC as the PIC will appear as a serial port. If you use the HID device software, then you will need to write your own USB user level driver - again there are plenty of examples in the Microchip software downloads including PC driver software.

Susan
 
You can probably use the BitWhacker to do what you require or if that doesn't fit the bill it will give you a good place to start.

Edit, you can buy them from sparkfun. clicky.

Mike.
 
Last edited:
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top