Link to home
Start Free TrialLog in
Avatar of VisionC
VisionC

asked on

Send a text file in server machine to a handheld computer through client serial port

I need to do this in a web application (using jsp's, servlets, applets),

From a client machine select some text files located in a server machine and send them through client serial port (not server serial port) to a handheld computer.

How can i do this?
SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of VisionC
VisionC

ASKER

I'm really newbie in Java programming, could you guide more?, any source code?, any configuration required?, ..
Why do you need to send them through the serial port? Are you connecting the handheld to your computer?
Avatar of VisionC

ASKER

Yes girionis, the only way to establish communication PC-Handheld is through serial port, any help?
I never used to comm API but there are some useful links:

http://java.sun.com/products/javacomm/ - the comm API, includes tutorials and sample code
http://java.sun.com/products/javacomm/javadocs/API_users_guide.html
http://community.borland.com/article/0,1410,31915,00.html

Hope they will help
Avatar of VisionC

ASKER

CEHJ,

How can i implement a signed applet?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can't without installing javacomm or equivalent on every client.
You might be able to get this working although i'm not sure it will work on 'modern' Windoze:

http://www.rgagnon.com/javadetails/java-0062.html
8-)