Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

xbee is not sending decimal data

1 vue (au cours des 30 derniers jours)
aadi
aadi le 12 Juin 2013
Clôturé : Sabin le 19 Déc 2022
i'm trying t send decimal values to the audino wirelesly using xbee but audino does understand it. it tried this code
s=serial(s,'com5')
fopen(s)
fwrite(s,100)
xbee attached to the computer send the data and receving xbee that is attached to the audino recevies it
but audino does under stand it.
but when i send charter audino understand it. can u help me plz
s=serial(s,'com5')
fopen(s)
fwrite(s,'a')
  1 commentaire
Ryan Livingston
Ryan Livingston le 14 Juin 2013
What happens when the "arduino does not understand it"? Are there errors?
Also, what datatype is the arduino expecting? Calling FWRITE without a precision argument passes a double:

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by