Synchronous Serial (bitwise ops)


Author Message
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4244
Posted: 09:06pm 25 Mar 2012      

HEX seems an irrelevance (may as well say BIN). Point is, if you need more speed than MMBasic then either C or ASM will do but it's far easier to write the C and enormously easier for someone to understand it. In case you want any help there's a chance someone will be able to help if you use C. You can probably forget anyone caring about ASM for the PIC32.

Have a look at the chip data sheets and you may find it can do what you want already, though HDLC isn't exactly common nowadays. If the chip can help enough then you may be able to stick with Basic.

John