Make a Faster I/O (Advanced Programmers Only)
Humanoido
Posts: 5,770
Who can make a faster I/O?
As pointed out by Ali and others, the Propeller's I/O speed is limited. Recent posts show ideas to overlay and make use of high speed Counters.
Who can create a faster I/O example? Make it simple, one pin.
Thanks in advance.
Humanoido
http://forums.parallax.com/showthread.php?t=125627
As pointed out by Ali and others, the Propeller's I/O speed is limited. Recent posts show ideas to overlay and make use of high speed Counters.
Who can create a faster I/O example? Make it simple, one pin.
Thanks in advance.
Humanoido
http://forums.parallax.com/showthread.php?t=125627
Comments
Humanoido
http://obex.parallax.com/objects/search/?q=datalogger&csrfmiddlewaretoken=0a03997685b76fdcfa02de8a0bc8b0e1
I.K
Also it uses 4 COGs which means when applied to any multi-prop compute system it has halved your available compute power.
Somewhere on this forum is described a fast serial connection between Props that is 7MBits per second (or so) if I remember correctly. Can't find it now. If that were done in half duplex one would have about 3Mbits/sec each way, only one pin and one COG used.
Ah here it is, the BeauNet http://forums.parallax.com/showthread.php?t=99222&highlight=High+Speed+Prop-to-Prop+Serial+Communication
Seems to be up to 14.5MBits/second now
14.5 Meg Baud Upgrade
does that link work for you???
14.5 MBaud uses 2 Cogs and 4 pins. 2 Tx and 2 Rx.
I really have to find time to try that out one day.
- The average IT geek thinks files.
- The average CS major thinks data bus.
- The average EE major thinks sampling.
"I/O, I/O, it's in and out we go..."
The IT geek, CS major and EE major all find out it all comes down to the same thing on the Prop. How fast can we wiggle and read those pins using software.