Re: [3.1]How serial send 0xa5a5 so correctly received & tested in 4byte structure? [SOLVED]
- Posted by DanM_anew Apr 12, 2014
- 2227 views
Turns out I was wrongly informed as well as forgetting how hex numbers were formed: the 4 8-bit bytes were actually supposed to be 0xa5a5a5a5! Which sent perfectly well as: sync = {#A5, #A5, #A5, #A5}

