Project4A Site
TouchDevice Project
TouchBench Project

|
HIDTouchUSBFD | Description: | USB HID driver for touchscreen monitors | Download: | hidtouchusbfd.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 63kb | Version: | 0.8b | Date: | 06 Oct 2023 | Author: | Alfredo Amendolagine | Email: | project4amiga/gmail com | Homepage: | https://project4a.eu | Requirements: | touch.device 0.12 | Category: | driver/input | License: | Freeware | Distribute: | yes | Min OS Version: | 4.1 | FileID: | 12690 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 96 (Current version) | | 96 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
===== LICENSE =========
This program is the copyright of the author (Alfredo Amendolagine).
This version is distributed as freeware, you may distribute the archive as
you see fit but must include this readme with any distribution.
The right to change the ditribution rights of a future version is reserved.
===== DISCLAIMER =======
The software is provided as is, with no guarentee of fitness for purpose.
The author is not responsible for any damage caused to the users data or
hardware as a result of using this software.
===== INTRODUCTION =====
This is the USB driver for the touchscreens based on the HID protocol.
As it is a very complex driver, there is a need to test it on as many devices as
possible.
I would apreciate any help in testing it on touchscreens different from mine.
A list of compatible and/or tested touchscreen is available on this URL:
https://project4a.eu
Supported Vendor/Product ID:
Any HID-compliant touchscreen...hopefully!.
======= INSTALLATION =========
Automatic Installation:
1) unpack the whole package to wherever you like.
2) Double click on "Install"
Manual Installation:
1. copy the content of Devs directory into DEVS:
2. soft reset
Uninstall:
1. delete DEVS:USB/fd/hidtouch.usbfd
2. delete DEVS:USB/fdclasses/hidtouch.fdclass
3. delete DEVS:Touch/hid.touch
==== DONATE ==========
If you like this, feel free to make a donation via Paypal:
project4amiga()gmail.com
==== COMMENTS =====
If you have any problems,comments or bug reports please write to:
project4amiga()gmail.com
or visit my site: https://project4a.eu
======= HISTORY ========
0.8 (06.10.2023)
- fixed bug in managing devices that expose multiple interfaces
0.7 (24.09.2023)
- compiled with gcc 11.3.0
- code refactoring
- fixed handling of messages longer than single USB packets.
- added support to "Contact Count Max" HID usage.
- driver mode changed from FUNCTION to INTERFACE
- tested monitor (V.ID:0x1A86/P.ID:0xE2E3)
0.6 (26.04.2021)
- fixed expunge code
- tested monitor ILITEK/Multi-Touch-V3000 (V.ID:0x22A/P.ID:0x0001)
0.5 (25.01.2021)
- update to API v.0.11
0.3 (17.09.2020)
- fixed crash when disconnecting the USB cable
0.1 (16.08.2020)
- first released version
|