Hi. I want to change two data type from string into float-type number. The data i have gotten is from the Arduino that is connected with GPS Module Neo-6M. The data will be sent and displayed as coordinate of person's position in the app using map and marker feature.
I had created the blocks and followed several suggestion to convert string type data to float type data. But, it didn't work. The error message said the operation * cannot accept the argument of string data and 1 (1 is integer).
Please give me suggestion to let the data is shown in the app.
Here is the design off application and the code for sending data from Arduino.
GPS_Ard (1).aia (4.3 KB)