Search found 5 matches
- Mon Oct 21, 2024 7:20 pm
- Forum: User projects
- Topic: Calculator for learning
- Replies: 6
- Views: 2950
Re: Calculator for learning
How do you want to do that?
- Thu Feb 01, 2024 9:03 am
- Forum: other MCU and CPU
- Topic: H8S CPU
- Replies: 2
- Views: 4249
Re: H8S CPU
C'était un microcontrôleur pour l'électronique commerciale. Vous pouvez le trouver dans les récepteurs TV et autres appareils ménagers.
- Thu Feb 01, 2024 8:45 am
- Forum: Components
- Topic: Dallas microcontrollers
- Replies: 1
- Views: 2074
Re: Dallas microcontrollers
no idea, the fact is that from time to time chip manufacturers discover that some circuits are “obsolete” and stop production. A few weeks ago I was looking for a dual 4-bit latch with tri-state output. It exists as 74ALS873, manufactured by Texas Instruments. This is a very useful circuit. Now also...
- Fri Jan 19, 2024 3:17 pm
- Forum: User projects
- Topic: Calculator for learning
- Replies: 6
- Views: 2950
Calculator for learning
I want to create a calculator for educational purposes so that students can demonstrate how the calculator works. Now I'm just thinking what is the best way, whether to use a TTL circuit or a processor. I have collected several schematics from real computers from the past, such as the HP9815 with th...
- Tue Aug 08, 2023 7:34 am
- Forum: Digital circuit w/o MCU
- Topic: RS232C to 64 bit I/O unit
- Replies: 1
- Views: 2179
Re: RS232C to 64 bit I/O unit
I'm afraid it's not possible without an MCU. In theory you could use parallel input shift registers to send, add start and stop bits to the data bits and shift the contents. But for 64-bit data, that's too many registers. MCU is more flexible.