nyholku / purejavacomm

Pure Java implementation of JavaComm SerialPort
http://www.sparetimelabs.com/purejavacomm/index.html
BSD 3-Clause "New" or "Revised" License
367 stars 146 forks source link

Mac OS X Modifications #61

Closed PeteSL closed 9 years ago

PeteSL commented 9 years ago

Modified Mac OS X jtermiosimpl.java to adhere to the Apple/BSD include files. Moved select() to direct mapping as fd_set is just an array of integers now. If this proves workable with the Mac, we will review BSD implementations as well as Solaris which is also Unix based.

PeteSL commented 9 years ago

Updated commit with new one to accommodate different c_cc array size and to ensure only minimum number of bytes are copied to the jTermios structure.