Serial Forwarding "Connection Refused" #339
-
I've been following along with this tutorial. I also referred to the general documentation here. When I try to connect to the Create using a python script I get an error message: "ConnectionRefusedError: [Errno 111] Connection refused" I've restarted the Create application as directed in the instructions. I've also checked the ports on my own machine to make sure communication through 8883 works (it does). I tried to also connect to the irobot using the command "telnet [IP Address] [PORT]", and got an error "telnet: Unable to connect to remote host: Connection refused" I have a suspicion that something about the Create configuration is currently blocking my connection but I can't figure out what. Suggestions? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
The links you posted are not working. |
Beta Was this translation helpful? Give feedback.
-
Hi there, Per the documentation site you cited, the robot needs to be power cycled for the beta feature to be enabled after clicking "Save" the first time. You only mentioned restarting the application. That will not work. Please power cycle your robot (turn it off by holding the power button for ~10 seconds, then put it on the dock) after clicking "save" and try again. Please note this should only be necessary to enable the feature the first time after a factory reset. Also, please be sure the robot adapter board's BLE/USB switch is set to the USB position; you can confirm this with log messages showing the device when it is plugged into the robot's USB-C port. Please let us know if you have any more trouble! PS: I fixed your links; if you edit your post, you'll be able to see an example of how markdown links work. |
Beta Was this translation helpful? Give feedback.
Hi there,
Per the documentation site you cited, the robot needs to be power cycled for the beta feature to be enabled after clicking "Save" the first time. You only mentioned restarting the application. That will not work. Please power cycle your robot (turn it off by holding the power button for ~10 seconds, then put it on the dock) after clicking "save" and try again. Please note this should only be necessary to enable the feature the first time after a factory reset. Also, please be sure the robot adapter board's BLE/USB switch is set to the USB position; you can confirm this with log messages showing the device when it is plugged into the robot's USB-C port.
Please let us know if you …