arduino12 / rdm6300

A simple library to interface with RDM6300 RFID reader.
GNU General Public License v3.0
92 stars 32 forks source link

Use a different pin on Arduino Uno? #10

Closed Danita closed 4 years ago

Danita commented 4 years ago

Hi! Thanks for this library, works great with the Uno and RDM6300. I was wondering if there is any way to make it work on other pin than 8 on the Uno, since in my project that pin will be used by the motor shield. I've tried other pins but on the only one it works is on 8. Thanks!!

arduino12 commented 4 years ago

Hi! I guess the altsoftserial lib uses only pin 8 on the basic 8bit AVR based Arduinos, But you can use the example that uses the default software serial lib and change here to any pin you want..

Please tell me if it worked out for you :)

Danita commented 4 years ago

Thanks! I don't know how I missed that :-) It's working now.