Sorry but I am not sure what you mean with your suggestion
I have two wires coming from the RFID on the breakout board connected to Arduino pin's 8 and 9.
On the Arduino side I can use softserial to read the values and identify the RFID card. How can I read these values directly on the Linino side ? I was looking for ways to do this without having to rely on the REST API, which I assume, will be very slow reading one byte at a time.
a ttl to usb allows you to convert the 2 wires to a USB which you can plug into your linino USB and then use standard linux stuff to read from probably /dev/ttyACM0
Best regards
Jantje
Thanks for the suggestion Jantje, I will look into doing this.
Jantje:
a ttl to usb allows you to convert the 2 wires to a USB which you can plug into your linino USB and then use standard linux stuff to read from probably /dev/ttyACM0
Best regards
Jantje