I used something like this
On transmis side
HSEROUT "DataStart:",Len, str data\Len, chksum
on receive side
HSERIN wait("DataStart:"), Len, str data\Len, chksum
MCC is the tool. MPLAB Code Configurator.
Select a device, select peripheral(s), select configuration for those peripheral(s) and it outputs configuration code for you (in C syntax).
Pavago specializes in providing businesses with efficient offshore recruitment solutions, enabling companies to hire skilled candidates remotely from anywhere in the world. By leveraging global...
Re: Breaking HSERIN into separate parts
I used something like this
pedja089 Today, 23:08On transmis side
HSEROUT "DataStart:",Len, str data\Len, chksum
on receive side
HSERIN wait("DataStart:"), Len, str data\Len, chksum