USB via the Serin/Serout functions
Hello All,
············ I'm looking to communicate to the BS2 via USB· using the Serin/Serout functions. I been reading through alot of the post but I'm still a little unsure of how to accoplish this. I've used the Max232 chip to do it in the past and I think that the FT232BM is the right USB chip. Any help?
Thanks
Boombox
············ I'm looking to communicate to the BS2 via USB· using the Serin/Serout functions. I been reading through alot of the post but I'm still a little unsure of how to accoplish this. I've used the Max232 chip to do it in the past and I think that the FT232BM is the right USB chip. Any help?
Thanks
Boombox
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Another approach would be to use a USB-Serial adapter, and add something like this: http://www.kronosrobotics.com/xcart/customer/product.php?productid=16167&cat=291&page=1
to convert RS-232 voltage levels to BS2 TTL levels to use P0 and P1.
Now, if you have a board that's using an FT232BM already, you may be able to bypass the FT232's RS-232 level shifter and go straight into P0 and P1.
Note that the BS2 is a single-tasking processor, and so when it's listening to P0, it can't be listening to the '16' programming port at the same time.
Thanks!!
Boombox
Another approach would be to use a USB-Serial adapter, and add something like this: http://www.kronosrobotics.com/xcart/customer/product.php?productid=16167&cat=291&page=1
to convert RS-232 voltage levels to BS2 TTL levels to use P0 and P1.
Now, if you have a board that's using an FT232BM already, you may be able to bypass the FT232's RS-232 level shifter and go straight into P0 and P1.
Note that the BS2 is a single-tasking processor, and so when it's listening to P0, it can't be listening to the '16' programming port at the same time.