Basically, I like to use the USB as a Touchscreen. I have the USB Vendor ID and Product ID and know how that product works.
I can read the TouchScreen coordinates and output them.
Side note: This is a Medical workstation that uses ELOTouch touchscreen. I can plug in a mouse and move the pointer on the workstation, but if I use the Teensy 3.1 as a mouse, no action. I think it is due to limited product files in this workstation.
I can do anything with the program, even interface to touchscreen as a mouse..
Vendor ID VID is 0x04e7
Product ID PID is 0x0020
I know once this happens, the USB will be the Touchscreen, but I can put an TTL to RS232 and connect to the computer. Problem be reprogramming it.
I think..
Wayne
I can read the TouchScreen coordinates and output them.
Side note: This is a Medical workstation that uses ELOTouch touchscreen. I can plug in a mouse and move the pointer on the workstation, but if I use the Teensy 3.1 as a mouse, no action. I think it is due to limited product files in this workstation.
I can do anything with the program, even interface to touchscreen as a mouse..
Vendor ID VID is 0x04e7
Product ID PID is 0x0020
I know once this happens, the USB will be the Touchscreen, but I can put an TTL to RS232 and connect to the computer. Problem be reprogramming it.
I think..
Wayne