ditto

Hello,

We will put ditto in our products to be able to see what is on the console
via dialup for example
However our customer must not interfer with it, so is it possible to have
only the Quit command enabled? and not the keyboard/help/resize/etc there’s
in the help file?

Is it possible to have the ditto source, under NDA e.g., so I’ll be able to
remove the part I don’t want?

Contact me at frederic@dataradio.com thanks

Frédéric.

Fr?d?ric <frederic@spamcop.dataradio.com> wrote:

Hello,

We will put ditto in our products to be able to see what is on the console
via dialup for example
However our customer must not interfer with it, so is it possible to have
only the Quit command enabled? and not the keyboard/help/resize/etc there’s
in the help file?

Is it possible to have the ditto source, under NDA e.g., so I’ll be able to
remove the part I don’t want?

For a request like this, you would probably be best to contact your
sales representative directly, rather than posting to qdn.

-David

QNX Training Services
dagibbs@qnx.com

If you are talking about the text version of ditto then you might just want
to look at the function console_read(). I think that’s what it’s called.
I’m not sitting at a QNX system right now. In fact look at all of the
console_*() functions. Their pretty easy to use and they are what ditto is
based on, I believe.

Bill Caroselli

“Frédéric” <frederic@spamcop.dataradio.com> wrote in message
news:9i225g$ph3$1@inn.qnx.com

Hello,

We will put ditto in our products to be able to see what is on the console
via dialup for example
However our customer must not interfer with it, so is it possible to have
only the Quit command enabled? and not the keyboard/help/resize/etc
there’s
in the help file?

Is it possible to have the ditto source, under NDA e.g., so I’ll be able
to
remove the part I don’t want?

Contact me at > frederic@dataradio.com > thanks

Frédéric.

Bill Caroselli @ Q-TPS <BillCaroselli@q-tps.com> wrote:

If you are talking about the text version of ditto then you might just want
to look at the function console_read(). I think that’s what it’s called.
I’m not sitting at a QNX system right now. In fact look at all of the
console_*() functions. Their pretty easy to use and they are what ditto is
based on, I believe.

Yes, the console_* functions are what were used to implement the
text-mode ditto. As Bill says, they aren’t that hard to use,
especially on the reading only side. Probably the best combination
would be using console_arm() and dev_arm() to multiplex notification
from the console be dittoed & the control console (for new commands)
and console_read() to get the new input.

-David

QNX Training Services
dagibbs@qnx.com