{"id":353,"date":"2015-05-25T14:43:28","date_gmt":"2015-05-25T14:43:28","guid":{"rendered":"http:\/\/mitat.tuu.fi\/?p=353"},"modified":"2015-05-25T18:30:25","modified_gmt":"2015-05-25T18:30:25","slug":"set-ublox-baud-rate-to-115200","status":"publish","type":"post","link":"http:\/\/mitat.tuu.fi\/?p=353","title":{"rendered":"Set uBlox baud rate to 115200"},"content":{"rendered":"<p><code><br \/>\nstatic const uint8_t ubloxInit[] =<br \/>\n{<br \/>\n0xB5,0x62, 0x06, 0x00, 0x14, 0x00, 0x01, 0x00, 0x00, 0x00, 0xD0, 0x08, 0x00, 0x00, 0x00, 0xC2, 0x01, 0x00, 0x07, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x7E<br \/>\n};<\/p>\n<p>for (int i=0; i<sizeof(ubloxInit); i++)\n{\nSerial.write(ubloxInit[i]);\n}\n\n<\/code><\/p>\n<p>Rate to 2Hz:<\/p>\n<p>0xB5, 0x62,  0x06, 0x08, 0x06, 0x00,0xF4,0x01,0x01,0x00,0x01,0x00,0x0B,0x77<\/p>\n","protected":false},"excerpt":{"rendered":"<p>static const uint8_t ubloxInit[] = { 0xB5,0x62, 0x06, 0x00, 0x14, 0x00, 0x01, 0x00, 0x00, 0x00, 0xD0, 0x08, 0x00, 0x00, 0x00, 0xC2, 0x01, 0x00, 0x07, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x7E }; for (int i=0; i<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-353","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/posts\/353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=353"}],"version-history":[{"count":3,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/posts\/353\/revisions"}],"predecessor-version":[{"id":356,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/posts\/353\/revisions\/356"}],"wp:attachment":[{"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=353"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}