Cristian Regazzo Member Licensed User Longtime User Nov 21, 2016 #1 Good evening, I need to develop an application that will connect to an RFID reader (DOTR-900 - http://www.dotel.co.kr/products/product.asp?productId=TQIX&productIdx=42) through Bluetooth. This Application will receive the count of the Tags that are placed in the products. Has anyone developed anything for RFID Reader? If so, could you please pass me the basic steps so that I can begin my development? Every idea is welcome. Thank you.
Good evening, I need to develop an application that will connect to an RFID reader (DOTR-900 - http://www.dotel.co.kr/products/product.asp?productId=TQIX&productIdx=42) through Bluetooth. This Application will receive the count of the Tags that are placed in the products. Has anyone developed anything for RFID Reader? If so, could you please pass me the basic steps so that I can begin my development? Every idea is welcome. Thank you.
Erel B4X founder Staff member Licensed User Longtime User Nov 22, 2016 #2 Seems like it supports both BLE and classic Bluetooth. Start with the Bluetooth tutorial: https://www.b4x.com/android/forum/threads/14768/#content Make sure to initialize AsyncStreams in non-prefix mode. Upvote 0
Seems like it supports both BLE and classic Bluetooth. Start with the Bluetooth tutorial: https://www.b4x.com/android/forum/threads/14768/#content Make sure to initialize AsyncStreams in non-prefix mode.
Cristian Regazzo Member Licensed User Longtime User Nov 23, 2016 #3 Good evening, Thank you very much. Upvote 0