Using GPS Module and Trying to Understand Baud Initializations
geometrix
Posts: 27
All,
I just connected GPS Module (#28146) to a BS2p24. I downloaded some code for the GPS module and I have been carefully reviewing it. I have some questions in regards to some of the syntax:
T4800 CON 188
Open CON $8000
Baud CON Open | T4800 ' Open mode to allow daisy chaining
I understand that the author was defining constants.
1. What do each of these delcarations do?
2. What is Open mode?
3. What is daisy chaining?
Thanks,
Neal
I just connected GPS Module (#28146) to a BS2p24. I downloaded some code for the GPS module and I have been carefully reviewing it. I have some questions in regards to some of the syntax:
T4800 CON 188
Open CON $8000
Baud CON Open | T4800 ' Open mode to allow daisy chaining
I understand that the author was defining constants.
1. What do each of these delcarations do?
2. What is Open mode?
3. What is daisy chaining?
Thanks,
Neal
Comments