High Speed Serial
jpuckett
Posts: 3
I need to send an initiallization string of 30 or 40 bytes then listen for a message of less than 50 bytes.· I need to do this once per second or so but here is the catch, it needs to be at a bit rate of 115K.· Does anyone have any ideas?· Perhaps a UART?· Any recomendations?· The basis Stamp needs to drive a display with the information it receives from the data.· But I can do that.· I do not believe the Basic Stamp can operate that fast.· Again this only happens once every second or perhaps half second.·
Jeff
Jeff
Comments
check this "BS2 execution times" out.
It may give you an idea how fast (or slow) you can accomplish "high" speed data transfer using just input and output "low level" BASIC.
By that I mean - no SERIN or SHIFTOUT "complex" commands.
http://www.emesystems.com/BS2speed.htm
Cheers Vaclav
·
Jeff
The 16C750 and its relatives would not be easy to interface to a Stamp. They're designed for direct connection to a memory-mapped CPU and require an external Baud clock generator. You could do it, but it would take a lot of additional logic.
The Maxim MAX3100 is a better interface fit to something like a Stamp, but it only has an 8 byte buffer and a Stamp may not be able to keep up at 115KBaud.
My code skills are not that good, I am basically a hardware guy, is the programming for the propeller much different than the Basic Stamp?
I will order a developement kit today.
Thanks,
Jeff