Open ugifractal opened 2 years ago
Hi, thank you for contributing to this repository! However, since I don't know what printer you're using with this library, could you please give me a link to it? Thanks!
Hi, thank you for contributing to this repository! However, since I don't know what printer you're using with this library, could you please give me a link to it? Thanks!
When I used my digitup printer, I got error because this printer doesn't have characteristics with properties.write == true. But This device has properties.writeWithoutResponse == true. So my PR actually use properties.write to find the characteristics, if the result is empty then use properties.writeWithoutResponse == true to get the characteristics. And seem working on mine.
Hi, thanks for contribution. Helpful & working fine.
When I used my digitup printer, I got error because this printer doesn't have characteristics with properties.write == true. But This device has properties.writeWithoutResponse == true. So my PR actually use properties.write to find the characteristics, if the result is empty then use properties.writeWithoutResponse == true to get the characteristics. And seem working on mine.