Half duplex with PST
jnogues
Posts: 25
Hi all,
Is possible do a half duplex serial transmission with PST object or PST send and recived at time?
Jaume Nogues
Is possible do a half duplex serial transmission with PST object or PST send and recived at time?
Jaume Nogues
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon McPhalen
Hollywood, CA
Sorry for my ignorance, what is open-true mode? is mode %0000 ?
Jaume
Open true mode allows for half duplex:
'' mode bit 0 = invert rx
'' mode bit 1 = invert tx
'' mode bit 2 = open-drain/source tx - sets Tx pin to input (high impedance) when not sending data
'' mode bit 3 = ignore tx echo on rx - ignores the character received when sending since Tx/Rx are on the same line.
You can send/receive in half duplex using one or 2 lines, although 1 line is what it was intended for.
Post Edited (kwinn) : 3/6/2010 6:23:41 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon McPhalen
Hollywood, CA
Jaume