File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other JSE/JEE APIs and the fly likes Help with Java Comm API Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Help with Java Comm API" Watch "Help with Java Comm API" New topic
Author

Help with Java Comm API

Salima Lalani
Ranch Hand

Joined: Aug 15, 2002
Posts: 59
Hi all,
Need your help with the following situation:-
I am trying to build an application using JSP/Servlets. The user should be able to access the application using web browser.The user machine consists of a device(Magtek reader) which consists of RS232 serial port.The JSP/Servlet should be able to access the serial port, read it and pass the data to the server.Needless to say, it would be a multi-user system. So I believe the system should be able to handle multiple threads to read
and write the serial port information.
I was researching about it and found about Java Comm API. I am not sure if JSP pages will be able to access the serial port. The applet has to be signed while using Comm API, does JSP/Servlet has the same issue?
Your help is highly appreciated.
Thanks in advance,
Salima
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Help with Java Comm API
 
Similar Threads
problem in pogramming rs-232
Java Comm API?
Rendering Problem while communicating on Serial Port
Serial Port Ethernet
Parallel and Serial Comm Using Java Comm API on Linux OS System