Hi I am trying to communicate to an RS485 device that does not seem to be using modbus protocol. I have tested my other devices with the modbus system and that made sense in monitoring the arrinputPD and arrOutputPD of the module to see what the command should look like.
For this device, I literally need to send it 68 04 20 04 28 and then it should send out e.g. 68 0D 20 84 10 00 10 10 00 00 02 70 (This is based off monitoring the data in the setup program)
I have tried to use the comm serial example but there is nothing to monitor in the arrInputPD or arrOutputPD - is there a better example or how can I just directly send out this one and only list of commands?
I have tried to do it manually by editing the arrInputPD in the watches but the only response is arroutputPD[0] is 3C.
Is there any advice?
(arrInputPD → connected to input di160 of serial; arrOutputPD → connected to do160)
Thank you!