I am trying to interface with the SOMPLC-F28PLC83 module with a Microchip MCU via UART. Currently I am attempting to test the UART to SOMPLC-F28PLC83 interface but I cannot find any good documentation. I have found some information in the document "TI_G3_host_msg.pdf" and in the "HostApplications" source code, but none that explains a simple test response (i.e. a "Who Am I" message). So currently I am attempting to send a series of characters ({0x01, 0x80, 0x04, 0x00, 0x2A, 0x81, 0x00, 0x00}) that I found using a serial sniffer and the Zero Configuration utility, but I am not getting a response.
Is there any documentation that describes the SOMPLC-F28PLC83 interface with an external microcontroller?
Thanks,
Levi