usb-serial-for-android icon indicating copy to clipboard operation
usb-serial-for-android copied to clipboard

Custom Reader for incoming data

Open tomeroto opened this issue 3 years ago • 0 comments

Hi mik3y,

thanks for you amazing library.

I have some problem to put custom reader. I want to make reader to processing incoming data with some delimiter before it send to onNewData event. So, on onNewData event it only return clearly data.

Example:

Incoming Data: a,b,c,d,e

onNewData event will be return Data: a b c d e

And I want read process this realtime (stream).

SOrry my bad english, i hope you know what i mean.

Rgds,

Meyer

tomeroto avatar Sep 24 '20 03:09 tomeroto