You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
This is by the way the same bug as in Issue 37: #37
which you didn't really fix :) but rather postponed it by not calling write(new String(data)); anymore,
as seen in 8c0ebb5
but the bug itself is not in write(byte[] bytes) but in write(String string).
best regards,
Sebastian.
The text was updated successfully, but these errors were encountered:
I have been working on a new serial implementation to properly support a byte level interface for working with the data. I suggest that you try the experimental build 1.1-SNAPSHOT. The serial API is completely overhauled and should provide far better results when working with bytes.
In some situations, the above-mentioned method is throwing a StringIndexOutOfBoundsException.
Example:
This is by the way the same bug as in Issue 37: #37
which you didn't really fix :) but rather postponed it by not calling write(new String(data)); anymore,
as seen in 8c0ebb5
but the bug itself is not in write(byte[] bytes) but in write(String string).
best regards,
Sebastian.
The text was updated successfully, but these errors were encountered: