You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this project, I noticed it's not possible to use TextFields with other commands as the source (mainly the ^RF command) due to character escaping, forcing me to use ZplRaw instead.
Is there a possible workaround for this?
The text was updated successfully, but these errors were encountered:
I'm not sure exactly what you mean, but it sounds like you want a literal ZPL command to be displayed on a label. You could use a hex escape for that, the escape character is _ unless specified otherwise with ^FH.
Certain commands (like text fields, barcode, etc) can swap the Field Data command for an RFID Read command in order to display the RFID encoding on the tag for example, however when using the TextField command with an RFID command as the text the command itself is escaped and won't be sent properly
would display whatever is stored in the EPC bank of the RFID tag, however passing ^RFR,2,12,1 causes the command to be escaped. and I would like to avoid using ZplRaw
Hello,
Using this project, I noticed it's not possible to use
TextField
s with other commands as the source (mainly the^RF
command) due to character escaping, forcing me to useZplRaw
instead.Is there a possible workaround for this?
The text was updated successfully, but these errors were encountered: