Menu

#2 pycloader does not work with usb to serial adapters

open
nobody
pycloader (2)
5
2007-01-17
2007-01-12
No

when uploading hex file with usb to serial adapter a code error is triggered on the controller

Discussion

  • Anonymous

    Anonymous - 2007-01-16

    Logged In: YES
    user_id=1063449
    Originator: NO

    Which adapter? Any errors from the loader? The c-based or python-based loader? What code? How far into it?

     
  • Nobody/Anonymous

    Logged In: NO

    This is what I talked to you about on #firstrobotics last week. You said that it was a problem with baud rates using usb to serial adapters.

    I am using the python loader, I've tried both versions that I found in cvs. The newer version seemed to work better because it claimed to actually complete loading the code, but it always produces a code error on the controller. The older version would never recognize the controller.

    There were no errors produced by the loader.

    I am using the adapter ifi recommends from radioshack.

    I've tried many different programs, a couple of my own, default code from ifi, and various versions of kevin watson's code.

    I also remember that in order to get the code to run I had to change "self.command" to "self._command" in 2 places in tty.py

     
  • Anonymous

    Anonymous - 2007-01-17

    Logged In: YES
    user_id=1063449
    Originator: NO

    This bug may be caused by bug #1637260. Since the loader does not throw any errors, the baud rates are compatible.

    I have fixed the references to command().

     
  • Anonymous

    Anonymous - 2007-01-17
    • labels: --> pycloader
     

Log in to post a comment.