serial monitor of arduino IDE showing different output
I am accessing ros messages in arduino by serializing it through ros serial. But when i am sending some text from arduino code through serial it is showing different output in serial monitor of arduino ide. Seems all the text have mixed with some other data .What can be possible reason?Thanks
Please copy and paste both outputs. Could it be that you use const char* in Arduino and String in ROS?