Padsetautoinking; Padsetbaudrate - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

Note: The padRecord (see page 3-44) function must be called before points are retrieved from the Transaction Team POS
device's touch sensitive surface.
Syntax
void padSetArea(
int xLeft,
int yTop,
int xRight,
int yBottom
)
Parameter
xLeft
yTop
xRight
yBottom
See Also
padGetArea, padGetPage, padResetArea, padRecord

padSetAutoInking

Sets auto inking mode as specified by AutoInking (1 or 0). Auto-inking causes the Transaction Team POS device's screen
to automatically display a pixel where the Transaction Team POS device's overlaying touch surface area is touched. The
device's overlaying touch surface must be in record mode (see "padRecord" on page 3-44) for this to occur. If auto-inking
is disabled, the screen doesn't automatically display a pixel when the pad's surface is touched, even when in record mode.
If the value in AutoInking is set to 0, then auto-inking is disabled. If set to 1, auto-inking is enabled.
Note: This function interacts with padSetInkingArea (see page 3-54).
Syntax
BOOL padSetAutoInking(
BYTE AutoInking
)
Returns
Returns TRUE if successful, FALSE otherwise.
See Also
padGetBkColor, padGetColor, padGetColors, padSetColor, padSetInkingArea

padSetBaudRate

Sets the communications baud rate by attempting to set the communications baud rate to the amount specified by BaudRate.
The valid values for BaudRate are 0, 1200, 2400, 4800, 9600, 19200, 38400. Setting the BaudRate to 0 causes the
command to automatically try to connect at the highest possible baud rate.
Note: Using 0 may cause problems in DOS applications running under Windows.
The default baud rate is 9600 for PadCom. This command should be called only after padOn (see page 3-35) or
padConnect (see page 3-3) is called, and a valid connection is already established, otherwise it will have no effect. Note
that the command padOff resets the baud rate to the default baud rate of 9600.
Syntax
DWORD padSetBaudRate(
DWORD BaudRate
)
3 - 50
Description
Minimum horizontal coordinate
Minimum vertical coordinate
Maximum horizontal coordinate
Maximum vertical coordinate

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents