Wykres commitów

11 Commity (b967da3c545c9aa44ebf0ef1167e9b0941790008)

Autor SHA1 Wiadomość Data
Felipe Herranz 538e2e0483 using syncWrite and syncRead new methods in Streams 2019-07-07 23:07:42 +02:00
Felipe Herranz 1e68f744c5 checking corner cases 2019-07-07 13:09:12 +02:00
Charles Julian Knight f52c67a134 added chunked stream methods 2019-06-26 13:39:01 -04:00
Raul Bache f4a4bd95d0 Refactored so that all common thread methods are handled in a base class
After this commit, common functionality for threads are gathered in a base class.
Less code, removed AtomicBoolean since it can be replaced with a volatile boolean, eliminating an allocation

Some members are made final
2019-01-15 19:53:02 +01:00
twsmith85 13a6cfc6fc
InputStream integer return fixes.
Fix one condition where read returns a large negative integer instead of the correct byte value. 
Fix a second condition where checkFromBuffer returns a negative number and triggers a serial read before the buffer is depleted.

For example, if 0xFE is read, 0xFFFFFFFE is returned from the buffer which is out of the byte range.
2018-12-20 16:27:02 -06:00
Felipe Herranz 5c30d0d00f solved inputStream issues and getSerialPorts 2018-11-16 00:19:45 +01:00
Felipe Herranz 45071b8484 solved issue in SerialInputStream 2018-11-14 00:08:07 +01:00
Felipe Herranz a3e390bded SerialInputStream and SerialOutputStream using sync api 2018-10-28 17:19:48 +01:00
Felipe Herranz 8fb9922c08 overridden available method 2018-10-28 11:12:53 +01:00
Felipe Herranz 96f76e1625 Indentation changed 2016-01-15 19:57:03 +01:00
StephaneBg e988f66673 Update project to gradle build system. 2015-12-10 10:05:54 +01:00