Serial Input

DataWedge 6.6

Overview

Serial Input options are used to specify communications parameters for a scanner or other device connected to a serial port that will be used to acquire data. In the DataWedge UI, the number of serial ports availabile for selection varies according to the number of serial ports on the host device.


Serial Port Configuration

Input enabled on Serial port 1 of a Zebra VC80x; second serial port (disabled) also shown.

Baud rate - specifies the modulation rate of the connected serial device.

Data bits - specifies the number of data bits in a serial frame (data bits per byte).

Parity - specifies the parity bits using one of the following values:

  • None: No parity check
  • Odd: Sets the parity bit so the count of bits set is an odd number
  • Even: Sets the parity bit so the count of bits set is an even number
  • Mark: Leaves the parity bit set to 1
  • Space: Leaves the parity bit set to 0

Stop bits - specifies the number of stop bits to use.

Tapping on a setting displays a dialog box for changing its value.

For more information about required serial communication settings, please refer to documentation that accompanied the peripheral being connected.


Output Using Intents

For some scanning applications, it might be preferable not to display decoded data but to output directly to an application activity. This is done using Android Intents. For more information and important warnings, please see the Intent Output guide.

For general information about Android Intents, please refer to the Android Developer site.


Related guides: