Steve Nelick
01-24-2009, 10:52 PM
I'm reading thru the eb500 user manual. It looks like if the eb500 receives a byte then you need to have the Propeller ready to receive the byte, or you miss it. In otherwords, it's not like a pc, where there is a buffer, and your program checks to see if there are any bytes to be read.
My question is: can you have one cog on the Propeller dedicated to receiving bytes from the eb500, and then another cog sending bytes? Can the eb500 handle·bytes coming in from the Propeller on the pin named TX,·at the same time that it is sending a byte to the Propeller on the RX pin? Or, do you need to make sure you don't send a byte from the Propeller·on the TX pin, when the eb500 is sending a byte·on the RX pin to the Propeller.
My question is: can you have one cog on the Propeller dedicated to receiving bytes from the eb500, and then another cog sending bytes? Can the eb500 handle·bytes coming in from the Propeller on the pin named TX,·at the same time that it is sending a byte to the Propeller on the RX pin? Or, do you need to make sure you don't send a byte from the Propeller·on the TX pin, when the eb500 is sending a byte·on the RX pin to the Propeller.