Julian D. Murray

Results 2 comments of Julian D. Murray

Well it worked fine for me in the underneath code. import org.hid4java.* import java.nio.ByteBuffer import java.nio.file.Files import java.nio.file.Paths import java.nio.file.StandardOpenOption fun main(args: Array) { val path = Paths.get(System.getenv("USERPROFILE"), "Desktop", "hid",...

Did you close the former connection properly before opening it the 2nd time?