Skimask - for shame, really.. that post you directed the chap to isnt even appropriate - please reserve your bad attitude, why are you here if you cannot tolerate questions?
i dont know all the correct terminology, but, in answer, the PIC18F2455/2550/4455/4550 chips handle usb 'natively'. they have built in hardware USB ram and other features to support usb. They are different from an FTDI type RS232 to USB chip. However, the PIC chips can be made to emulate the functionality of the FTDI chips using firmware from microchip.com.
checkout the datasheets.. the first few pages are easiest to understand for a beginner, and list the features.. as you learn more, it will begin to make more sense.
the microchip website (www.microchip.com) has preixisting firmware to make a 4550 or similar USB PIC into a serial device.
If you want an easy path to experiment with USB on a pic, perhaps the microchip pic usb demo board would be usefull. It is only $60, which isnt bad for a demo board, and it looks like 'fun', almost.
the link that you were directed to was also very usefull for me to get started with usb and visual basic. this uses the HID driver which is included in most operating systems. this saves you having to write a dedicated USB driver, which is apparently very difficult. Please search google for HID. Or, just goto wikipedia..
If you have any specific questions feel free to ask, i am not very well versed, but I did spend alot of time figuring out how to get basic usb stuff going, and would be happy to try and help.
goto google, search '18f4550 USB picbasic pro'
let your text to speach software lull you into a stupor while you try to digest all the info for usb.. i had to read quite alot of the usb spec to understand what the software was doing..
also, check www.mecanique.co.uk - the provide a program that makes it much easier to implement usb..
do some reading, and come back - people here are quite helpfull if you give them a specific question.. they really hate naive requests for 'general info' - they dont always consider how dense the subjects are for a beginner!
Robert
Bookmarks