ISA cards
Bobrien
Posts: 4
i was wondering if anyone could help me in using ISA cards on the propeller. I want to try to use ISA cards with the prop to take a load off of it's software.
Comments
Though if you have your heart set on ISA, here's a little something to get you started.
the ISA-bus-protocol makes a lot of overhead on top of what you really want to do
you will have a lot of effort implementing the ISA-protocol on the propeller
so it will be much eaysier to use an old pc (which has ISA-Slots)
Please could you explain what you mean by
"want to try to use ISA cards with the prop to take a load off of it's software."
do you want to use the "intelligence" of some isa-cards?
greetings
Stefan
write to the forum IN DETAILS what you want to do.
i think there are several ways to to this things without ISA-boards
However there are three kinds of quite useful cards even for the Propeller
- sound (containing high quality MIDI instrument synthesis)
- ethernet
- true VGA graphics
Talking to the ISA bus is not as complicated as you assume...
This is the main reason that it still survived so long, as many, many protyping was done using it...
(Edit: Especially the ISA 8bit I/O slave mode!)
Post Edited (deSilva) : 2/3/2008 10:46:32 AM GMT
Steven
Nico Hattink
There is at least one product that does precisely this: allows to use PC104/ISA cards under the control of a microcontroller.
It is made by Calmotion and is called the MC104p. It is built around the PIC18F8722. http://www.calmotion.com/pic18_104.html
I worked for some time with this board and is very interesting and plenty of good ideas. I had the chance to talk several times with the 'inventor'. It was very interestting to know how he had solved problems and which ones still remain to be solved.
Indeed a very interesting project for a Propeller based board too.
My project involves emulating a DAS8 (DAS08) data acquisition card, but adding some auto gain / scaling features in the prop.
Then in future perhaps I can do away with the PC altogether for simple applications (just like that old movie where the man grows a pimple on his neck which grows into an evil second head which then tries to kill off the original)
I love the fact that a daq platform (das8) we adopted in 1983 is still going strong...
English version of the website: (other interesting projects on there as well)
translate.google.com/translate?u=http%3A%2F%2Fwww.mikrocontroller.com%2Fde%2Feinleitung.php&langpair=de%7Cen&hl=en&ie=UTF-8