I'm pulling what is left of my hair out. Using the iTEST utility from Global Cache works perfectly. I can send "literal" text "POW \n" and the unit fires up. I can also send it via myServer setting up an Ascii model and sending POW in the data field and \n in the additional parameter field. The problem is that it works once and then no more commands work. Once I restart the server, I can get the single (Ascii or HEX) command to fire...then nothing.
I've also setup a HEX config and get the same behavior.
#POF \n = 23 50 4F 46 0D 0A
Any ideas?
Here is what is in the log for the Off command after the ON works.
21/12/2025 11:07:30.07 · DEBUG · GenericSerial.doCommand - Cmd=[79~Send~Zidoo~Power OFF] Client=[dashboard-fx-0bf6]
21/12/2025 11:07:30.07 · DEBUG · GenericSerial.RX <<< - gc100:23 50 4F 46 30 78 30 64
-Update-
Ok, figured it out. I needed to add \n to the Suffix and \r to the Terminator fields.. The \r was the key field.
Last edit: 9 months 1 day ago by
bitzerjd.
Please Log in or Create an account to join the conversation.