SEROUT maximum speed?
peterz
Posts: 59
Which would be the maximum achievable speed using SEROUT function ? I mean, the SEROUT function writen by Martin Hebel for Propeller.
I would need 1Mb/s.
I would need 1Mb/s.
Comments
-Martin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Martin Hebel
StampPlot - Graphical Data Acquisition and Control
AppBee -·2.4GHz Wireless Adapters & transceivers·for the BASIC Stamp & Other controllers·
If I don't undestood bad, you can get 460_800bps max from FullDuplexSerial. It works fine for me, but be carrefully with USB cable lenth, I recommend you, first try with a low bps value, then increment it, as you needs...slowly.
Regards.
Alberto.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The FullDuplexSerial routines have a timing granularity of about 400-500ns due to the alternating receive/transmit checking so they won't work at 1 Mbps. They also allow for some mode options (for inverted transmit, inverted receive, open mode transmit) which take a little time to handle. Half duplex serial in assembly is actually fairly simple. Use the SPIN simple serial routines for models.
Mike
If the cable is very short, like connecting two propellers on the same PCB, you can ignore this.
- Mikael