cvanorman / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
0 stars 2 forks source link

Remove file locking #2

Closed cvanorman closed 7 years ago

cvanorman commented 7 years ago

Due to the high maintenance costs of supporting the large variety of locking mechanism available in linux today, it seems best to remove the locking support on linux. This will help reduce cross compatibility issues.