views:

420

answers:

2

Does anybody know if its possible to write a barcode scanning application for the SPT-1800 in Java?

I don't know how to program the Old School Palm OS.. so java would be great.

+1  A: 

I would think that Waba/SuperWaba would be your best bet for an older PalmOS device.

jsight
+1  A: 

It looks like you will have to write a Palm app in C to control that model.

See the Software Development Kit (SDK), v. 4.10 and FAQ: Where Can I find the Palm SDK & Development Tool? for more information.

The Motorola/Symbol sites are not very intuitive so here's a link to all of the SPT1800 support documents.

The SDK's are usually very good and get you up and running with a sample application pretty quickly.

I had hoped to use Java for the MC3000 and MC9000 series recently but it appears Motorola/Symbol has stopped releasing updated Java SDK's for those devices and are concentrating on the .NET SDK now.

The Java SDK's also require additional licensing of the JVM from 3rd party vendors which considerably adds to the final cost of deployment.

JamesA