I am trying to develop and application which send and receive data from/to the RS485 serial port. For that, I am following this api:
https://code.google.com/archive/p/android-serialport-api/
https://github.com/cepr/android-serialport-api
Is this api used for RS232 or RS485? or both? If both, how can I decide what to use?
Is this the recomended api or is there another one?