Tagged Questions

0
votes
2answers
787 views

Why SerialEvent.RI doesn't work?

I have two computers running this code: import java.io.; import java.util.; import gnu.io.*; public class Deb implements SerialPortEventListener, Runnable{ public static final int TIMEOUTSECONDS = ...