Sending <BEL> command through TCP Driver

Hi,

I’ve been trying to send a BEL command to a barcode scanner through the TCP Driver.

I have been testing by connecting the TCP Driver to Hercules Utility. I am able to get #CR and #LF when I send \r and \n respectively in a writable tag but I do not get a BEL when I send \a. May I know what command I can use to send a BEL command from Ignition?

You could try escaping the hex value: \x07

2 Likes