Why 'utf-8' codec can't decode byte 0x94 in position 0, when using 'rosrun rosserial_python serial_node.py'?
Hi everyone,
so i want to run "rosserial_python serial_node.py _port:=/dev/ttyACM0" to activate my Node on my Arduino Mega and i'm getting this error: "Characters replaced when decoding message rosserial_msgs/TopicInfo: 'utf-8' codec can't decode byte 0x94 in position 0: invalid start byte". Can anyone help me with this? I'm using ROS Noetic on my Raspberry Pi 4 with Ubuntu 20.04 LTS. Thanks in advance!
do you find any solution?