I am trying to read data from a bluetooth barcode scanner (KDC300) using C. Here is the code I have so far, and the program successfully establishes a bluetooth connection to th
Here is the best info I've found.
The C program on there using termios worked just by adding
#include
And changing the baudrate to match my needs.