I am implementing a Modbus RTU Slave device in a PIC32MZ using Harmony.This communicates with a PC using RS485.The usart uses the Dynamic driver model with the following relevant settings:#define DRV_USART_PERIPHERAL_ID_IDX0 USART_ID_1
#define DRV_USART_..
↧