I have had great success on our Windows platforms using PrintToPort to send data directly to thermal label printers. The calculation that works is:
PrintToPort ( $LabelFormat ; "192.168.20.152InterMec PX4i" )
Our Macs have never liked this address and return an error. I have recently tried to get this to work correctly and added a case function to detect the system platform then feed a unique address for Windows / Mac but I still can't seem to get the formatting correct for the port on the Macs.
Can anyone help on the correct formatting for the address?