Effacer les filtres
Effacer les filtres

How to display serial data

1 vue (au cours des 30 derniers jours)
Ghufran Aldawood
Ghufran Aldawood le 5 Jan 2021
Hello all,
I am having an issue receiving serial data and I am not sure where the problem is. I have an FTDI connected to the USB port of my PC and the FTDI is recieving constant RF signal from an RF receiver. This is the code I have so far, but no data is being displayed in the command window. I appreciate any help!
s = serialport("COM3",1200);
configureCallback(s,"terminator",@readSerialData)
clear s
function readSerialData(device,~)
data = readline(device)
disp(data)
end

Réponses (0)

Catégories

En savoir plus sur Data Acquisition Toolbox Supported Hardware dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by