--
Kartik
Can you elaborate more on what you are planning to do?
--
Kartik
--
Kartik
If the highlight of your project is not porting of usb stack on a uC, then why not use a virtual serial port over usb in laptop for data commit? You can use the existing usart and transmit data with as high as 38.4kBaud/s. You can use any COTS usb serial port hardware.
--
Siraj
On 30 Apr 2011 01:49, "Ashish Goel" <ashi...@stanford.edu> wrote:
>
> I think the simplest way of doing this would be to use an FTDI chip for serial to USB conversion. I have an MSP 430 communicating with the USB port of an SBC through the FTDI chip on my desk right now.
>
> PS: I am an alumnus not in IIT anymore.
And his desk is probably sunlit at this very moment :P
From a productivity point of view, you save a lot of time by using the
USB-serial converter :)
--
Kartik
I guess you meant the product BOM cost increases. That is very true. This also rules out a FTDI chip based circuit solution as it is costlier on both time and money.
Productivity-wise a COTS component should actually save time.
--
Siraj
On 30 Apr 2011 02:08, "Ashish Goel" <ashi...@stanford.edu> wrote:
>
> What I have is FT232RL
To reduce costs you can look at ftdi chips from vinculum.
--
Kartik
On 30 Apr 2011 02:15, "Kartik Mohta" <karti...@gmail.com> wrote:
>
> I don't think you need USB Host functionality, yours would just be a
> USB peripheral.
Ditto. For the record, vnc1l is good enough for host functionality. But I would seriously discourage designing a circuitry around a usb controller chip for this application unless you need the design experience. I would strongly recommend a commercially off-the-shelf circuit module or a usb serial port.
On 30 Apr 2011 02:32, "Srihari Marni" <rok...@gmail.com> wrote:
>
>
>
> I would strongly recommend a commercially off-the-shelf circuit module or a usb serial port.
>
> hmm., but why do u think we cant do a low speed USB connection with direct MSP itself
No, thats not what I think. What I said was only in the interest of time.