Relative Content

Tag Archive for unity-game-engineserial-portnfc

Communication with serial port “/dev/ttyS3” in Unity

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.