From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Eduardo Gomez Noguera Subject: programming project question Date: 17 Oct 2002 21:56:50 -0500 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <1034909812.1731.5.camel@hikaru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux c programming Hello. There is a small LUG in my university, and i was thinking to start a project on it. It would be simply making a digital osciloscope (with the computer). I have programmed the serial port to communicate with an hc11, and with a signature device once, and i think i could do the same for any other serial device for which i have acces to data sheets. I know an osciloscope can be done programming the sound card, but the information about sound cards programming is confusing (since there are so many), and i have never programmend for it before. Do you know where can i go and see how I could program the sound card, or if i would be messing with already running sound drivers, or have an extra sound card not enabled, and program at the lowest level for it? and if so, what is a good resource for soundcard programming? Or if it would be better to do it with some micro or another (which i think would be just as fun). Any advices would be appreciated. bye bye!