Direct USB with PC
Basil
Posts: 380
Hi All,
Its been a while since i've used the prop, but I have an upcoming project which requires one.
I have been looking for an MCU which can communicate with a PC directly over USB without the need for an FTDI chip (or similar).
There are a few out there but as im familiar with the prop i'd rather stick with it.
I see there is a USB/Bluetooth object in the OBEX, but the link to the associated forum page does not work. Im reading through the documentation on the SPIN files now.
Would this object do what I need?
Has anyone else achieved this with the prop? I do not need high data rates or anything fancy, Just simple serial comms over USB (using the FTDI drivers would be fantastic!)
Looking forward to any replies.
Regards,
Alec
Its been a while since i've used the prop, but I have an upcoming project which requires one.
I have been looking for an MCU which can communicate with a PC directly over USB without the need for an FTDI chip (or similar).
There are a few out there but as im familiar with the prop i'd rather stick with it.
I see there is a USB/Bluetooth object in the OBEX, but the link to the associated forum page does not work. Im reading through the documentation on the SPIN files now.
Would this object do what I need?
Has anyone else achieved this with the prop? I do not need high data rates or anything fancy, Just simple serial comms over USB (using the FTDI drivers would be fantastic!)
Looking forward to any replies.
Regards,
Alec
Comments
Then you probably should use a FTDI chip ?
USB-Serial parts are not expensive, and some can even do the 5V -3v3 regulator, which lowers the applied cost further.
eg CP2105 is a Dual-UART - USB, for $1.38/100+, or Microchip MCP2200 etc
There is a bit-banged low speed USB that does not strictly meet specs, that runs on a Atmel AVR, which made more sense when USB bridge parts were higher prices.
http://forums.parallax.com/showthread.php/121321-Working-full-speed-%2812-Mb-s%29-bit-banging-USB-Host-controller
usb-host-1.0.zip works fine.
Thanks.