Custom Device V6.7 Help

i just added a Stewart Screen Device as a custom device on version 6.7

the device is UDP on port 5000

I need to sent a very simple command:

#1.1.0.MOTOR=RECALL,1;\r

i have tried putting the command as is in the code field of the custom device and i have tried

\x23\x31\x2e\x31\x2e\x30\x2e\x4d\x4f\x54\x4f\x52\x3d\x52\x45\x43\x41\x4c\x4c\x2c\x31\x3b\x0d

i cannot get either to work. when the command shows up under the activity, the upper cases and lower cases are all changed.

The first command shows

#1.1.0.Motor=Recall,1;\R

And the second command is all changed to upper case.

is this a bug?

There is no difference between say \x2e and \x2E.

Why don’t you export your codeset and attach it and also link to your protocol doc otherwise I don’t see how anyone could evaluate whether what you’re sending is correct.

All good and working