How to display "serial device connected" or "not connected"?
Ältere Kommentare anzeigen
I am interfacing a spectral sensor with PC and getting the data through MATLAB (serial port functions).
I want to add a conditional statement to check whether the device is connected / not connected before getting serial data.
conditional statement ??
spectral3 = serialport('COM4','BaudRate',115200);
2 Kommentare
Sohail Ahmed
am 30 Nov. 2021
Sébastien Josset
am 22 Dez. 2022
Hi Ahmed, hi All,
I strongly suppose you're using the same sensor as I would like to: AS7265x Triad Spectroscopy Sensor (datasheet: AS7265x (sparkfun.com)).
It works well with me using a software serial with an Arduino nano, but I would like to use it directly in the Matlab environment through UART communication (datasheet page 41), but it requires to modify the sensor. Before I do that, I would like to know if you managed to use the sensor this way, and if yes, if you could be so kind and share your code to collect the responses at the 18 different wavelebgths?
Kind Regards
Sebastien
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Serial and USB Communication finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!