Using beeper to indicate a successful read of bar codes

Function

Sound beeper when bar code read is complete.

Syntax

Detailed Description

The OPEN statement for opening the bar code device provides an option for sounding the beeper when bar code input is complete. The default setting is off, so specify B to enable the beeper.

Examples

Read bar codes and sound beeper
  open "bar:b" as #1 code "A"
Read bar codes in continuous reading mode and sound beeper
  open "bar:cb" as #1 code "A"

(C)2002-2004 DENSO WAVE INCORPORATED All right reserved