I have a project where I am updating some old Basic code, written for DOS!! This program reads in coordinates from a tablet and then does some integration calculations.
The problem is arising with communicating with the tablet.
I now have a new tablet (a Wacom Intuos2). I have installed all the software necessary for it to run on the computer...it can now act as a pointer instead of the mouse in all applications, and all the other features work. The problem is that rather than moving the mouse about on the screen I have to find the coordinates at which the pen is pointing. How do I do this?
The old software used an open channel command:
OPEN "COM2:9600, E, 7, 2" AS #1.
However this doesn't with the new tablet and OS.
Any help much appreciated...and before you ask, no I haven't got a programming manual for the tablet!! I wish I did!
The problem is arising with communicating with the tablet.
I now have a new tablet (a Wacom Intuos2). I have installed all the software necessary for it to run on the computer...it can now act as a pointer instead of the mouse in all applications, and all the other features work. The problem is that rather than moving the mouse about on the screen I have to find the coordinates at which the pen is pointing. How do I do this?
The old software used an open channel command:
OPEN "COM2:9600, E, 7, 2" AS #1.
However this doesn't with the new tablet and OS.
Any help much appreciated...and before you ask, no I haven't got a programming manual for the tablet!! I wish I did!