|
Java Communications API FAQ Thanks for the positive feedback on the Java communications API. Since we cannot reply individually, we have compiled an FAQ to help communicate with our customers/users. Q: Will it be part of the JDK? A: The Java communications API will be a Java Standard Extension, it will not be part of the core JDK.
Q: My application does not find any ports when it enumerates available ports.
A: In order for the Java communications API to find ports the file
Q: Can I load my own
A: As a result of feedback, we have added this functionality. IMPORTANT: Use the Solaris implementation's Q: Is there a linux version of the Java communications API?
A: We do not provide a linux implementation. But Kevin Hester has written Java communications API drivers for linux and uses our
http://www.geeksville.com/~kevinh/linuxcomm.html Q: I would like to port the Java communications API to my favorite platform. Can you give me the source code to the reference implementations to help me out? A: Sun will not be releasing the source code to reference implementations. Successful porting efforts are underway without the reference implementation source code (see previous answer). Q: Will there be support for USB, Firewire or ISDN? How about higher level protocols such as X/Y/Z-modem or Kermit? A: We are investigating adding support for other low-level communication protocols. But higher-level protocols such as X/Y/Z-modem or Kermit are outside of the focus of the Java communications API.
Q: How many listeners are allowed per instance of
A: Currently the Java communications API supports one. Therefore,
Q: How does the
A: There is a one-to-one correspondence between a Q: Can my app make direct reads from a port and also receive event notification on the same port?
A: Yes. Event notification is done with the lightweight JDK 1.1 event model. No data from the port is delivered with event notification. You will read from the port using Q: Can I use the Java communications API in applets? A: Yes in signed applets, but no in unsigned applets (most cases). Since we do not allow unsigned applets access to any communications port under the JDK1.1 security model, you can not use the Java communications API with unsigned applets. We do plan to be compliant to JDK1.2 security model in later releases, which might allow trusted applet access to ports. Q: I've edited my javax.comm.properties file and now my application cannot find any ports.
A: The Q: I've downloaded and installed the Java communications API. Now I have a great idea about an application that will use it. Can you tell me how to do the following... A: The Java communications API team can not provide product support. We suggest that you use the Java Developer Connection (JDC). There are several avenues available in the JDC for getting answers to questions about how to use the Java communications API, including discussion groups with other developers. You must register to use the JDC, but there is no charge for registration. |
| |||||||||||||||||
|
| ||||||||||||