I have a little Parallax GPS module which uses 3 pins, 5vDC, gnd and a bidirectional serial IO pin.
What would be the easiest way to connect the SIO pin to a serial port given that it is bidirectional?
I prefer to use a proper serial port as the SIO pin expects 4800/8/1/n, but I'm not sure how to ...
Search found 45 matches
- Fri Sep 12, 2008 9:11 pm
- Forum: Hardware
- Topic: GPS to MAX232/233 or better option?
- Replies: 2
- Views: 7446
- Thu Apr 28, 2005 7:52 pm
- Forum: Programming
- Topic: Test Code
- Replies: 16
- Views: 7957
- Thu Apr 28, 2005 9:42 am
- Forum: Programming
- Topic: Test Code
- Replies: 16
- Views: 7957
- Wed Apr 27, 2005 8:50 am
- Forum: Programming
- Topic: Test Code
- Replies: 16
- Views: 7957
Now that I've dug through all the circuitry, I've 'almost' found the problem :)
Biggest problem wasnt the main board at all, but the EEPROM programmer - I had tied WE high so it could never write. Once I fixed that, the EEPROM programmed and ran in the main board properly... once :(
I think when i ...
Biggest problem wasnt the main board at all, but the EEPROM programmer - I had tied WE high so it could never write. Once I fixed that, the EEPROM programmed and ran in the main board properly... once :(
I think when i ...
- Wed Apr 27, 2005 7:45 am
- Forum: Programming
- Topic: Test Code
- Replies: 16
- Views: 7957
- Wed Apr 27, 2005 5:36 am
- Forum: Programming
- Topic: Test Code
- Replies: 16
- Views: 7957
- Wed Apr 27, 2005 5:34 am
- Forum: Programming
- Topic: Test Code
- Replies: 16
- Views: 7957
- Tue Apr 26, 2005 8:48 pm
- Forum: Programming
- Topic: Test Code
- Replies: 16
- Views: 7957
Test Code
If I was to do the following, should it enter a loop?
write 0x80, 0x00 to 0xFFFC, 0xFFFD
write 0x63, 0x00, 0x80 to 0x8000, 0x8001, 0x8002. These are the opcodes for JMP $8000 (I hope).
From my understanding of assembly code, the processor should start execution at $8000, and then keep jumping ...
write 0x80, 0x00 to 0xFFFC, 0xFFFD
write 0x63, 0x00, 0x80 to 0x8000, 0x8001, 0x8002. These are the opcodes for JMP $8000 (I hope).
From my understanding of assembly code, the processor should start execution at $8000, and then keep jumping ...
- Thu Sep 16, 2004 1:30 am
- Forum: Hardware
- Topic: IRQ Latching
- Replies: 6
- Views: 3922
- Wed Sep 15, 2004 8:46 pm
- Forum: Hardware
- Topic: IRQ Latching
- Replies: 6
- Views: 3922
IRQ Latching
Has any tried any kind of IRQ expansion system??
What I want to do is provide a 'seperate' IRQ for each expansion slot - up to 8 maximum. Then some how (this being the bit Im stuck on :) ) catch the IRQ's in a 8-3 encoder and also trigger the uP IRQ\ line. The uP would then read the 8-3 encoder and ...
What I want to do is provide a 'seperate' IRQ for each expansion slot - up to 8 maximum. Then some how (this being the bit Im stuck on :) ) catch the IRQ's in a 8-3 encoder and also trigger the uP IRQ\ line. The uP would then read the 8-3 encoder and ...
- Tue Sep 07, 2004 6:08 am
- Forum: Hardware
- Topic: Uniform Design
- Replies: 1
- Views: 1937
Uniform Design
Has anyone proposed any kinda of structured uniform open-ended design for a 6502 based system?
Something along the lines of minimum required functionality to be conforment, memory map specifications etc etc. It would still allow individuals to build their systems any way they wanted, but when ...
Something along the lines of minimum required functionality to be conforment, memory map specifications etc etc. It would still allow individuals to build their systems any way they wanted, but when ...
- Mon Sep 06, 2004 6:04 am
- Forum: Hardware
- Topic: Drive Current
- Replies: 5
- Views: 3028
Now that I re-read that, might be a conusion - I meant 1 or 2 Mhz, but I guess that doesnt change the fact I can be 'rough-as-guts' on the circuitry so to speak.
The reason I'm going with the expansion ports isnt to give me more space. I just like the idea of expansion cards - in other words, I can ...
The reason I'm going with the expansion ports isnt to give me more space. I just like the idea of expansion cards - in other words, I can ...
- Mon Sep 06, 2004 1:45 am
- Forum: Hardware
- Topic: Drive Current
- Replies: 5
- Views: 3028
Since I'm running my system at 1/2 Mhz, I thought I could just interface directly to the address/data busses (perhaps with buffering?)
The reason I asked about the drive current is that I am going to have 8 plug in slots to make playing around easier. All the slots will have A0-A4 connected to them ...
The reason I asked about the drive current is that I am going to have 8 plug in slots to make playing around easier. All the slots will have A0-A4 connected to them ...
- Sun Sep 05, 2004 8:53 pm
- Forum: Hardware
- Topic: Drive Current
- Replies: 5
- Views: 3028
Drive Current
I must be searching for the wrong terms because Im sure I've seen it mentioned but I can't seem to find the info for the drive current of A0-A15 and D0-D7 of a 6502.
I tried to work it out from the datasheet, but.. well.. I'm too stupid :)
Could someone post the link to the topic, or just repeat ...
I tried to work it out from the datasheet, but.. well.. I'm too stupid :)
Could someone post the link to the topic, or just repeat ...
- Fri Sep 03, 2004 1:35 am
- Forum: Hardware
- Topic: 5v Voltage Regultor
- Replies: 9
- Views: 4371