Serial and 1wire with Propeller
FORD
Posts: 221
Can anybody who has had a preview, please tell me if the prop /·SPIN·setup will do the following...
1wire comms similar to the bs2p.
serial data in with TIMEOUT to label, WAIGT and SPSTR type functionality.
The above items are most crucial for our products.
Cheers,
Chris
Western Australia
1wire comms similar to the bs2p.
serial data in with TIMEOUT to label, WAIGT and SPSTR type functionality.
The above items are most crucial for our products.
Cheers,
Chris
Western Australia
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
I know the release date, do you think those type of objects will be ready by that soon, or will they be add-ons which are available as things progress.
I am assuming there is going to be an ever increasing·list of objects being created by Parallax and other people.
(presuming we can create our own).
Cheers,
Chris
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
THe objects referenced here and in other threads represent actual code (at the compiler / pc ) side of things that would be downloaded to the prop if needed.
This infers that the actual "I2C" protocall and command set is not part of the ROM included.
This would lead to "Custom" protcalls, very easy updates to the firmware in the prop.
Is this the general idea?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
-Martin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Martin Hebel
Disclaimer: ANY Propeller statements made by me are subject to my inaccurate understanding of my limited time with it!
Southern Illinois University Carbondale -Electronic Systems Technologies
Personal Links with plenty of BASIC Stamp info
and SelmaWare Solutions - StampPlot - Graphical Data Acquisition and Control
BTW Piper, SEROUT is one of the few that is already implemented (though I think its roled up into another example, but extracting it isn't a serious issue). Commands with timout functionality are a little harder (such as SERIN), only because there are two different ways of doing it, the first is a low power method using two cogs, the second would fit on one cog but would consume more current. Likely there will eventually be both methods depending on if you need the extra cog or if you can spare one and want to run on battery power.
But because many of these functions will be a community effort, there is no garentee that they will exist by the release date.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
....At different baud rates if you want to, on different pins, talking to different devices. Even in a PC you can only do one or the other in the same instant in time. <---Multi-tasking
makes it appear to happen at the same time within the PC but in real life this is not the case.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
Post Edited (Paul Baker) : 2/22/2006 8:18:38 PM GMT