hserout[$b5, $62, $06, $01, $08, $00, $f0, $08, $00, $01, $00, $00, $00, $08, $60]
HenrikOlsson Yesterday, 20:18Thank you for your help. but I can't send these bytes correctly via HSEROUT command. Could you give me an example please. Thanks
mombasa Yesterday, 20:07[B5 62] = Header
[06] = Class
[01] = ID
[08] = LENGTH (8 bytes)
[00 F0 08 00 01 00 00 00] = 8 bytes of payload
But then there supposed to be two bytes checksum but you show three...
Hello. I need to send ubx commands to change the gps module settings. I copied the sequence from U-Center (B5 62 06 01 08 00 F0 08 00 01 00 00 00 00 08 60) but I can't encode it correctly to send it...
mombasa Yesterday, 10:42Nice job!
Thanks for sharing what PBP can do!
Ioannis
I wanted to give a little update about a machine built and updated over the past few years and say thanks to all the answered questions I had programmatically when I got a little stuck.
A single...
so, I have made a exhaust fan timer with 1 mom button that will.... depending on press duration do..
----- >50ms and < 2seconds..... run fan for the programmed time of 15, 30, 60 or 120 minutes...
what have you tried ?
what chip are you using? can you provide a schematic
https://www.picbasic.co.uk/forum/showthread.php/21109-Multi-Button-CSM-with-Pic16LF722A
Re: send ubx commands to a gps module
now it works wonderfully well. Thank you very much, I was wrong about one small detail that kept me stuck for days.
mombasa Yesterday, 22:22