lsongdev / node-bluetooth

:large_blue_diamond:😬Bluetooth serial port communication for Node.js
https://npmjs.org/node-bluetooth
Other
197 stars 56 forks source link

Receive buffer full of all data #18

Open babalu27 opened 6 years ago

babalu27 commented 6 years ago

Hello! thank you for sharing this, it is great. i noticed that if an application is not reading from the bt client the serial receive buffer accumulates a ton of data. is there a way to invoke a flush on startup?

thank you.