Navigation

    Robolink logo
    • Register
    • Login
    • Search
    • [[global:header.categories]]
    • [[global:header.recent]]
    • [[global:header.tags]]
    • [[global:header.popular]]
    • [[global:header.users]]
    • [[global:header.groups]]
    1. Home
    2. Alpha
    As of September 2021, we have moved technical support to Robolink Help

    Welcome to the Robolink Community forum!

    You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    Alpha

    @Alpha

    0
    Reputation
    617
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Alpha Unfollow Follow

    Latest posts made by Alpha

    • RE: Pairing Test issue

      @robolink_leila
      thanks for the info, it works.

      0_1590220753199_9797bae4-5ad3-4788-a308-1d9f10139b83-image.png

      posted in CoDrone Lite/Pro
      A
      Alpha
    • RE: Pairing Test issue

      @robolink_leila
      thanks for the information, it works.

      0_1590220711432_de49cf9b-6746-4a83-87a9-c583a61ea7dd-image.png

      posted in CoDrone Lite/Pro
      A
      Alpha
    • Pairing Test issue

      when I using python to do a pair test I got error from the result.

      Below is my python code I use:

      import CoDrone
      drone = CoDrone.CoDrone()
      drone.pair(drone.Nearest)

      and below is the output result I got:

      "C:\Program Files (x86)\Python38-32\python.exe" "C:/Users/jia_f/Documents/SIT (ICT)/Modules Notes/ICT2111-Integrative Team Project/Distek ITP Project/Python Program/Test.py"
      Traceback (most recent call last):
      File "C:/Users/jia_f/Documents/SIT (ICT)/Modules Notes/ICT2111-Integrative Team Project/Distek ITP Project/Python Program/Test.py", line 3, in <module>
      drone.pair(drone.Nearest)
      File "C:\Program Files (x86)\Python38-32\lib\site-packages\CoDrone\codrone.py", line 725, in pair
      self.open(port_name)
      File "C:\Program Files (x86)\Python38-32\lib\site-packages\CoDrone\codrone.py", line 666, in open
      self._serialPort = serial.Serial(
      File "C:\Program Files (x86)\Python38-32\lib\site-packages\serial\serialwin32.py", line 31, in init
      super(Serial, self).init(*args, **kwargs)
      File "C:\Program Files (x86)\Python38-32\lib\site-packages\serial\serialutil.py", line 240, in init
      self.open()
      File "C:\Program Files (x86)\Python38-32\lib\site-packages\serial\serialwin32.py", line 62, in open
      raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
      serial.serialutil.SerialException: could not open port 'COM8': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)

      Process finished with exit code 1

      posted in CoDrone Lite/Pro
      A
      Alpha