ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

PRO
Synthiam
#1  

Most nfc readers use a UART interface. You can simply read from the hw UART of what ever style of EZB your'e using. Remember, you'll need a hardware UART. So an arduino uno won't work. But many others would. What NFC peripheral are you wanting to use? The datasheet will help connect to it if you let me know

PRO
Australia
#2  

The reader I have is a USB and Bluetooth  interface   not UART.   Is it possible to use a USB to UART adapter in this situation or do I need to buy a NFC reader with UART.

PRO
Synthiam
#3  

Yes - the bluetooth will also be serial. USB is universal serial. They're both serial - so you don't need a UART on an EZB. The USB should add a serial port, so you can use the COM JavaScript class for accessing the local com ports on the PC. Review the datasheet for your device and access it - voila!

User-inserted image