Search found 3 matches
- October 5th, 2018, 9:54 am
- Forum: Other
- Topic: Capturing GPS coordinators
- Replies: 10
- Views: 17607
Re: Capturing GPS coordinators
Thank you very much Sir. Now, it works correctly.
- October 5th, 2018, 9:10 am
- Forum: Other
- Topic: Capturing GPS coordinators
- Replies: 10
- Views: 17607
Re: Capturing GPS coordinators
Thank you sir, i am trying.
- September 28th, 2018, 7:39 am
- Forum: Other
- Topic: Capturing GPS coordinators
- Replies: 10
- Views: 17607
Re: Capturing GPS coordinators
Hi Dear all, I am new in the forum and new also in the programming with Cspro. The subject on capturing GPS coordinates interested me a lot. I tried to do some syntax for this purpose. Here are the syntax i used : gps(open); if gps(read, 60, 10) then // Read up to 60 seconds, try for 10m accuracy er...