Hi, Having some issues sending commands through ardSerial.py. Have setup serial communication as per the petoi documentation and have bluetooth disabled. dev/ttyAMA0 exists. The RPi is currently connected to the NyBoard V1.1 via 2x5 socket with the switch set to arduino. RPi OS: Raspbian GNU/Linux 11 (bullseye). Thanks in advance! :)
top of page
bottom of page
i had the same issue.. but i have tried it with setting the port number to 'port[1]' as 0 is defined as ttyAMA0 and ttyS0 is 1. for me this solution worked. you can change the port information in opencat_service_node.cpp file which for my case was in '
ros_opencat/opencat_server/src/'.
dev/ttyAMA0 is not the serial port to be used. ttyS0 is the right port.
Have you removed all the dongles connected on the NyBoard's 1x6 uploader port?