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
Interesting. Do you have a sample code of how you process the string array at reception?
Demon Yesterday, 23:31I had been looking at HSEROUT in the manual, but it's HSERIN that has more options.