Search found 20 matches

by kozlojak
Sat May 28, 2011 11:19 pm
Forum: General Discussions
Topic: Can not get 6551 to connect to pc
Replies: 17
Views: 5052

I figured out how to program the chip correctly. Found the setting in the Topwin software. Was hard to figure out with badly translated sofware and manual.
by kozlojak
Sat May 28, 2011 7:35 pm
Forum: General Discussions
Topic: Can not get 6551 to connect to pc
Replies: 17
Views: 5052

Thank you all for the help, I finally got it going. This last problem was just a simple problem with my program and the address I was using to write to the 6551.

I have just 1 last question Michal Kowalski's Simulator to compile my program. my EEPROM is at E000-FFFF so for it to compile and use ...
by kozlojak
Sat May 28, 2011 3:56 pm
Forum: General Discussions
Topic: Can not get 6551 to connect to pc
Replies: 17
Views: 5052

I am using a TTL Oscillator. All the control pins look to be correct and are all tied low, or properly low.

Maybe I will try a crystal.

If the 6551 is not transmitting shouldn't the TxD pin be running low Instead of High?
by kozlojak
Sat May 28, 2011 11:42 am
Forum: General Discussions
Topic: Can not get 6551 to connect to pc
Replies: 17
Views: 5052

Well I got the new chip, but I am still having problems. CTA and RTS are both low, so it should be able to send, but it wont the RxD and TxD pins stay high with no movement. If I pull the TxD wire I will get gibberish on the pc. anyone have any other ideas?
by kozlojak
Tue May 17, 2011 11:38 am
Forum: General Discussions
Topic: Can not get 6551 to connect to pc
Replies: 17
Views: 5052

Well, With all the problems I have been having with it I ordered a G65SC51P-2 and will try that when it arrives and report back if it helped
by kozlojak
Sun May 15, 2011 4:58 pm
Forum: General Discussions
Topic: Can not get 6551 to connect to pc
Replies: 17
Views: 5052

Thanks for the tips, I have changed to code to be sure that it checks the TX buffer, and double checked my wireing, From what I can tell it should work with even just the tx and rx conneted and the other pins grounded.

the RTS pin is alwase high, what conditions cause it to run high?

*=$E000 ...
by kozlojak
Sat May 14, 2011 1:00 pm
Forum: General Discussions
Topic: Can not get 6551 to connect to pc
Replies: 17
Views: 5052

Can not get 6551 to connect to pc

I have tried many different wiring Schematics this is the one I have setup now http://members.multimania.co.uk/leeedavison/6502/acia/index.html

I am using a 9pin Null modem cable to my computer. I am using putty and have tried all the different flow controlls but can just not get it to work. When ...
by kozlojak
Fri May 13, 2011 5:29 pm
Forum: General Discussions
Topic: Where to buy a WDC 65c02 and other chip
Replies: 24
Views: 24322

It would be nice if digikey would cary it.
by kozlojak
Thu May 12, 2011 1:40 pm
Forum: General Discussions
Topic: Where to buy a WDC 65c02 and other chip
Replies: 24
Views: 24322

Yea, The chip is a bit more, but Apatco is in Canada and if asked will give you a quote with the exact shipping, I ordered a 65c02, 65c22 and 65c816 and shipping was only $1.04

And coming from canada there will be no duty or broker fee's

They where very quick to respond to the shipping questions ...
by kozlojak
Thu May 12, 2011 11:41 am
Forum: General Discussions
Topic: 6502 problem A all High
Replies: 2
Views: 1519

Well it took me longer then I want to admit to figure it out...but.
It was a simple problem with the simple program I made to loop around, When I mad it, I was telling the Assembler the program was at 0000 so it would burn properly with my chip writer. so when it would loop using a label it would ...
by kozlojak
Mon May 09, 2011 12:09 pm
Forum: General Discussions
Topic: Where to buy a WDC 65c02 and other chip
Replies: 24
Views: 24322

Thanks, Looks like I will get it from Apatco they have much better shipping rates. However both WDC and Apatco, do not supply the 65c51 for some reason
by kozlojak
Sun May 08, 2011 12:47 pm
Forum: General Discussions
Topic: Where to buy a WDC 65c02 and other chip
Replies: 24
Views: 24322

Where to buy a WDC 65c02 and other chip

I Want to buy a WDC 6c02, 65c22 and 65c51 and maybe a 65c816 but I can not find a place to buy one. It looks like I could buy some of them(not the 65c51?) from WDC Directly but as I live in canada they want $25 to ship and a $15 handling fee(plus duty and taxes) it looks like Digikey nor Jameco has ...
by kozlojak
Sat May 07, 2011 10:51 pm
Forum: General Discussions
Topic: 6502 problem A all High
Replies: 2
Views: 1519

6502 problem A all High

I have Brand boarded a simple 6502 computer but it does not seem to want to function correctly, and I lack some of the tools that may be needed to test, but maybe someone can help me out.

When I turn the unit on with some basic commands in the memory all it wants to do is turn all the address lines ...
by kozlojak
Sun Apr 17, 2011 5:29 pm
Forum: Programming
Topic: My own basic
Replies: 23
Views: 8487

Well, once again I cleaned up the code and added some extra comments.

Removed a lot of the fluff from the 6551 IRQ functions still need to add some more stuff to make it fully functional but it should at least print the welcome msg and print it again when I enter the "ver" command

http://pastebin ...
by kozlojak
Fri Apr 15, 2011 11:15 pm
Forum: Programming
Topic: My own basic
Replies: 23
Views: 8487

Yea some of the comments got messed up when I pasted some, commands got changed and the comments did not. I tried to clean it up a bit here is a updated past. Besides that anything else scream out as bad?

http://pastebin.com/4fwMGnbj