Question about this baud mode comand
Aaron Wall
Posts: 31
This baud rate mode was used in the demo program for the GPS module demo.
T4800 CON 188
Open CON $8000
Baud CON Open | T4800 ' Open mode to allow daisy chaining
-Then the constant Baud is used for all the SERIN and SEROUT commands.
I'm wondering where more sytax info is available for this. Or what the details on how to use this and what the options are.
Thanks.
-Aaron
T4800 CON 188
Open CON $8000
Baud CON Open | T4800 ' Open mode to allow daisy chaining
-Then the constant Baud is used for all the SERIN and SEROUT commands.
I'm wondering where more sytax info is available for this. Or what the details on how to use this and what the options are.
Thanks.
-Aaron
Comments