03-02-2011 03:21 AM
hi
i am trying to connect my tablet pen to pc through usb port. i need to measure pen position and charector recognisation from tablet using labview.
07-12-2011 04:29 AM
I have this problem,too. and I hope one could help us: How can I read pen position on tablet through USB port and labview?
07-15-2011 05:51 AM
The pen on a tablet functions like a mouse. You can get the position of the mouse/pen by using the Call library function node (Connectivity -> Libraries and Executables) in the functions pallete. You can use the user32.dll to call the GetCursor method for the pen position.
Sahil Singla
Applications Engineer
National Instruments
07-16-2011 04:06 AM
Thank you,But there is a predefined function in labview to get position of courser of mouse, can I use this function to pen?
07-17-2011 10:41 PM
Yes, you can. It basically uses the same backhand architecture I mentioned in my last post.
Sahil Singla
Applications Engineer
National Instruments