I’m trying to establish communication with my NFC reader, which is built into my tablet and trying to do it in Unity. The port of NFC in tablet is /dev/ttyS3
. I can’t use the using System.IO.Ports
; library because Android doesn’t support it.
Does anyone know a way to guide me toward a solution? Or has anyone dealt with this before?