Property | Description |
---|
Enable Serial Port Transmission | Enables or disables sending barcodes via a Serial port. |
Baud Rate | Specifies the baud rate of the serial port (9600, for example). |
Data Bits | Specifies the number of data bits in each character value transmitted or received. This value does not include stop bits or parity bits. |
Stop Bits | Specifies the standard number of stop bits per byte: 0 - One - One stop bit is used. 1 - One Point Five - 1.5 stop bits are used. 2 - Two - 2 stop bits are used.
|
Handshake | The hardware handshake protocol for flow control: None - No control is used for the handshake. Request To Send - Request To Send (RTS) hardware flow control is used for the handshake.
RTS signals that data is available for transmission. If the input buffer fills up, the RTS line will be set to False. The RTS line will be reset to True when more room is available in the input buffer.
XOn/XOff - The XON/XOFF software protocol control is used for the handshake.
The XOFF control is sent to stop data transmission. The XON control is sent to resume data transmission. These controls are used instead of Request To Send (RTS) and Clear To Send (CTS) hardware controls.
Request To Send XOn/XOff - Both the Request To Send (RTS) and the XON/XOFF software controls are used for the handshake.
|
Parity | Specifies the parity bit for error checking: None - No parity check occurs. Odd - Sets the parity bit so that the count of bits is an odd number. Even - Sets the parity bit so that the count of bits is an even number. Mark - Leaves the parity bit set to 1. Space - Leaves the parity bit set to 0.
|
Write Timeout (ms) | Specifies the timeout value for a Write operation in milliseconds (ms). The default value is 1000 milliseconds (=1 second). |
Read Timeout (ms) | Specifies the timeout value for a Read operation in milliseconds (ms). The default value is 1000 milliseconds (=1 second). |
Transmission Delay (ms) | Specifies the number of milliseconds (ms) to delay before transmitting to the serial port. The default is 500 milliseconds. |
Transmission Mode | Specifies the mode that determines when to transmit to the serial port: |
Wait to Receive LON Command From Machine | When selected, specifies that a LON command must be received from the machine before transmitting to the serial port. |
Enable Post Barcode Processing | Enables/disables post processing when receiving barcodes. Note Enable Post Barcode Processing is a legacy setting which should be set to OFF under most circumstances. |
Post Barcode Processing RegEx | A regular expression to use for removing unwanted characters from a barcode that was received. |
Preambles | The set of characters at the start of a barcode for serial transmission. You can use a combination of numeric, alpha-numeric, and decimal characters. Aegis supports any decimal characters by the following method '<##>'. < indicates the start of a decimal character. ## is the actual decimal number of the character. > indicates the end of the decimal character.
Note All decimal numbers are translated to their hexadecimal equivalents. |
Postambles | The set of characters at the end of a barcode for serial transmission. You can use a combination of numeric, alpha-numeric, and decimal characters. Aegis supports any decimal characters by the following method '<##>'. < indicates the start of a decimal character. ## is the actual decimal number of the character. > indicates the end of the decimal character.
Note All decimal numbers are translated to their hexadecimal equivalents. |