ISA / PCI cards Controlled by a pic/picbasic pro ?
Hi all,
I'd like to control a VGA card, or sound card etc using a pic+picbasic pro.
I figure rather than trying to get a pic to generate vga signals (or sound etc) why not just drive a isa/pci card.
( why should i waste time hunting for the chip(sets) and build them up, when theyre all around me for $5 a piece ;-)
For the moment, i'm happy to drive simple 8/16 bit isa cards, but i have even been asked if the vga card could be a 3dfx card, so the resulting output (onscreen menus etc) may even have some nice shading & 3d effects, and this is something the vga card should do, not the pic ;-)
thanx in advance for any forums, links, projects that you can provide.
Marty (downunder Oz)
low level hardware vga ....
Hi There,
I havent tried to do anything at low-level, such as directly driving the chipset etc. (and that raises another issue about buying chips(sets) etc, when i can simply use a $5 2-4Mb vga card, and plug into a isa/pci slot on my pic board.
i have tried a few experiments with driving the vga connector directly from a pic (also via eprom) but is is far too time consuming to calculate each line, timing, position etc.
I think it would be far easier to let the vga card all the scanning/timing work, while i simply control the address,data,control pins on the isa/pci connector to make a vga card start displaying my data or menus.
Marty ;-)
Quote:
Originally posted by Luciano
Do you have any experience with hardware level VGA programming?
(Low-level VGA programming without using the VGA BIOS support).