Is it possible for an Android application to dial a remote modem and send information back and forth?

Is it possible for an Android application to use a mobile phone to remotely access and interact with a remote modem? I have a PC program that calls a remote modem and collects data from the controller. The information sent back and forth between the PC application and the controller is just a string of characters. I would like to port some of this application to work on a mobile phone, if possible. Does Android OS support this type of connection? If so, is there any API that makes this work easier?

If the Android OS does not provide this feature, is there another mobile OS?

Thanks for any help with this.

+3
source share

Source: https://habr.com/ru/post/1756063/


All Articles