Closed raphaelreme closed 4 years ago
Hi @raphaelreme , you are right: It would be handy to change the charbuffer. I will implement your proposal ;)
@bastianraschke Maybe we could add parameter positionStart
to change the start position of the search. What do you think?
Hi @raphaelreme and @philippmeisberger, i totally agree with both of your suggestions.
@raphaelreme Change is implemented.
Hi,
I just used your lib with another device : r307. It works well, thanks a lot !
But I didn't agree with a small point in the method searchTemplate !
You use the command Search of the device which is for the r307 :
In fact I believe that your function should also take the bufferId as a parameter. Here It only searches a match with the 1st buffer. And one could possibly have put the finger of the user to identify in the second buffer, then he could not use your searchTemplate method.
I would propose to do smthg like :
Maybe it is only due to my specific device(r307)'s protocol,
Raphael