hi guys,
I'm trying to use an Android phone/tablet as an interface to a desktop. I want to try and use the phone as a captive NFC reader for the desktop. If anyone must know, I'm using pyusb as the host software.
Can I passthrough any NFC scan events from the phone to the desktop over adb or something (over USB) ? I suppose then I cant really read a USB port - rather it will be more similar to reading from a network port (adb forward).
I'm absolutely at a loss trying to figure out how to do this. Could someone help ?
EDIT - on thinking some more, maybe the way to do it is write nfc tag data to a datagram-socket and use adb forward to read it from a desktop. anyone know of any nfc app that forwards read data on a port ?
I'm trying to use an Android phone/tablet as an interface to a desktop. I want to try and use the phone as a captive NFC reader for the desktop. If anyone must know, I'm using pyusb as the host software.
Can I passthrough any NFC scan events from the phone to the desktop over adb or something (over USB) ? I suppose then I cant really read a USB port - rather it will be more similar to reading from a network port (adb forward).
I'm absolutely at a loss trying to figure out how to do this. Could someone help ?
EDIT - on thinking some more, maybe the way to do it is write nfc tag data to a datagram-socket and use adb forward to read it from a desktop. anyone know of any nfc app that forwards read data on a port ?