XL2OL
4.69.0
8/24/2020

Historically all print drivers have been developed and tested with one RS232 baud rate. This baud rate is configured in the x370 by the driver when the x370 is identified.

The AMS Generic print driver will be used by numerous printers as printer manufacturers develop plugins or inserts to allow their printers to more easily integrate or simulate other printers.

ReaJet has developed an integration. Rather than force them to use the default rate that the AMS generic print driver selects, 57600, a new setup has been added. The parameter is currently available only when the AMS Generic Driver is selected. All other drivers will continue to use their defaults for now.

The new setups are called "Part RS232 Baud Rate" and "Bundle RS232 Baud Rate"

The selection options are 9600, 14400, 28800, 38400, 57600 and 115200.

If Eclipse does not set the Height and Width multiplier or if it sends a zero, the Height and Width multipliers will be defaulted to 1.

All communication was modified to allow the printer 500msec to respond.

The 6370 was not responding to a protocol version request from the printer due to an unneeded carriage return in the command string interfering with the 6370 command communication.

The Ams Generic interface version command was modified to allow the response of "1" to be equivalent to "1.00". The printer is no longer required to send the ".00" part of the version number.

If Eclipse does not send the point size, the point size will default to 14 as the spec says.

The Clear Print Queue and Check Status commands were waiting for too many characters.