Julian D. Murray
Results
2
comments of
Julian D. Murray
I am not scanning my device using UsbHidEnumerationExample. Do I need to do anything to set the MAC?
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",...
I am not scanning my device using UsbHidEnumerationExample. Do I need to do anything to set the MAC?
Did you close the former connection properly before opening it the 2nd time?