USB vs. Serial | BS1 vs. BS2 : downloading Time. I Dont Understand!!
Grant_O
Posts: 36
Comparing the download time of a program I wrote with my BS1 to RS232 link against my BS2 to USB (homework board) link the USB wins by a long shot! And yes USB is much faster then RS232, that’s easy to understand, but threes something I don’t get. When I installed the parallax USB drivers on my computer it classified the plug and play device as a USB to Serial converter. Okay so now it’s going from a high speed USB link down to a simulated (and much slower) serial link. Right?·Why doesn’t it have the same slow download time??? Is it the stamps? I doubt it but I don’t understand, I thought these stamps had fixed baud rates.
Comments
·· You're comparing Apples to Oranges...The BS1 has a slower Serial Baud Rate...4800 bps.··The BS2 programs at 9600 bps.· And yes, although the connection is USB, the fact remains that the BASIC Stamp Module expects serial data, so it arrives at the same 9600 bps as before.· The software also expects a serial port, that's why on the USB Board you see a COM Port number for your download instead of USB Device ID.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Thanks
When you hit the download button and the application sends the data out the serial port, what does the data look like???? is it printable ASCII characters??
·· Not really...You can find out what information is sent by reading the following information.
http://www.parallax.com/html_pages/downloads/tokenizer/tokenizer.asp
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com