techniq / node-pn532

Native Node.js driver for the PN532 NFC chip
73 stars 32 forks source link

Update README.md to use the new sinature of serialport #25

Closed elie-c closed 1 week ago

elie-c commented 1 week ago

Serial port constructor is now :

const serialport = new SerialPort({ path: '/dev/example', baudRate: 9600 })

https://serialport.io/docs/api-serialport/

techniq commented 1 week ago

Thanks @elie-c