CARROLL TOUCH
Appendix A - Smart-Frame Protocol Command Reference
Touch System Programmer’s Guide
A-21
Get_Firmware_Version_Report (34H) (4)
Command Description
When the host sends the Get_Firmware_Version_Report (34H)
command, the touch system returns a list of the firmware version for
various touch system components. Each firmware version is
represented as a 10-byte ASCII-encoded string.
Report Format
The Firmware Version Report has the following format:
F6 Nv Va Vb, ..., Vn FF
F6
=
Start of Firmware Version Report.
Nv
=
Number of firmware versions to follow.
Va
=
Firmware version of first component.
Vb
=
Firmware version of second component.
Vn
=
Firmware version of last component.
FF
=
End of report.
Example
A Firmware Version Report for a touch system with one firmware
version to report follows:
F6 01 2D 30 30 30 34 2D 30 30 2D 2D FF
The
2D
...
2D
parameters indicate one firmware version report (ASCII
‘-0004-00--’).
Caution
Do not hard wire the code that interprets the Firmware Version
Report so that it only works with a specific number of version
reports or a specific firmware version. To do so results in code that
may not be portable from one touch system to another.
It is generally sufficient for an application to simply report the
firmware version strings without interpretation. Also, variations
over the years in the configurations of firmware versions reported
makes interpretation difficult. As a general rule, however, for the
Содержание TouchSystems CarrollTouch Prog
Страница 1: ...CARROLL TOUCH TOUCH PRODUCTS an company AMP Touch System Programmer s Guide ...
Страница 11: ...Table of Contents CARROLL TOUCH viii ...
Страница 13: ...Table of Contents CARROLL TOUCH x ...
Страница 17: ...Welcome CARROLL TOUCH xiv Touch System Programmer s Guide ...
Страница 25: ...Chapter 1 Introduction to Infrared Touch Systems CARROLL TOUCH 1 8 Touch System Programmer s Guide ...
Страница 29: ...Chapter 2 Introduction to Guided Wave Touch Systems CARROLL TOUCH 2 4 Touch System Programmer s Guide ...
Страница 41: ...Chapter 3 General Programming Issues CARROLL TOUCH 3 12 Touch System Programmer s Guide ...
Страница 57: ...Chapter 4 Smart Frame Protocol CARROLL TOUCH 4 16 Touch System Programmer s Guide ...
Страница 87: ...Chapter 6 Touch Application Program Interface TAPI CARROLL TOUCH 6 10 Touch System Programmer s Guide ...
Страница 149: ...Appendix A Smart Frame Protocol Command Reference CARROLL TOUCH A 40 Touch System Programmer s Guide ...
Страница 179: ...Appendix B Smart Frame Protocol II Function Reference CARROLL TOUCH B 30 Touch System Programmer s Guide ...
Страница 237: ...Appendix D CTKERN Function Reference CARROLL TOUCH D 42 Touch System Programmer s Guide ...