image
image

|


Go Back   macosx.com > Mac Help Forums > Hardware & Peripherals

Reply
 
Thread Tools
  #1  
Old June 24th, 2002, 02:04 PM
Registered User
 
Join Date: Jun 2002
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
kraneo is on a distinguished road
Unhappy ADB Wacom Tablet

Hi people, I'm new in the block!
Anyone knows a way to make active an old Wacom tablet artz II (ADB port) Under Mac OSX ?
It seems that ol the serial devices may be lost forever for the OS X...
Anyone knows if connecting the tablet with an USB adapter could work?
New USB drivers from Wacom could recognize it?

TIA!!!
Reply With Quote
  #2  
Old June 25th, 2002, 05:54 AM
Registered User
 
Join Date: Jun 2002
Posts: 142
Thanks: 0
Thanked 0 Times in 0 Posts
gibbs is on a distinguished road
Serial to USB adapters DO exist. The question is whether your mac will recognize the device once its plugged in. I would fire off an email to Wacom support and ask, although I fear you may get a "no, buy one of our newer tablets" responses.

Good luck brother.
Reply With Quote
  #3  
Old June 25th, 2002, 11:59 AM
Registered User
 
Join Date: Jun 2002
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
kraneo is on a distinguished road
Thanks!

I`m afraid that that's Wacom Policy, but....
I'll try.

Thanks fellow
Reply With Quote
  #4  
Old January 8th, 2003, 04:03 AM
Registered User
 
Join Date: May 2002
Location: Montpellier France
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
ladislav is on a distinguished road
Hello, well, i do have two wacom tablet, with adb connectors, the first thing you should know is that they are called UD.
Unfortunatly, wacom replyed that they do not intend to support UD tablets on MAC OSX
My tablets are doing fine on OS9 plus the Imate... (ADB TO USB connector)
the right link to get all drivers from wacom is
http://www.wacom-europe.com/uk/downl...iver/index.asp
All we can hope is for the Linux / Open source communauty to get a driver working, witch will mean we will have to get are hands under the hood, and maybe install the xwindows...
But your tablet is not going to the discarded hardware basement we all have as mac users, the driver for Windows XP 2K 98 and ME exist ...
I know, hardware manufacturer are weird people...
I do have two A5 tablett, one for each of my display, it works great (on Mac OS 9)...
Reply With Quote
  #5  
Old January 8th, 2003, 12:54 PM
adambyte's Avatar
Registered User
 
Join Date: Dec 1969
Location: California... state of confusion
Posts: 416
Thanks: 0
Thanked 0 Times in 0 Posts
adambyte is on a distinguished road
Yeah, me too. I've got an old Wacom tablet, and an iMate adapter. You can use it to move around the cursor, but don't get any special features like button functions, pressure, or anything like that.

Oh well. Some things are just too old.
__________________
-Adam S ... PowerBook G4 (Mac OS X... the latest version, whatever it is, I've got it, dangit) and original iPod (iLove music, therefore iLove iPod)
<shamelessplug>http://www.geocities.com/adambyte</shamelessplug>
Reply With Quote
  #6  
Old January 8th, 2003, 05:07 PM
strobe's Avatar
Puny Member
 
Join Date: Dec 2000
Posts: 795
Thanks: 0
Thanked 0 Times in 0 Posts
strobe is on a distinguished road
You can write ADB HID drivers for Mac OS X. This isn't a limitation of the OS. There are 3rd party ADB drivers. For example there is a Thrustmaster ADB joystick driver for Mac OS X.

I could write the driver myself but I don't know the protocol Wacom uses. Somebody would have to reverse engineer this using ADB prober or something.
__________________
---
>80 column hard wrapped e-mail is not a sign of intelligent
>life
Reply With Quote
  #7  
Old January 8th, 2003, 08:17 PM
slur's Avatar
Geek / Hedonist
 
Join Date: Dec 2000
Location: Florence, MA
Posts: 542
Thanks: 0
Thanked 0 Times in 0 Posts
slur is on a distinguished road
Serial Wacom very promising

You're in luck, strobe! The Wacom protocols are documented in the Developer section of Wacom's web site. Not only that, but...

I have fully implemented the Wacom UD protocol in a REALbasic application that reads a serial Wacom tablet, dynamically displays the state in a window, and allows you to send commands to the tablet to change its mapping, etc. It even lets you draw lines in a little graphics control.

If you would like a copy of this application and believe that you can write an HID driver I would be most interested in assisting you. I believe some hooks to the IOKit will be required to communicate with the (POSIX) serial port, meaning it would likely have to be implemented in the limited subset of C++ required for IOKit drivers.

From my investigations I've determined that the most promising course for making serial and ADB UD tablets work on Mac OS X is to make the Wacom tablet appear to the OS as if it was a newer USB Wacom tablet, and then the Wacom drivers would happily do the high-level interpretation. (The UD protocol has only been extended, not altered.) So all we'd really need to implement is a serial-USB bridge.

Are you familiar with IOKit? Do you have the skillz required to pull this off? Folks like me would be most grateful if this could be made to work! I've contacted Wacom about this but they have no interest in "supporting" older tablets. A developer I spoke to at Keyspan seemed to think the idea of a serial-USB bridge was fairly promising. I just haven't had the time or inclination to get down with IOKit since I've been so busy with SDL / OpenGL.

adambyte: Is your tablet being detected in Mac OS X without having the Wacom driver installed, or do you mean it (almost) works under 9?
__________________
|
| slur was here
|

check out my creative music software

Last edited by slur; January 8th, 2003 at 08:53 PM.
Reply With Quote
  #8  
Old January 8th, 2003, 10:07 PM
adambyte's Avatar
Registered User
 
Join Date: Dec 1969
Location: California... state of confusion
Posts: 416
Thanks: 0
Thanked 0 Times in 0 Posts
adambyte is on a distinguished road
Oh yeah.... I have an ADB Wacom tablet..... plugged into my iMate adapter.... which is plugged into my PowerBook's USB port. And my PowerBook is running Mac OS X.... and I can use the tablet in a very VERY limited manner....

The "eraser" thingy and second button don't do anything special... and rather than making the tablet proportional to the screen, it's more of a "real time" thing... and you end up picking up the pen and moving it over and over, much as you would pick up and move a mouse when you run out of room on your desk... kind of a pain in the butt..... well, arm and wrist, actually....

It seems to me that USB provides very basic mouse driver functions, and the iMate adapter is probably providing those basic functions. I dunno. I'm no programmer.

If you could create a driver and software for old Wacom tablets, I bet a lot of cheapskates with adapters would be VERY happy. I know I would.
__________________
-Adam S ... PowerBook G4 (Mac OS X... the latest version, whatever it is, I've got it, dangit) and original iPod (iLove music, therefore iLove iPod)
<shamelessplug>http://www.geocities.com/adambyte</shamelessplug>
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Serial Wacom Tablet to USB converter to OSX? MuddyRiverMan Hardware & Peripherals 1 April 3rd, 2006 01:55 PM
wacom tablet&powerbook(G4) creamteddy Design & Media 1 June 21st, 2003 03:29 PM
graphire tablet in jaguar torres Mac OS X System & Mac Software 1 August 9th, 2002 11:59 PM
wacom tablet drivers - finally konrad Apple News, Rumors & Discussion 5 October 14th, 2001 11:28 AM
wacom tablet driver konrad Apple News, Rumors & Discussion 1 July 13th, 2001 07:27 AM


All times are GMT -5. The time now is 01:41 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.