I'm developing a slave modbus TCP/IP application on the PIC32 platform. Do you have any idea about the the role of the eMyRegInputCB (UBYTE *pubRegBuffer, USHORT usAddress, USHORT usNRegs)
function or the eMyRegHoldingCB (UBYTE *pubRegBuffer, USHORT usAddress, USHORT usNRegs, eMBSRegisterMode eRegMode)
function?
I don't know how to call these functions in my program.