ComputerWizKid

Golden Member
Apr 28, 2004
1,188
0
86
The Company Digital Convergance is now defunct and I have about five of them left 3 PS2 two USB. Is there any thing interesting I can do with them?
Thanks
 

bobsmith1492

Diamond Member
Feb 21, 2004
3,875
3
81
Cut the tips off the cables and wire them up to things? That's what I did with our (free) one :)
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
There are various software packages you can find online to turn it into a regular bar-code reader.
 

Colt45

Lifer
Apr 18, 2001
19,720
1
0
I never did find one.

There is a few sites that show you which tracks to cut inside, then use software and use it as a normal barcode reader.. for cataloging stuff.. cd's or whatever.
 

Steve

Lifer
May 2, 2004
15,945
11
81
I have some program(s?) in Java (I think?) for them that a CS prof at my school wrote for them. I'll have a look for them, can't remember exactly what they did.
 

Steve

Lifer
May 2, 2004
15,945
11
81
Found them, a couple of zips totalling about 10KB. I think the source is included, but I can't remember what it does.

PM me your email and I'll send them to you, you can mess around with it.
 

Steve

Lifer
May 2, 2004
15,945
11
81
Found the email outlining what it does, it's a barcode scanner:


If you have a CueCat Barcode Scanner (used to be free from Radio Shack, possibly still is?) I've written a little hack in Java to decode the output and print the barcode type and number in a window. If you're interested, let me know and I'll post a copy of the source.

You can also easily modify the source to print the serial number from you CueCat Scanner. (You didn't know the serial number is sent everytime you scan a code, did you?!!! Makes your activities easy to track if you're using the online service provided along with the CueCat!)

Since this is in Java, and doesn't require the creation of a device, as does the Linux decoder, you don't have to be root to use it!

Here's the java classes for the CueCat barcode reader. I've also included the source code. Note: you need to pass special options to the java compilder to get this code to run because of circular class dependencies.

I haven't figured out how to get this to compile with the command line java compiler, but it works great with Borland's JBuilder. (I highly recommend JBuilder.)

Also, I haven't taken the time to package this into a nice neat jar file.

To run this file, unzip the cuecat.zip file. This contains a directory called cuecat. DO NOT CD INTO THIS DIRECTORY. Open a command window and cd to the directory where you unziped cuecat to. When you show the directory listing (dir) you should see the cuecat directory. Now type java cuecat.CueCatReader. The program should run.