I recently posted trying to get hex out of the RS485 port. Thanks everyone for the help, I got it to work but the printer needed to print 1 extra label for changes in the message to take effect. So enter printer number 2!
I think this is going to be more simple, but I am puzzled by the BRX (BX-DM1E-M-D) behavior.
When set to RS485 the TX and RX lights on the internal serial port energize according to the logic.
When set to RS232 the TX and RX lights on the internal serial port stay dark.
I am just trying to send a Status Query to the printer. I have verified that the baud rate is set correctly and I am sending data from a VDC device to a VDC device, both connected to the same 0VDC terminal on the 24VDC power supply.
The print to string scrip I am running is "$1b$53$2a" which is what I translated <ESC>S* from the printer manual. Insert spaces in UN-checked for the print string command.
I am expecting the printer to return a 0 for OK, via STREAMIN but nothing is happening.
I think I have the RS232 port setup wrong or maybe I'm using the wrong commands since the TX and RX lights are dark?