Can't get hidraw0 device to open in nodeJS app
问题 Good evening! I'm trying to setup a barcode scanner app using the Node SerialPort package, used on a Raspberry Pi 4, and I'm having a hard time getting the code to either recognise the device I've identified that the path is /dev/hidraw0 as this is what I was able to ascertain from a dmesg output. When I run cat /dev/hidraw0 it opens and when I scan a barcode it outputs %""'#''!'&" to the console (I know it's gibberish, but different problem for a different day) . BUT, when I reference this