by pw000 » Wed Apr 10, 2013 3:51 pm
by pw000
Wed Apr 10, 2013 3:51 pm
Hello, I am a complete beginner with robotics so please bear with me:
While setting up a Bioloid robot, I encountered 2 blocking problems - one with connecting to CM-5 and the other with charging. For context, I am using Ubuntu as my OS and a Prolific Technology Serial/USB adapter to connect the robot to my computer.
1. Cannot connect CM-5
Using Download Program in the Behavior Controller Programmer, no Port Name options are available. Using the command dmesg, I received the below output.
[ 4236.864933] usb 3-2: new full-speed USB device number 8 using xhci_hcd
[ 4236.881596] usb 3-2: New USB device found, idVendor=067b, idProduct=2303
[ 4236.881605] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4236.881610] usb 3-2: Product: USB-Serial Controller
[ 4236.881615] usb 3-2: Manufacturer: Prolific Technology Inc.
[ 4236.882355] pl2303 3-2:1.0: pl2303 converter detected
[ 4236.883223] usb 3-2: pl2303 converter now attached to ttyUSB0
Update:
I also tried to connect the USB port to COM1 in the ./wine/dosdevices/ directory using the following line, but I still receive the same error message.
- Code: Select all
ln -s /dev/ttyUSB0 COM1
Are there any additional steps I need to take to be able to connect to CM-5?
2. Charging Problem
Before today, I was able to turn on the robot with no problem. However, I am now only able to turn on the robot when I have plugged it into the adapter. When it is plugged in, the LEDs for Power and TXD are on (in red) and do not blink (which would indicate charging).
Could anyone please help me narrow down what the problem may be here? Is it possible I need to change the battery?
Any thoughts or advice would be much appreciated - thank you in advance!
Hello, I am a complete beginner with robotics so please bear with me:
While setting up a Bioloid robot, I encountered 2 blocking problems - one with connecting to CM-5 and the other with charging. For context, I am using Ubuntu as my OS and a Prolific Technology Serial/USB adapter to connect the robot to my computer.
1. Cannot connect CM-5
Using Download Program in the Behavior Controller Programmer, no Port Name options are available. Using the command dmesg, I received the below output.
[ 4236.864933] usb 3-2: new full-speed USB device number 8 using xhci_hcd
[ 4236.881596] usb 3-2: New USB device found, idVendor=067b, idProduct=2303
[ 4236.881605] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4236.881610] usb 3-2: Product: USB-Serial Controller
[ 4236.881615] usb 3-2: Manufacturer: Prolific Technology Inc.
[ 4236.882355] pl2303 3-2:1.0: pl2303 converter detected
[ 4236.883223] usb 3-2: pl2303 converter now attached to ttyUSB0
Update:
I also tried to connect the USB port to COM1 in the ./wine/dosdevices/ directory using the following line, but I still receive the same error message.
- Code: Select all
ln -s /dev/ttyUSB0 COM1
Are there any additional steps I need to take to be able to connect to CM-5?
2. Charging Problem
Before today, I was able to turn on the robot with no problem. However, I am now only able to turn on the robot when I have plugged it into the adapter. When it is plugged in, the LEDs for Power and TXD are on (in red) and do not blink (which would indicate charging).
Could anyone please help me narrow down what the problem may be here? Is it possible I need to change the battery?
Any thoughts or advice would be much appreciated - thank you in advance!
Last edited by pw000 on Tue Apr 16, 2013 6:19 pm, edited 2 times in total.