Appendix B - Smart-Frame Protocol II Function Reference
CARROLL TOUCH
B-10
Touch System Programmer’s Guide
GetProtocolVersion (65H)
Command Description
The GetProtocolVersion (65H) command instructs the touch system to
return the version number of the interface protocol that the touch
system firmware uses to communicate with the host.
Note that this is not the same as the GetFirmwareVersion (34H) SFP
command, which instructs the touch system to return the Firmware
Version Report containing the version number of the firmware that
implements the interface protocol.
Command Format
65
Report Description
The Protocol Version Report returns the version number of the
firmware protocol in an xx.yz format using Binary Coded Decimal
(BCD) encoding.
This report is also sent in response to the SwitchToSFP-II (65H) SFP
command if a touch system that supports SFP-II receives that command
while it is in SFP mode. This mechanism can used by an application to
determine if the touch system supports SFP-II.
Report Format
65 ProtocolVersionHi ProtocolVersionLo
ProtocolVersionHi
=
Two-digit major version number encoded in BCD with
the most significant BCD digit in the most significant
nibble.
ProtocolVersionLo
=
Two-digit minor version number encoded in BCD with
the most significant BCD digit in the most significant
nibble.
Example
To obtain the protocol version, the host sends the GetProtocolVersion
command as follows:
66 01 65 FF
Summary of Contents for TouchSystems CarrollTouch Prog
Page 1: ...CARROLL TOUCH TOUCH PRODUCTS an company AMP Touch System Programmer s Guide ...
Page 11: ...Table of Contents CARROLL TOUCH viii ...
Page 13: ...Table of Contents CARROLL TOUCH x ...
Page 17: ...Welcome CARROLL TOUCH xiv Touch System Programmer s Guide ...
Page 41: ...Chapter 3 General Programming Issues CARROLL TOUCH 3 12 Touch System Programmer s Guide ...
Page 57: ...Chapter 4 Smart Frame Protocol CARROLL TOUCH 4 16 Touch System Programmer s Guide ...
Page 237: ...Appendix D CTKERN Function Reference CARROLL TOUCH D 42 Touch System Programmer s Guide ...