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...
Published on - 27th May 2010 02:01
Number of Views: 9682
This is an effort to help users understand how the I2C command works by comparing it with SHIFTIN/SHIFTOUT. A serial EEPROM, 24FC1025 will be used in the example.
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.