Shop OBEX P1 Docs P2 Docs Learn Events
how resolve problem in SXKEY_USB (no found on port com) — Parallax Forums

how resolve problem in SXKEY_USB (no found on port com)

cristiandj3xcristiandj3x Posts: 6
edited 2008-07-22 14:11 in General Discussion
Hi turn.gif

My ame is Cristian Brito Rivas,Y'm from chile and MY problem is:

as I solve·this problem·in the programing SXKEY-USB, this ocurred with comands RUN/RUN and RUN/DEBUGG.with this message (no found on port com).

tank you!idea.gif.
·

Comments

  • CapdiamontCapdiamont Posts: 218
    edited 2008-07-21 17:01
    Do you have the driver installed for the usb-key? Do you have the latest software, the programming IDE? Does the correct comm port show up in the config dialog in the programming IDE? If you look under the device screen under system software, does it show up?
  • cristiandj3xcristiandj3x Posts: 6
    edited 2008-07-21 23:32
    yes but persists the error with latest version of the software.nono.gif

    thank you!

    Cristian Brito Rivas turn.gif
  • CapdiamontCapdiamont Posts: 218
    edited 2008-07-22 00:30
    What are you trying to program? Is the component/parts side of the USBkey side up?
  • cristiandj3xcristiandj3x Posts: 6
    edited 2008-07-22 14:11
    Hi turn.gif

    this program is an example only, and functions·Run/Run and·Run/Debugg no running.

    device· sx28,osc4mhz·······················································
    device· turbo,stackx_optionx
    reset·· punto_de_inicio
    freq··· 4000000 ;4mhz
    org···· 8
    cuenta· ds· 2
    org···· 0
    punto_de_inicio· mov· !rb,#0
    ················ clr· cuenta
    ················ clr· cuenta+1
    ················ clr· rb
    repetir·· inc· rb·
    ················ cja· rb,cuenta,repetir
    ·· jmp· repetir
Sign In or Register to comment.