How do I write bytes to a serial object - to send data over USB-serial XBee to Arduino?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
William Chamberlain
le 14 Août 2016
Commenté : Walter Roberson
le 15 Août 2016
I am trying to send NMEA messages as data over USB-serial XBee to Arduino to control a robot.
I can open a Serial object and send data from my PC - observing it with another PC and XCTU.
What is the best way to convert the numeric values (uint8) to bytes, and then write them via a Serial objects?
0 commentaires
Réponse acceptée
Walter Roberson
le 15 Août 2016
uint8 are bytes . You can fwrite() them directly.
2 commentaires
Walter Roberson
le 15 Août 2016
I think that the last time I used a computer whose words were not 8 bits long would have been roughly 1985, the last of my University access to a Honeywell Level/66 . I know some DSPs after used 16 bit bytes and possibly even stranger sizes (especially during the bitsliced era) but I never encountered them myself.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Instrument Control Toolbox 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!