First of all I want to apologize for my basic knowledge. I’m a begginer.
I want to create an app for a professional device that runs under Android. This device has a barcode reader incorporated which I suppose is using an internal com port. Using an APK that I have found in internet (Android-Serial-Port API) I have detected that uses /dev/ttyMT1 (mtk-uart) port.
Could you help me how I can read the input data of this port?
I think the Ionic forum is not realy the place-to-go to find answers for custom serial communication implementaions.
Anyways, I think you are looking in the wrong direction…
I’ve never done this particular application, but on a RaspPi I do these things sometimes.
If you would do a google search on “javascript access hardware” you will find