I made an Arduino USB v2.1 board and soldered a FT232 chip but the USB failed to work :(
In Windows XP's Device Manager, it report the USB Device's VID is 0000 (I think it should be 0403) and PID is also 0000 (should be 6001 or 6010).
Is that because the FT232 is dead? or simply some short circuits on the board? Please help, thanks in advance!
did you make the board yourself, or is it a premade board? If I recall correctly there is an error in the USB2.1 schematic, something liek the USB pins are reversed. Not sure, but I remember something like that.
I made the board myself (download the Eagle Cad file from the hardware page). I've checked the board again, seems no short circuit, but it still not working...
I have a board assembled using the USB 2.1 schematics and I see VID 0403 and PID 6001.
If you see zeros, then I think it is some pins that are either disconnected or shorted. How badly was the FT232BL treated during the soldering process?
Hmm. Did the schematic you used match the schematic that is currently on the web site? For a while, the USB connector was shown wired “backward” (both power and data, IIRC), but I think the current version is correct.
hey in any case the Freeduino files are correct! The only error we could find in our prototype run was that the RX/TX labels next to pins 0/1 are reversed.
After soldered almost every component, except for the DC connector, the FT232 seems working.
I've installed the USB driver successfully, and the Device Manager recognized it as a 'Serial Converter'.
However, the LED doesn't light up... I'll try to connect DC power later.