Plot Graph Signal From Serial Port I/O
Afficher commentaires plus anciens
How can we plot the signal from serial port I/O (RS232)? Thank You
Réponses (2)
Walter Roberson
le 28 Avr 2011
0 votes
Which signal? RS232 can be done in as little as three wires (receive, transmit, and ground), but it is more common to use at least 5 (adding flow control), and on the standard IBM DB-9 serial port, 8 of the 9 pins have a well-defined use.
4 commentaires
Adi Mico
le 30 Avr 2011
Walter Roberson
le 30 Avr 2011
Do you want to plot the voltage level of the receive signal, or do you want the receive signal to be interpreted as a stream of binary bytes that you want to plot the numeric value of, or do you want the receive signal to be interpreted as a stream of characters that represent printable numbers that you then want to convert to numbers and plot those?
Adi Mico
le 2 Mai 2011
Walter Roberson
le 2 Mai 2011
I suggest reading this documentation:
http://www.mathworks.com/help/techdoc/matlab_external/f62852.html
Claudio Gambelli
le 27 Nov 2013
0 votes
Yes it's possible to plot data received form serial port, i have developped this tool with customized protocol RTCPlot. Video and information are at the following link: http://www.gambelli.eu/body.php?page=product.htm
Bye Claudio
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!