• Please review our updated Terms and Rules here

Search results

  1. E

    TTL Logic Analyzer Recommendations?

    Those cheap $10 USB logic analyzers are very useful for troubleshooting. They work great with sigrok PulseView or Saleae Logic. Great way to get started and identify what you need for long term.
  2. E

    Managing your retro projects...tips?

    Find somebody else that wants to do them: sell it, trade it, or pass it along. Better somebody who really enjoys it and wants to do it right than to half-ass it just to get it done. I have spent way too much time un-doing somebody else's "chores" that they clearly weren't interested in enough to...
  3. E

    PC LPT Port Interface Projects

    HD44780 character LCDs on the parallel port were my introduction to programming for hardware.
  4. E

    Mystery Serial Card (Microtek SV622)

    Shoot, on second look, I was wrong about that. there are actually 9 pull-ups. But, I am still thinking that where the data bits go looks similar to the SSC switch layout.
  5. E

    Mystery Serial Card (Microtek SV622)

    Note that the switches are just the default settings and your communications client should be able to change the settings, especially if the firmware is SSC compatible. It appears that there are only 7 pull-up resistors per bank of switches, so you are right back in line with the SSC switches...
  6. E

    Floppy drive alignment tool?

    My now working Disk ][ drive disagrees with you. Even though the Shugart SA-400 adjustment instructions indicate fluorescent, I don't think I could get a CFL to work. Maybe how the new bulbs are made? Incandescent bulb in a dark room in a plug-in lamp close to the drive worked for me. I am sure...
  7. E

    Floppy drive alignment tool?

    You can also use an incandescent lamp and the "stroboscopic" timing marks on the bottom of the Disk ][ drive spindle to get the speed properly tuned. I was able to get a drive that would not boot working that way. It works!
  8. E

    Microkit 8/16

    I saw this at their shop the the other day. it is in very nice condition. I don't think they have anything else though.
  9. E

    Picked up an EVK-300!!!

    I am not sure if I should be happy that you have a working EVK-300, or sad that you still can't assemble the board. :LOL: Nice find! I don't think I have ever seen a white ceramic 6800 before.
  10. E

    modern RAM boards possible?

    Replacing with 4164 DRAM is pretty trivial, and addressing 48k of them (replacing all 3 rows with one row of 4164) just needs a few signals from around the motherboard, and a 74ls153 on an external board instead of the the 74LS257 in J1. Also, you need to use "128cycle/2ms refresh" (like...
  11. E

    Motorola MEK 6800 D1 Kit evaluation sbc

    I definitely appreciate the variety of these EXORbus boards. From super simple, to :
  12. E

    Motorola MEK 6800 D1 Kit evaluation sbc

    Nice score! Great price too, especially considering what trainers are fetching lately. That MEK 6800 D1 is so simple, no bus buffers or clock crystal?! It would be a fun SBC to build from scratch.
  13. E

    MIKUL 6809-5 PLC / Furnace controller

    Thank you all for the follow-up. I did a fair bit of work reverse engineering the MIKUL 6809-5 and 6218 on my site. The ones I bought boot right up together and the firmware was usable with the addition of a cheap keypad. The MIKUL 6218 in particular makes a great platform for a high capacity...
  14. E

    Why does building something from Github have to be in a "secret" language and needlessly archaic with no real instructions?

    I just checked a repository I have and sure enough, I did not include the JED file, only the equations. Adding it feels like including a binary with the source code. It is completely useless for me to edit or understand. The JED file is just an intermediate file for my purposes. I guess I don't...
  15. E

    Why does building something from Github have to be in a "secret" language and needlessly archaic with no real instructions?

    I understand the frustration with using some of these tools, but the project noted here is a pretty complicated one with 3 target systems to program (apple II, raspberry pi, and GAL). It is not for beginners. Expecting the developer to document how to use the 3 tool chains is a bit much...
  16. E

    Why does building something from Github have to be in a "secret" language and needlessly archaic with no real instructions?

    I was able to clone it without problem: git clone git@github.com:V2RetroComputing/analog.git cd analog git submodule update --init The project this is based on seems to have very thorough instructions for the components: https://github.com/markadev/AppleII-VGA/blob/main/pico/README.md Maybe...
  17. E

    Cleaning old motherboards

    I have put logic boards in the dishwasher on several occasions with no ill effects, and to great benefit. It was very effective at removing leaking capacitor dielectric and get a computer working again before I could do a re-capping. After the dishwasher, I do a quick rinse with isopropyl to...
  18. E

    My super minty Intext ICS/Elenco XK-300 M6800 trainer plus some extras

    Hi Stanley! Good idea with the TOC... Here is "Introduction to Microprocessors" by Carl M Glow and Roger M. Kersey, published by National Education Training Corp (same parent company as ICS INTEXT), for comparison:
  19. E

    My super minty Intext ICS/Elenco XK-300 M6800 trainer plus some extras

    Book arrived. It is definitely the textbook for the ICS INTEXT course. It goes through a lot of microprocessor basics, and then details of how those apply to the mc6802 and 6802D5. There are just a few hardware/software examples. Unfortunately, amazon raised the price to $20 after I bought my...
Back
Top