Borrar filtros
Borrar filtros

How to use the same arduino connection in two different apps?

3 visualizaciones (últimos 30 días)
Sean Dunkelman
Sean Dunkelman el 11 de Ag. de 2021
Respondida: Amal Raj el 6 de Jun. de 2024
I have an app that uses several object based connections, arduino being one of them. However, I need to open a second app in a callback of the main app and I need to use the existing object based connections (like arduino) in the newly opened app. Any ideas on how to do this?
I have already tried clearing the existing connections and reconnecting, but each time it tells me that the connection already exists in my workspace (despite the fact I just cleared it). I have also tried sharing data between the apps as output/input variables but am struggling to do so and could use a workaround.

Respuestas (1)

Amal Raj
Amal Raj el 6 de Jun. de 2024
Hi Sean,
Unfortunately, directly sharing a serial port connection between multiple MATLAB apps running simultaneously isn't recommended. Serial ports are designed for exclusive access by one application at a time.
You could however try one of the following approces.
  1. Single App with communication
  2. External Communication Server
  3. Multiple Serial Ports
  4. Alternative Communication Protocols
Hope this helps!!

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by