program that push some button automaticaly?

P

PHP2

how create small program that push some button automaticaly (every 9 mins)
for Linux with C++?

any fast advices?
 
P

PHP2

I can send signals through LPT... ok I have not robot, but maybe have some
command... maybe refresh or any signal, but that be automatical..

I ask... if can not ok...
 
B

Billy N. Patton

PHP2 said:
how create small program that push some button automaticaly (every 9 mins)
for Linux with C++?

any fast advices?
Have your tried crontab?

--
___ _ ____ ___ __ __
/ _ )(_) / /_ __ / _ \___ _/ /_/ /____ ___
/ _ / / / / // / / ___/ _ `/ __/ __/ _ \/ _ \
/____/_/_/_/\_, / /_/ \_,_/\__/\__/\___/_//_/
/___/
Texas Instruments ASIC Circuit Design Methodlogy Group
Dallas, Texas, 214-480-4455, (e-mail address removed)
 
M

Mark Marsella

PHP2 said:
how create small program that push some button automaticaly (every 9 mins)
for Linux with C++?

any fast advices?
One question.
Are you connecting the robotic finger through the serial port?
 
H

Howard

PHP2 said:
how create small program that push some button automaticaly (every 9 mins)
for Linux with C++?

any fast advices?

You should ask on a linux newsgroup, where they know more about that OS.
This is a "language" newsgroup, and doesn't (or at least TRIES not to) delve
into OS-specific tasks.

-Howard
 
P

PHP2

I am ask how C++ language can 'emulate' or create some automatical
actions.. I don't wish OS solutions..
 
O

Owen Jacobson

I am ask how C++ language can 'emulate' or create some automatical
actions.. I don't wish OS solutions..

You're kind of SOL, then, because the C++ language doesn't define anything
to do with 'buttons' or 'pressing'.
 
T

Thomas Matthews

PHP2 said:
how create small program that push some button automaticaly (every 9 mins)
for Linux with C++?

any fast advices?

I suggest you try asking in Perhaps someone is using the Linux OS in an embedded
application.


--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
H

Howard

(I've rearragned this in the correct order. Please post responses below the
text you're responding to.)

PHP2 said:
I am ask how C++ language can 'emulate' or create some automatical
actions.. I don't wish OS solutions..

You're asking how to accomplish a task that can *only* be done using
operating-system-specific methods. The C++ language does not have any
concept of a "button". That's something that exists in your operating
system, and may be supported by some kind of SDK or third-party developement
tool using your compiler. You *really* need to ask someone in a linux
newsgroup!

-Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top