xamix

Results 13 comments of xamix

The remote device is a long life embedded battery system (It's programmed in C code and it's a small microprocessor). We retrieve very light information via some emergency messages which...

Hello, thank you for your answer. I missed the JavaDoc parts, my apologies. So I came to the Windows doc here: https://msdn.microsoft.com/fr-fr/library/windows/desktop/aa363190(v=vs.85).aspx And in the **Remark** parts it say: >...

I cannot say if this works for the moment but reading the documentation involve that this set the **ReadTotalTimeoutMultiplier** and so: > **ReadTotalTimeoutConstant**: A constant used to calculate the total...

Another issue appear: Very often I get the following exception ``` java.io.IOException: Unknown error occured in native layer ! at com.serialpundit.serial.SerialComInByteStream.read(SerialComInByteStream.java:287) ``` This occur only when receiving byte in serial...

Hi! The timeout with **fineTuneReadBehaviour** on Linux is working, but on Windows it seem to not works properly, I tryed with many parameters: fineTuneReadBehaviour(_handle, 0, 0, 3000, 0, 0); or...

Nice feature to have I was looking for exactly that in order to be more efficient in creating default values

Hi @liamHowatt, Thank you for your workaround. However it is not as simple as it since we also need to remove this `LV_STATE_FOCUS_KEY` on the previous clicked object, otherwise multiple...