open" baudmodes SEROUT command SOUND PAL
Chuck Thomas
Posts: 39
For "open" baudmodes used in networking, add 32768 ($8000) to the values from the table above.
What is an "open" Baudmode, when used in networking?
Thank you,
Chuck
What is an "open" Baudmode, when used in networking?
Thank you,
Chuck
Comments
The nice part of this is that you can then tie multiple pins to the data line -- one expected to transmit, while the others 'listen'. The 'open' baudmode means even if you accidentally get two 'transmitting' pins, they won't kill each other -- the data will be garbled, but you can recover from that. Tieing two driver pins to each other, then commanding one to output a "HIGH" while the other outputs a "LOW" will destroy one of the output drivers with a short-circuit.
The open baud modes avoid this scenario.
-Phil