I need some guidance on how to get some drivers working with USB. The company I work for developed a product that communicates over usb. This product is giving me some issues now for some reason. Here is the out put form netbeans.
Mac OS X
Human read 0: st375 512
Open st375 512
Product = 885
Serial = 512
Got it!
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000012c92856e, pid=2313, tid=61755
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [STXInterfaceNative.dylib+0x256e] writeUSB+0x1e
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/partialdata/Google Drive/Game and App Dev Backup/Spectrum Techniques /STX DEV Ryan/ST160/hs_err_pid2313.log
#
# If you would like to submit a bug report, please visit:
# bugreport.java.com/.../crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Found a ST Device vendor 0x0c6b, product 0x0375
Unable to open device: e00002c5
Java Result: 134
BUILD SUCCESSFUL (total time: 3 seconds)
the error e00002c5 from what i can find is that USB device is currently in use or locked. Any help on the subject of writing custom usb driver for mac using this would be great.