Re: [linux-audio-dev] Portable recording device revisited

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] Portable recording device revisited
From: D. Stimits (stimits_AT_idcomm.com)
Date: Mon May 13 2002 - 23:41:29 EEST


pshirkey_AT_boosthardware.com wrote:
>
> I'm looking at using one of these monitors as the interface
> for my portable recording device.
>
> http://www.seetron.com/bpk216_1.htm
> http://www.seetron.com/sgx120_1.htm
>
> It connects through a standard serial port and I have to
> incorporate this code somehow if I want it to work.
>
> http://www.seetron.com/sgx_an5.htm
>
> I have only a vague concept of how to do this at the moment
> so I appreciate if people can see a simple way to do so.
>
> I would like the machine to be dual boot with the default
> boot running a very stripped down OS. It will run some
> combination of ALSA and Jack (if necessary) and will allow
> the user to access their pci (or usb) soundcard via a
> simple program based on arecord/aplay.
>
> The monitors sole purpose is for the default boot env.
>
> What do you think is the easiest and most effective way of
> making this monitor work for this purpose?

Never tried this, but I would probably look termcap, terminfo, ncurses,
so on, figure out which will be in your system, and create a custom
entry for those that will be present. Use the C library given and wrap
that with the abstraction that makes it look like a standard termcap,
terminfo, or ncurses display. If you are not going to use any curses
based application, skip it. The downside is that you would have to
figure out termcap and terminfo database entries, the upside is that
likely any terminal based program that can display within the
limitations of the device will work without modification. This is
probably required even if you use this device as a headless serial port
monitor without a video card. You will probably have to do some research
to find a motherboard that works without a video card.

D. Stimits, stimits_AT_idcomm.com

>
> TIA.
>
> --
> Patrick Shirkey - Boost Hardware Ltd
> For the discerning hardware connoisseur
> http://www.boosthardware.com
> http://www.boosthardware.com/LAU/guide/


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon May 13 2002 - 23:54:23 EEST