BS2 Execution Speed
Donald Bartley
Posts: 19
Does anybody know how fast a BS2 executes code?
For example,·the BS2 sends serial data to a computer using the SEROUT command.· The·computer will respond with data back to the BS2 as soon as it receives the data from the BS2.· How long does the computer program have to wait to send data?· What is the time between when the BS2 has finished the SEROUT command and has loaded and is executing the SERIN command and can start receiving data?
Thanks!
For example,·the BS2 sends serial data to a computer using the SEROUT command.· The·computer will respond with data back to the BS2 as soon as it receives the data from the BS2.· How long does the computer program have to wait to send data?· What is the time between when the BS2 has finished the SEROUT command and has loaded and is executing the SERIN command and can start receiving data?
Thanks!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Tech Support
dandreae@parallax.com
Http://www.parallax.com
·
RoboGeek
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There are 10 kinds of people in the world,
those that know binary and those that don't.
Formerly bugg.
www.goldmine-elec.com
www.parallax.com
www.expresspcb.com
www.startrek.com
·
So, whatever device is recieving the SEROUT should wait around 300 to 500 uSec (or more, whatever is convenient) before sending data back to the BS2.