Shop OBEX P1 Docs P2 Docs Learn Events
CogExplorer — Parallax Forums

CogExplorer

ReinhardReinhard Posts: 489
edited 2012-01-20 00:21 in Propeller 1
Hi,
just for fun I write this CogExplorer.

The propeller part of course is written with propgcc,
the pc part is written in C#.

I know this is not a pure issue for alpha test forum and hope nobody is angry about.
I do this because get more skill in C# also.

If anyone not a window user or have no .NET Framework ignore this or read the CogExplorer.doc for info. (contents sreenshots)

Thanks for tolerance:blank:

Reinhard

Comments

  • jazzedjazzed Posts: 11,803
    edited 2012-01-06 16:58
    People interface C# and other languages with propeller all the time. I consider this a perfectly valid exercise.
    Hover over COG or system register and display values in a tooltip would be "way cool." :)

    Thanks.
    --Steve
    Reinhard wrote: »
    Hi,
    just for fun I write this CogExplorer.

    The propeller part of course is written with propgcc,
    the pc part is written in C#.

    I know this is not a pure issue for alpha test forum and hope nobody is angry about.
    I do this because get more skill in C# also.

    If anyone not a window user or have no .NET Framework ignore this or read the CogExplorer.doc for info. (contents sreenshots)

    Thanks for tolerance:blank:

    Reinhard
  • ReinhardReinhard Posts: 489
    edited 2012-01-07 06:59
    Steve, Thank you for response,

    I do it with tooltips , because to avoid to many info on screen.
    With this way I can compress the info.

    Reinhard
  • Don MDon M Posts: 1,653
    edited 2012-01-19 15:39
    Reinhard- I was looking at your program. How do you install CogView.elf on the Propeller?
  • ReinhardReinhard Posts: 489
    edited 2012-01-19 16:29
    propeller-load -p7 -e -t CogView.elf ... replace 7 with your number of com - port...

    in the attached zip file you find mk.bat

    this compile, link and install it.
    for simple project I do not use make.

    best regards
    Reinhard
  • Don MDon M Posts: 1,653
    edited 2012-01-19 17:20
    Sorry for my ignorance here but I guess I am totally lost with this. Evidently this isn't just some sort of spin program? Does it require some sort of C program?
  • Don MDon M Posts: 1,653
    edited 2012-01-19 17:44
    This is over my head at this point. Need to make time some other day to get my head around all this. Sorry for the interruption.
  • ReinhardReinhard Posts: 489
    edited 2012-01-20 00:21
    You are welcome
    it is right this is a small propgcc demo and for use it, you have to set the path
    or you start the PropGCC batch and work in the appeared dos box.

    Reinhard

    edit: if you not planned to modify something, you need only the propeller-load.exe in the bin folder

    for install the binary.
    974 x 597 - 90K
Sign In or Register to comment.