Author Topic: Problem with Device Recognition (PIC18F4550)  (Read 8795 times)

s_talebi

  • Member
  • ***
  • Posts: 1
Problem with Device Recognition (PIC18F4550)
« on: November 20, 2010, 10:17:39 am »
Dear Jan,

To build a USB platform for data transfer, I followed the instructions from http://www.create.ucsb.edu/~dano/CUI/ to create a USB interface with PIC18F4550, whose image is attached to this post.

I used MCHPFSUSB framework to implement a HID device and I could send and receive data from PC.
Unfortunately, the board doesn't work with all PCs. In fact most PCs fail to recognize the device properly and in most cases I've ended up with the "Device not recognized" message from Windows.

Your helpful comment for resolving this issue is highly appreciated.

Thank you in advance

S. T.

[attachment deleted by admin]

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Problem with Device Recognition (PIC18F4550)
« Reply #1 on: November 20, 2010, 11:35:43 am »
A protocol analyzer would show what is happening on the bus and might offer a clue.

From the host side, check the setupapi log file. Do a web search on setupapi log file to find out how.

Jan