help needed
hi, can anybody tell me how many threads sun suggest to use in a program if no. of processors is not a problem. Any link directing to such a problem will be useful Thanking you in anticipation, vishal sinha __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
playing with serial port
Dear All, I want to learn how to connect to serial port on the device, say PC or other device that has serial port and make some application via the serial port. Does anybody know where the documentation of java i can get? Thanks. Ulam S.
Re: playing with serial port
On Thu, Jul 03, 2003 at 06:26:05PM +0700, Marulam Sinaga wrote: > I want to learn how to connect to serial port on the device, say PC or > other device that has serial port and make some application via the > serial port. > > Does anybody know where the documentation of java i can get? http://www.rxtx.org/ The API is called Java Comm. RXTX is a free implementation for GNU/Linux, Solaris and Win32 and the only one for Linux that I am aware of. I haven't programmed it myself, but used Java Applications that make use of the serial port. Works great. -- Andreas Micklei IVISTAR Kommunikationssysteme AG Ehrenbergstr. 19 / 10245 Berlin http://www.ivistar.de -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: playing with serial port
Hi, Check out the link below,it'll be usefull for you. But you have to know that this is a device oriented api. http://java.sun.com/products/javacomm/javadocs/API_users_guide.html Özgür U. "Marulam Sinaga" To: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]cc: om.com> Subject: playing with serial port 03.07.2003 14:26 Dear All, I want to learn how to connect to serial port on the device, say PC or other device that has serial port and make some application via the serial port. Does anybody know where the documentation of java i can get? Thanks. Ulam S. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
