Shared Memory Question
worthyamherst
Posts: 46
How can I access the shared memory on the Propeller. I am receiving Ping))) data from a basic stamp using an XBee. I can show the received data on the Serial Terminal, I am just wondering how I can store the data as a variable or something in the HUB.
Comments
you have to use the fullduplexserial-object to receive serial data. Please provide more details of what you want to do and how far you got
with the code on the propeller
keep the questions coming
best regards
Stefan
This is the spin code we have to receive the Ping))) Data. I guess my question is if "number" is my variable that I can then send out. Is the variable automatically stored in the Hub? Can I transmit the variable from another cog? And thanks for the help. I am very new to the propeller and spin.