Search found 41 matches
- Sun Sep 04, 2011 4:22 am
- Forum: General Discussions
- Topic: Getting a SDIP chip connected onto a protoboard
- Replies: 4
- Views: 1898
- Sat Sep 03, 2011 9:44 pm
- Forum: General Discussions
- Topic: Getting a SDIP chip connected onto a protoboard
- Replies: 4
- Views: 1898
Getting a SDIP chip connected onto a protoboard
So I bought a V9983 video display chip and didn't realize they only came in a SDIP package. It is a 64 pin chip. Now I am kind of short on cash and still have to design the "video card" for my homebrew computer, so can't really go the PCB route. Is there any adapters or something else I can do to ...
- Thu Aug 11, 2011 6:12 pm
- Forum: General Discussions
- Topic: Trying to pinpoint a problem with serial circuit
- Replies: 7
- Views: 2052
- Thu Aug 04, 2011 7:29 pm
- Forum: General Discussions
- Topic: Trying to pinpoint a problem with serial circuit
- Replies: 7
- Views: 2052
- Sat Jul 30, 2011 11:01 pm
- Forum: General Discussions
- Topic: Trying to pinpoint a problem with serial circuit
- Replies: 7
- Views: 2052
Trying to pinpoint a problem with serial circuit
I have pretty much finished transferring my homebrew computer from bread to protoboard, however I seem to be having a problem with the serial circuit. It's a 6551 chip, with a MAX232 to convert voltages. It seems the circuit works when I press down on the crystal, while resetting. Thought it could ...
- Sun May 29, 2011 8:09 pm
- Forum: Hardware
- Topic: Types of expansion connectors, and best way to store ICs?
- Replies: 6
- Views: 1837
Types of expansion connectors, and best way to store ICs?
Is there a list I can pull up of various connectors? Trying to search Wikipedia but mostly find bus architectures, not what the actual slot/socket is called. I am building a simple expansion interface into my 6502 based computer so I can mess around with other circuits/devices, without breaking the ...
- Mon May 23, 2011 5:10 pm
- Forum: General Discussions
- Topic: Able to transfer data from 6551 to computer, but not back
- Replies: 4
- Views: 1712
- Mon May 23, 2011 2:20 am
- Forum: General Discussions
- Topic: Able to transfer data from 6551 to computer, but not back
- Replies: 4
- Views: 1712
Able to transfer data from 6551 to computer, but not back
Have transferred my homebrew computer from breadboard to protoboard, and it seems everything is working. There are only two problems. First I didn't soder the 1.8mhz crystal, instead wrapped the appropriate wires. However sometimes if the right pin of the crystal is touched, the connection freezes ...
- Mon May 02, 2011 4:17 pm
- Forum: General Discussions
- Topic: Trying to interface a 6551 to my pc's serial port
- Replies: 17
- Views: 5101
Going to add into this post to avoid another thread. I am designing a expansion interface so I can put the stuff I have now (RAM, ROM, ACIA, and CPU) onto a pcb (co-worker has the tools to make one), and then I can add things to it w/o breaking the main board (wires popping out due to it being on a ...
- Fri Apr 29, 2011 10:04 pm
- Forum: General Discussions
- Topic: Trying to interface a 6551 to my pc's serial port
- Replies: 17
- Views: 5101
Super, now it's outputting Xs onto the terminal :D. I can now being actually coding a monitor or something! Thank's Garth about the info with the 22pf cap, wasn't working w/o it.
So there was a lot of confusion I had with 10u and 1uf. I thought f was the unit and u just ment micro? Don't know much ...
So there was a lot of confusion I had with 10u and 1uf. I thought f was the unit and u just ment micro? Don't know much ...
- Fri Apr 29, 2011 3:13 pm
- Forum: General Discussions
- Topic: Trying to interface a 6551 to my pc's serial port
- Replies: 17
- Views: 5101
BigEd: I didn't have 1uf capacitors on hand so will test today when I pick em up. Only thing I noticed is a random character (usually a Cyrillic y or something) appears on powerup, and if TX is connected by itself (w/o RTC or CTS) it starts to output the y over and over. However an X should be being ...
- Fri Apr 29, 2011 1:23 am
- Forum: General Discussions
- Topic: Trying to interface a 6551 to my pc's serial port
- Replies: 17
- Views: 5101
Trying to interface a 6551 to my pc's serial port
Hey again, the R65c51 I ordered finally arrived. Been trying to get it to work. I connected it up pretty much to how it's connected in this circuit
http://members.multimania.co.uk/leeedavison/6502/acia/index.html.
Only thing different is I wired the XTAL1 and 2 to a actual crystal. The crystal is ...
http://members.multimania.co.uk/leeedavison/6502/acia/index.html.
Only thing different is I wired the XTAL1 and 2 to a actual crystal. The crystal is ...
- Fri Apr 08, 2011 7:48 pm
- Forum: General Discussions
- Topic: Beginner in digital circuitry
- Replies: 56
- Views: 17784
- Fri Apr 08, 2011 1:33 pm
- Forum: General Discussions
- Topic: Beginner in digital circuitry
- Replies: 56
- Views: 17784
Seems so. The initialization of the LCD, and printing characters to it are done with subroutines. Same with enabling and generating sound from the sound generator. Also I threw in some loading and saving to the ram on certain parts to test it.
My professor suggested once I get the serial interface ...
My professor suggested once I get the serial interface ...
- Fri Apr 08, 2011 12:54 am
- Forum: General Discussions
- Topic: Beginner in digital circuitry
- Replies: 56
- Views: 17784
LCD Works!!!!! I was hitting me head on the desk trying to figure out why it wasn't working. I was looking at this (http://www.6502.org/mini-projects/optrexlcd/lcd6502.gif) trying to figure out WTF it wasn't working. Then I noticed that last NAND on the E line... then checked the datasheet... E was ...