javax.comm on iPAQ

I have written an application using the javax.comm package that runs perfectly on my laptop. I now want to transfer this onto my iPaq (ARM PocketPC), but I can't seem to find a javax.comm driver for the ARM iPAQ platform. Does anyone know if it exists or will exist ? If not, does anyone know of other 'java' ways to access the serial port on this platfrom. I have been trying out ewe (project that is building on waba), but am having problems due to its limited nature.

Thanks

Uz

[509 byte] By [uarshad] at [2007-9-26 20:20:57]
# 1
maybe you can find it at www.serialio.com
v.pavlov at 2007-7-3 18:32:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Thanks for the suggestion but....I've checked out thier offerrings, but they charge a bomb (prob because they know theres nothing else out there). I would have to get their 'pocket package' for the ARM WinCE stuff which costs around $200 !!!!!
uarshad at 2007-7-3 18:32:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
https://dz.prosyst.com/download/products/mbs5/20020118/mBS_5.x_Comm_1.5.htmIt's for WinCE, ARM but released as bundle for OSGi framework (which can be used standalone too)The eval is available for 30 days after which you must contact the sales team.
v.pavlov at 2007-7-3 18:32:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
Thanks for the pointers v.pavlov. I've requested a evaluation copy from ProSyst, but apparently i am supposed to 'expect contact from a sales person'. I hope they hurry up. In the meantime does anyone else have any useful links up thier sleave !!!Uz
uarshad at 2007-7-3 18:32:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
Try the CEJavaComm api from http://www.teilo.net it's free for non-commercial use, and the author is really helpful.Dan.
curly_wurly at 2007-7-3 18:32:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
I've ported RXTX package to iPAQ. Good news: it is LGPL-ed. Bad news: Windows CE port is in early stage now. No release yet, CVS access only.I could send you a binary if you wish to test it.For details check http://www.rxtx.org/
MichalHobot at 2007-7-3 18:32:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 7

To MichalHotbot,

I would appreciate it if you could send me the binary. I've had limited of success with some of the options mentioned, but I am still trying to find the best solution that will work in the way I require. I'll give you feedback on it if you wish

Cheers

Uz

email: uz@usmanarshad.co.uk

uarshad at 2007-7-3 18:32:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 8
Try to use Jeode. It is based on PersonalJava, but basicly its is Java 1.1.8. Please let me know about the result. You are trying to solve very interesting issue.
espeed at 2007-7-3 18:32:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...