package javax.comm; public interface CommDriver { CommPort getCommPort(String str, int i); void initialize(); }