MagTek Device Drivers for Windows
20
rawrecv
Function
Receive data from the device.
Syntax
/rawrecv
Errors
/rawrecv
45
<LF>
If a command is already pending.
/rawrecv
82<LF>
If the command was canceled by the user (e.g., with CLEAR key)
Remarks
This command overrides the default processing of the next message that comes from
the device and returns it to the application as a
rawrecv
response. Only one
message from the device will be processed in this manner, after that the driver
switches to normal operation. The response to this command is in the following
format:
/rawrecv
status x
status
is a 2-digit decimal value (refer to Appendix C. Status Codes for a
complete description of the status values)
x
is the data received from the device with the following characters replaced:
•
<CR>
is replaced by
\r
•
<LF>
is replaced by
\n
•
\
is replaced by
\\
•
any other non-printable characters are replaced by
\
xhh
, where
hh
is the
two digit hex code of the character.
If a
/rawsend
command is sent that will cause the device to send back a response,
the application should either submit a
/rawrecv
command before sending the data
with
/rawsend
, or (better) use the
/rawxact
command.
Note
In some cases, the framing characters in the response
are extracted by the driver and are not presented to
the application.
Example
To receive card data when the IntelliPIN is operating in the VeriFone mode:
Command
/rawrecv
<LF>
Response
/rawrecv
00
;12345?
<LF>
Summary of Contents for ET1725L Series
Page 1: ......
Page 26: ...3 22 E l o E n t u i t i v e T o u c h m o n i t o r U s e r G u i d e...
Page 37: ...C 33 17 LCD Touchmonitor Dimensions 478 434 429 370 338 270 3 43 219...
Page 41: ...37 N10051...
Page 42: ...38 E l o E n t u i t i v e T o u c h m o n i t o r U s e r G u i d e...
Page 52: ...vi Figure 1 1 Port Powered Swipe Reader...
Page 56: ...Port Powered Swipe Reader 4 Figure 1 3 Dimensions...
Page 60: ...Port Powered Swipe Reader 8...
Page 69: ...vi Figure 1 1 USB Swipe Reader...
Page 73: ...USB Swipe Reader 4...
Page 77: ...USB Swipe Reader 8...
Page 79: ...USB Swipe Reader 10...
Page 127: ...MagTek Device Drivers for Windows 28...
Page 137: ...MagTek Device Drivers for Windows 38...
Page 151: ...MagTek Device Drivers for Windows 52...
Page 173: ...MagTek Device Drivers for Windows 74...
Page 175: ...MagTek Device Drivers for Windows 76...
Page 177: ...MagTek Device Drivers for Windows 78...
Page 192: ......