I thought this were a solution to map a com port in windows. Because I have a device with USB connected to a PC and want to run some old tests on it. But the tests only communicate with com1. Therefore I have to map the intialised port to com1.
I use this API to upload result from the device to the PC and I want to add some more features like to run the tests.
I used the last modules releases and just try to run Test86.
If I use the prebuild releases, I get the same problem just in the class SerialComPortMapperJNIBridge.loadNativeLibrary(String, String, SerialComSystemProperty, int, int, int) line: 213 the input file is always null.
Am Montag, 19. Februar 2018 08:44:05 UTC+1 schrieb SerialPundit:
- Why are you using mapper for windows, it requires corresponding system service and driver which are not implemented.
- Are you using latest jar file from github prebuilt releases.
On Monday, February 12, 2018 at 3:30:53 PM UTC+5:30, Andreas wrote:
Hey,
if I try to use the SerialComPortMapper, I get an error on line 334 of SerialComPortJNIBridge.java:
input = SerialComPortJNIBridge.class.getResourceAsStream("/" + libToExtractFromJar);
the variable "input" is always "null", but the file "spcomwinx64.dll" exists.
What I am doing wrong?
Thanks for your help