From bfe1e76c82738baaf65abbc58c3244a07ea8fefe Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 17 Jul 2009 16:22:51 -0700 Subject: Split GPS data into a separate column Signed-off-by: Keith Packard --- src/ao_gps.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/ao_gps.c b/src/ao_gps.c index b6d7182d..562899cd 100644 --- a/src/ao_gps.c +++ b/src/ao_gps.c @@ -27,6 +27,11 @@ const char ao_gps_set_binary[] = { '9', '6', '0', '0', ',', '8', ',', '1', ',', '0', '*', '0', 'C', '\r','\n', + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0xa0, 0xa2, 0x00, 0x09, /* length 9 bytes */ 134, /* Set binary serial port */ 0, 0, 0x25, 0x80, /* 9600 baud */ -- cgit v1.2.3