Reply To: how do i use sat` information?
Welcome to Redshift Labs › Forums › UM7 Product Support › how do i use sat` information? › Reply To: how do i use sat` information?
We are already check advice you give to me in forum.
Our GPS sends GSV packet in every 5 sec normally and i changed configuration-setting.
There are our configuration data xml file (by using firmware) and recorded data(recorded by using serial program).
We just used getc() and putc() printf(“0x%x”) functions in code to get raw data.
Configuration : https://www.dropbox.com/s/by0bk7owvb9qajb/All_data_input%281Hz%29.xml?dl=0
—————————————————————————
summary
<Register hidden=”0″ address=”0″>50000110</Register>
<Register hidden=”0″ address=”1″>0</Register>
<Register hidden=”0″ address=”2″>0</Register>
….
—————————————————————————
Recorded Data(from UM7) : https://www.dropbox.com/s/f4aumpsbe5qu4xr/DataSheet.xlsx?dl=0
—————————————————————————
summary
address data are 0x55, 0x56, 0x61, 0x6d, 0x70, 0x79, 0x7d
0x83, sat’ infomation address, wasn’t parsed;
—————————————————————————
-<CHR_Registers Description=”Contains stored configuration and hidden register settings for a device with the specified firmware ID” Name=”Register Settings” ID=”U71C”>
If you think this Configuration has problem, can you give us configuration file (xml format) that can see satellite number?
I really don’t understand why um7 not send SV data.