Shop OBEX P1 Docs P2 Docs Learn Events
Silent GetPropellerVersion — Parallax Forums

Silent GetPropellerVersion

EnriqueEnrique Posts: 90
edited 2008-11-09 18:39 in Propeller 1
I am using Propellent in a C# application and would like to know if it is possible to have the GetPropellerVersion method work in a less obtrusive way. Right now, after it finds the chip, it announces it and the user has to click OK in a dialog where it states in which port it found the controller. Does anybody know how to get rid of this dialog?
·
·
Thanks,
·
Enrique

Comments

  • Paul BakerPaul Baker Posts: 6,351
    edited 2008-10-06 20:47
    At the moment there is no way to suppress the pop up dialogs. In a few months there will be a revision to the DLL and EXE to permit suppresion of pop-ups.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Paul Baker
    Propeller Applications Engineer

    Parallax, Inc.
  • EnriqueEnrique Posts: 90
    edited 2008-11-06 13:39
    Paul, any idea when the new version is coming out?
  • Paul BakerPaul Baker Posts: 6,351
    edited 2008-11-06 22:07
    It's likely still a few months off, Jeff is always very busy.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Paul Baker
    Propeller Applications Engineer

    Parallax, Inc.

    Post Edited (Paul Baker (Parallax)) : 11/6/2008 10:19:11 PM GMT
  • EnriqueEnrique Posts: 90
    edited 2008-11-07 08:01
    I only use Propellent to identify in which com port the Propeller sits. How can I do it without using Propellent?
  • BradCBradC Posts: 2,601
    edited 2008-11-07 13:41
    Iterate through the available com ports and probe for the propeller on each one.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Pull my finger!
  • EnriqueEnrique Posts: 90
    edited 2008-11-08 21:54
    What do I send and what am I supposed to receive?
  • hippyhippy Posts: 1,981
    edited 2008-11-09 18:39
    @ Enrique : Search the forum for details of the download protocol and somewhere in there should be an explanation of the initial 'probing' sequence. Also take a look at the third party bootloaders which will implemented this functionality.
Sign In or Register to comment.