Mark F
October 13th, 2002, 12:55 PM
Standard disclaimer: I don't have one of these devices so the following are guesses from reading the document you referenced VERY quickly. From the document, a Windows mouse driver is available and would be the fastest way to get this working.
On to the fun stuff :smile:
At startup:
send a 0x2c to reset the panel
send a 0x26 to enable the panel
send a 0x29 for auto report transfer
send either a 0x22 (point) or 0x24 (continuous) reports
Sending hex numbers is easy. :wink:
In the Girder menus, go to file/settings ... and choose the hardware plugins tab. Hi-lite the Generic Serial Support and press the settings button. find the device in the dropdown list and press choose. Press the transmit button in the message definitions group box. make sure the Translate (hex->bin) is checked and nothing else. Press OK on each dialog until you are back at the main Girder screen.
Add a command to the tree, name it and choose the plugins tab. Hi-lite Serial Commands and press settings. Make sure the right device is on the button marked "serial port". If not, press the button and choose the right device. Choose the Send Data radio button and type the hex number into the edit field without the leading 0x or trailing h (type in 26 for 0x26 or 26h). Press OK.
I'm going to surf around their site some more to see if I can get a better feel for the right commands.
On to the fun stuff :smile:
At startup:
send a 0x2c to reset the panel
send a 0x26 to enable the panel
send a 0x29 for auto report transfer
send either a 0x22 (point) or 0x24 (continuous) reports
Sending hex numbers is easy. :wink:
In the Girder menus, go to file/settings ... and choose the hardware plugins tab. Hi-lite the Generic Serial Support and press the settings button. find the device in the dropdown list and press choose. Press the transmit button in the message definitions group box. make sure the Translate (hex->bin) is checked and nothing else. Press OK on each dialog until you are back at the main Girder screen.
Add a command to the tree, name it and choose the plugins tab. Hi-lite Serial Commands and press settings. Make sure the right device is on the button marked "serial port". If not, press the button and choose the right device. Choose the Send Data radio button and type the hex number into the edit field without the leading 0x or trailing h (type in 26 for 0x26 or 26h). Press OK.
I'm going to surf around their site some more to see if I can get a better feel for the right commands.