Announcement

Collapse
No announcement yet.

WLAN connection: Com Error: The connection has been refused.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • WLAN connection: Com Error: The connection has been refused.

    Hey team,

    I'm from Melbourne, Australia and just starting to play with the Robotino for a uni project. I'm trying to just get some demo example built and pushed using WLAN.

    I've gone through the API2 procedure using cmake and I'm using Visual Studio 2015. I can get the examples built and have connected to the robot's access point, noted it's IP, and have executed the created release file (example_circle.exe), passing the IP (172.26.1.1).

    No matter what I do I get the same "Com Error: The connection has been refused" failure.

    Can anyone give me any ideas? Or point out what further information I could provide?

    Antworten kann auch auf Deutsch oder Englisch sein )

    Really appreciate any input, I'm clicking around in circles.

    Cheers,
    Marshall

  • #2
    Hello Marshall,

    Check if your IP address is in the same network that the Robotino. The robot does not provide DHCP service, so you must put an IP address like for example 172.26.1.10 on your wifi network card.

    Best regards,

    Thomas

    Comment


    • #3
      I don't know if this accounts to the same problem but try to run your code with administrator privilges. I guess you get this error on the Windows PC?

      Comment


      • #4
        Originally posted by MarshallS View Post
        Hey team,

        I'm from Melbourne, Australia and just starting to play with the Robotino for a uni project. I'm trying to just get some demo example built and pushed using WLAN.

        I've gone through the API2 procedure using cmake and I'm using Visual Studio 2015. I can get the examples built and have connected to the robot's access point, noted it's IP, and have executed the created release file (example_circle.exe), passing the IP (172.26.1.1).

        No matter what I do I get the same "Com Error: The connection has been refused" failure.

        Can anyone give me any ideas? Or point out what further information I could provide?

        Antworten kann auch auf Deutsch oder Englisch sein )

        Really appreciate any input, I'm clicking around in circles.

        Cheers,
        Marshall


        Hello

        I recently tried to update my robotino v.2 to api2 and the doc.openrobotino links were with restricted permission. I emailed the Verbeek admin asking for permission and have since been able to download.

        Only the svn.openrobotino repository remains inactive, I'm trying to use repositories like this official extra.

        I'm trying to resolve this connection refused issue right now.

        terminate called after throwing an instance of 'rec::robotino::api2::RobotinoException'
        what(): The connection has been refused.​

        Comment

        Working...
        X