Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   pycloader (sic) (http://www.chiefdelphi.com/forums/showthread.php?t=40814)

Astronouth7303 08-12-2005 21:24

pycloader (sic)
 
1 Attachment(s)
For those of you who didn't know, a certain CDer made a code loader in C for Linux. He calls it picloader.

Now my thing. I looked at his source, parsed it out, and ported it to Python (the language), creating pycloader.

The thing is, I don't actually know what's wrong with it (it doesn't work). So I thought I would post it on ChiefDelphi and see what all you bright people made of it.

It requires the pySerial module, in addition to Python.

The command is:
Code:

pycloader <hexfile> <port>
eg, for your first serial port, loading file mycode.hex (that's in the current directory), use this:
Code:

pycloader mycode.hex 0
(You could also use "COM1" on windows or "/dev/ttyS0" on Linux.)

Post comments/fixes here, or e-mail me directly.

[edit]I forgot to mention how it's broken. It appears to load the code, but it doesn't do anything. The old code is still there. (Thanks to Bharat Nain for testing.)[/edit]

Astronouth7303 11-12-2005 13:39

Re: pycloader (sic)
 
Ryan, the owner of the IFI Linux PICloader, has gratiously allowed me to use their CVS repository on SourceForge for this project.

(Ok, he actually made me administrator of the whole project, probably having something to do with the fact he is now in college at Berkly.)


All times are GMT -5. The time now is 04:33.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi