Matlab Mobile serialport/serial

11 visualizaciones (últimos 30 días)
Maciej Solarczyk
Maciej Solarczyk el 13 de En. de 2022
Editada: Infinite_king el 16 de En. de 2024
Hello, I try to use Matlab Mobile (Android device) to read temperature value from optris CS LT 15 Sensor. I can connect that sensor with other application named 'Serial USB Terminal' and that is working correct after choice CP210x driver. In matlab I try to use that trough:
s = serialport('/dev/ttyS0/',9600)
On PC it is working properly but In android device I occure an error like below:
Instrfind command doesn't found any open port and I am sure that right.
I don't know what is the reason of that? Permission, driver? That is not require for other app. I dont have any idea now. Please let me same help.
Below addidtional photo, maybe will be usefull.
  1 comentario
Michael Thursby
Michael Thursby el 25 de Abr. de 2023
I am having the same problem with the ipad. I am trying to use matlab mobile to acquire data from an Arduino pressure sensor, and receive the same error message.

Iniciar sesión para comentar.

Respuestas (2)

Infinite_king
Infinite_king el 12 de En. de 2024
Hi Maciej Solarczyk,
It seems like you're trying to use MATLAB Mobile on an Android device to read temperature values from a Sensor using a serial connection. MATLAB Mobile allows you to connect to a MATLAB session running in the MathWorks Cloud. The Serial Port interface is supported by the following platforms, https://www.mathworks.com/help/matlab/import_export/troubleshooting-serial-port-interface.html#:~:text=The%20serial%20port%20interface%20is%20supported%20on%20these%20platforms. Unfortunately, it was not supported in MathWorks Cloud. So, Serial Port interface cannot be used from the MATLAB mobile.
One way to process the data from the sensor (offline data), since you are able to connect to the sensor using 'Serial USB Terminal'.
  1. Gather the data from sensor and save the data locally.
  2. Upload the data to MATLAB Drive. Now the data will be accessible from multiple platforms.
  3. Perform the operations on the data from one of the supported platforms.
Refer the following resources for more information,

Maciej Solarczyk
Maciej Solarczyk el 12 de En. de 2024

Hi, That was a long time ago. I used other tool than matlab to solved my problem. To be honest I am able to connect and communicate with arduino by Serial port and using matlab mobile but I am not able to communicate with this one special device which is using CP210x driver... That is some special case...

  1 comentario
Infinite_king
Infinite_king el 12 de En. de 2024
Editada: Infinite_king el 16 de En. de 2024
Hi, I posted this answer thinking it would help others. As per the documentation, Serial Interface is not supported in MATLAB Cloud or MATLAB online. I know that we can connect Raspberry Pi in MATLAB online. I'm wondering how you connected Arduino using the Serial Port Interface.

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Mobile en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by