sss7modem/software/jna/SSS7Test.java

14 lines
202 B
Java
Raw Normal View History

2016-12-04 00:21:00 +01:00
/** Simple example of native C POSIX library declaration and usage. */
public class SSS7Test {
public static void main(String[] args) {
SSS7 bus = new SSS7("/dev/ttyUSB0");
bus.start();
}
}