Activity for Willem Programmer software for Linux

  • Reuben Rissler Reuben Rissler posted a comment on discussion Open Discussion

    On 04/06/2019 04:40 PM, Phoebus1966 wrote: Judder, it would be interesting if you showed us the complete procedure you followed to install this software on your Ubuntu because most Willem Programmer users are electronics geegs, not linux geeks. First and foremost developers should take this into consideration and I feel the developers here a left a huge chunk of information out thinking it is obvious for everyone to know, which obviously isn't the case as I have pointed out. That is why this project...

  • Phoebus1966 Phoebus1966 modified a comment on discussion Open Discussion

    Judder, it would be interesting if you showed us the complete procedure you followed to install this software on your Ubuntu because most Willem Programmer users are electronics geeks, not linux geeks. Developers should take this fact into consideration and I feel the developers here left a huge chunk of information out thinking it is obvious for everyone to know, which obviously isn't the case as I have pointed out. That is why this project got stalled if you ask me. So thanks beforehand if you'd...

  • Phoebus1966 Phoebus1966 posted a comment on discussion Open Discussion

    Judder, it would be interesting if you showed us the complete procedure you followed to install this software on your Ubuntu because most Willem Programmer users are electronics geegs, not linux geeks. First and foremost developers should take this into consideration and I feel the developers here a left a huge chunk of information out thinking it is obvious for everyone to know, which obviously isn't the case as I have pointed out. That is why this project got stalled if you ask me. So thanks beforehand...

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    Current version from repository has already this feature. Try it. If you have a problem with compilation add spaces around "format" -> " format " in ./src/error.h ( macros _ERROR, ERROR and MESSAGE )

  • Dogan Yilmaz Dogan Yilmaz posted a comment on discussion Open Discussion

    Could you add to program crc16add algoritm and computed result like windows version? Thanks.

  • Spooky Dillow Spooky Dillow posted a comment on discussion Open Discussion

    Hi. Thanks for the advice but it still doesn't write to the chips correctly. Im not sure the board is willem, its probably a copy. Not to worry. I will have to resort to windows software to do the work. Sincerely many thanks for trying to help me.

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    It's hard to find schematic for this version (found very poor scan), but I see it is something changed in shift registers for address. Do you have jumpers set to old version (version 3 not 5.0e - jumpers near DB25 connector ) ? Currently I cannot check it because I have no willem board.

  • Spooky Dillow Spooky Dillow posted a comment on discussion Open Discussion

    Hello. The chips are M27C512-10F1. The programmer is Willem 5.0e copy. Thanks

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    What types of chip do you tried ?

  • Spooky Dillow Spooky Dillow posted a comment on discussion Open Discussion

    I've tried just about everything I can with this and have to admit defeat. I can get the softwear to read chips and veryfy they are blank. I've also managed to write to a chip on two occassions but the write was unsuccessful. I've tried it as sudo and myself with varying voltages, i.e. usb and 13.8v (which works with windows) too. Its a shame as its been great fun learning about the lpt port under ubuntu. It would have made the project worthwhile had I got a result. P.S the reason I didn't make a...

  • Reuben Rissler Reuben Rissler posted a comment on discussion Open Discussion

    On 06/22/2018 11:06 AM, Spooky Dillow wrote: I got the software up and running on ubuntu 18.04 with a chinese writer. I can read chips OK but having difficulty writing them... What settings work best for burning 27512 chips. I'm using trial and error and its time consuming as having to wipe the failed chip each time. A help file would be really 'helpful' ;) It all depends on the voltage required to burn the 27XX chip, which varies by chip size and manufacturer. If you can obtain the manufacturer...

  • Spooky Dillow Spooky Dillow posted a comment on discussion Open Discussion

    I got the software up and running on ubuntu 18.04 with a chinese writer. I can read chips OK but having difficulty writing them... What settings work best for burning 27512 chips. I'm using trial and error and its time consuming as having to wipe the failed chip each time. A help file would be really 'helpful' ;)

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    "Python is actually a wrapper to make C easier. It is interpreted, true, but a lot of system calls available in C are available in Python. Not that Geepro should use Python, I was curious what your thoughts are." So, maybe only plugins for ICs should be in Python and the rest in C/C++. This approach would eliminate necessity of recompilation code to add new IC. But as I mentioned above, I have no experience with Python.

  • Reuben Rissler Reuben Rissler posted a comment on discussion Open Discussion

    On 12/13/2017 02:20 PM, Krzysztof Komarnicki wrote: Thanks, done. Time will show it work or not. Python - no I have no experience with it, and the syntax is not convenient for me (waf was implemented by yannick ). There is also some of low level code, and using for it interpreter is mediocre idea in my opinion, but .... Python is actually a wrapper to make C easier. It is interpreted, true, but a lot of system calls available in C are available in Python. Not that Geepro should use Python, I was...

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    Thanks, done. Time will show it work or not. Python - no I have no experience with it, and the syntax is not convenient for me (waf was implemented by yannick ). There is also some of low level code, and using for it interpreter is mediocre idea in my opinion, but .... I also thought to rebuild it to the model: engine in command line and GUI in C++, but using then for it Python or Java would be good choice.

  • Reuben Rissler Reuben Rissler posted a comment on discussion Open Discussion

    At first sorry for retarded reply, I have no notification when a new post appear on this forum. You can set it up here: https://sourceforge.net/projects/geepro/ scroll down and click the follow button. As Reuben said, if you want to help, you are welcomed :). There is a lot of work to do. Have you ever considered switching GEEPRO to Python for easier code? Maybe you have no experience in Python?

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    Hi to all, At first sorry for retarded reply, I have no notification when a new post appear on this forum. The high voltage programmers are still expensive, the cheap ones are mostly for EEPROM only. LPT Willem is very simplified programmer and do not let many features like read signatures (need A9 to be rised to Vpp), programm some 28xx chip (need Vcc rise to 6V). It is also pure design (address and data line is serialized in communication with PC, makes it slowly, no controll on CE, dipsw as configuration)....

  • Reuben Rissler Reuben Rissler posted a comment on discussion Open Discussion

    Sorry, but reading some of their forum comments seems to indicate mcumall will probably never release Linux software. The GQ-5X was supposed to, but it hasn't happened. they'd be willing to share whatever information is needed to make geepro work My reply is to quote Linus Torvalds. 'Anybody can talk, show me the code.'

  • David Griffith David Griffith posted a comment on discussion Open Discussion

    What needs to be done to support USB-based programmers like the True USB GQ-4X? See http://www.mcumall.com/forum/topic.asp?TOPIC_ID=749 for a discussion on this. I'm sure they'd be willing to share whatever information is needed to make geepro work.

  • Reuben Rissler Reuben Rissler posted a comment on discussion Open Discussion

    Hi, and welcome to GEEPRO. I am sure if krzkomar (the original dev) finds the time, he will fill in more information. The willem programmers are quite easy to pick up. Have a look at http://www.mcumall.com/support/DualPoweredWillemUserGuide.htm. Remember to keep away from usb run devices. They will not work with GEEPRO. Usb powered is fine, but not usb communication. And a parallel port of course. I used a PCI to parallel adapter. Software is most any Linux distro and the GEEPRO source. There are...

  • john89907643 john89907643 posted a comment on discussion Open Discussion

    When I last read about EPROM programmers they were +$10,000 (or was it more?) dollars and the software was closed source. Now it looks like you guys are reverse engineering the SW and the programmers themselves are down to <$70. I am interested in knowing about the software and what I would need (SW and HW wise), to cut my teeth into this field. Who am I? A Linux study a-holic guru who is getting himself from SW into the field of HW. Thanks!

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    I am planning to clean the code, repair broken 27512, and add support for 29xx and...

  • Ethen John Parker Ethen John Parker modified a comment on discussion Open Discussion

    I finally got it up and actually running, but it seems to only support a few different...

  • Ethen John Parker Ethen John Parker posted a comment on discussion Open Discussion

    I finally got it up and actually running, but it seems to only support a few different...

  • Krzysztof Komarnicki Krzysztof Komarnicki modified a comment on discussion Open Discussion

    No, not for now. I think sooner will be adapter to connect willem to real USB. I...

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    No, not for now. I think sooner will be adapter to connect willem to real USB. Geepro...

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    I reread all thread again and ... Is this adpater support linux ? On their site they...

  • Silviu Tamasdan Silviu Tamasdan modified a comment on discussion Open Discussion

    To be honest I haven't tried. I have only one Windows machine, the one for the CNC....

  • Silviu Tamasdan Silviu Tamasdan posted a comment on discussion Open Discussion

    To be honest I haven't tried. I have only one Windows machine, the one for the CNC....

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    Does the programmer works on windows machine with willem software and this adapter...

  • vagif vagif modified a comment on discussion Open Discussion

    is there any road block to add support for sp200 ?!

  • vagif vagif posted a comment on discussion Open Discussion

    is there any road block to add dupport for sp200 ?!

  • Silviu Tamasdan Silviu Tamasdan modified a comment on discussion Open Discussion

    Thanks for the reply. Actually, the particular device that I bought is a Chinese...

  • Silviu Tamasdan Silviu Tamasdan modified a comment on discussion Open Discussion

    Thanks for the reply. Actually, the particular device that I bought is a Chinese...

  • Silviu Tamasdan Silviu Tamasdan modified a comment on discussion Open Discussion

    Thanks for the reply. Actually, the particular device that I bought is a Chinese...

  • Silviu Tamasdan Silviu Tamasdan posted a comment on discussion Open Discussion

    Actually, the particular device that I bought is a Chinese clone that is sold specifically...

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    To use geepro as ordinary user you have to set rules in /etc/udev for ppdev. I don't...

  • Silviu Tamasdan Silviu Tamasdan modified a comment on discussion Open Discussion

    I am trying to use a Willem (Chinese clone, PCB 5.0e) programmer with my laptop which...

  • Silviu Tamasdan Silviu Tamasdan posted a comment on discussion Open Discussion

    I am trying to use a Willem (Chinese clone, PCB 5.0e) programmer with my laptop which...

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    SP200SE is not supported. Only Willem on LPT.

  • vagif vagif posted a comment on discussion Open Discussion

    Hey i'm trying to use SP200SE progremmer that have USP to sireal IC, I have installed...

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    I am using Ubuntu, so all tests were done on this distribution. Yet it should not...

  • gauze gauze posted a comment on discussion Open Discussion

    I am going to have this on a computer that is dedicated to EPROM burning, I don't...

  • Krzysztof Komarnicki Krzysztof Komarnicki posted a comment on discussion Open Discussion

    It works with LPT willem (tested for Willem 4.0 ). True USB willem programmer is...

1