30Ronaldo / ardu-imu

Automatically exported from code.google.com/p/ardu-imu
0 stars 0 forks source link

Binary output is ASCII #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put on Binary output
2. See serial output

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I´m using 1.9.8

Please provide any additional information below.
Hi, have tried to Convert the binary Data to my structs. Then I see that there 
are no binary Data.. There was binary Data converted To ascii. In the Source 
Code of Arduimu is Serial.print() instead of Serial.write() in use, which 
converts the binary Data to Human Readable ascii. I have fixed this in the 
attached File.

Original issue reported on code.google.com by janzimme...@gmail.com on 24 Nov 2012 at 5:17

Attachments:

GoogleCodeExporter commented 8 years ago
The best solution I have ever had is "Serial.parseFloat()"
it coverts ASCII code to numbers with numbers after decimal point and the 
signs; positive and negative, to read the data from IMU to the Arduino 
microcontrolllers.

P.S: forget the  binary output.

See        http://arduino.cc/en/Serial/ParseFloat

Original comment by kilan...@gmail.com on 9 Dec 2012 at 2:53

GoogleCodeExporter commented 8 years ago
I dont use it with Arduino.
And I don´t forget about the binary output.
Its some kind of strange that there is a Feature that never has been tested

Original comment by janzimme...@gmail.com on 24 Dec 2012 at 1:32