473,386 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

program that push some button automaticaly?

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

any fast advices?
Jul 22 '05 #1
8 1826
PHP2 wrote:
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?
--
Regards
Mark Marsella
Jul 22 '05 #2
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...
"Mark Marsella" <ma***********@blueyonder.co.uk> wrote in message
news:2m************@uni-berlin.de...
PHP2 wrote:
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?
--
Regards
Mark Marsella

Jul 22 '05 #3
PHP2 wrote:
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, b-******@ti.com
Jul 22 '05 #4

"PHP2" <gp@nospm.hr> wrote in message news:ce**********@ls219.htnet.hr...
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
Jul 22 '05 #5
I am ask how C++ language can 'emulate' or create some automatical
actions.. I don't wish OS solutions..
"Howard" <al*****@hotmail.com> wrote in message
news:bO*********************@bgtnsc04-news.ops.worldnet.att.net...

"PHP2" <gp@nospm.hr> wrote in message news:ce**********@ls219.htnet.hr...
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

Jul 22 '05 #6
On Wed, 28 Jul 2004 01:01:35 +0200, PHP2 wrote:
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'.

--
Some say the Wired doesn't have political borders like the real world,
but there are far too many nonsense-spouting anarchists or idiots who
think that pranks are a revolution.

Jul 22 '05 #7
PHP2 wrote:
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 news:comp.arch.embedded.
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

Jul 22 '05 #8
(I've rearragned this in the correct order. Please post responses below the
text you're responding to.)
"Howard" <al*****@hotmail.com> wrote in message
news:bO*********************@bgtnsc04-news.ops.worldnet.att.net...

"PHP2" <gp@nospm.hr> wrote in message news:ce**********@ls219.htnet.hr...
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


"PHP2" <gp@nospm.hr> wrote in message news:ce**********@ls219.htnet.hr... 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


Jul 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: G Patel | last post by:
Can people please comment on the layout/style of my problem? The major issue I had was the layout. I ended up having to put a relatively large switch statement, inside an if statement, which is...
6
by: | last post by:
Hi, Gary, I recompile my code under UICODE setting and it seems that it still crashes under Janpanese Language input. It is strange, it can run on that machine, but as long as Japanese IME is up,...
0
by: bala murugan via .NET 247 | last post by:
(Type your message here) -------------------------------- From: bala murugan hi, i am using DataGrid in my project , so, i would like to change the DataGrid Edit Button Properities to Push...
4
by: iwdu15 | last post by:
hi, would it be possible for my program to open another program, disk defrag for example, push the "defrag" button, then wait for it to be done, then close it? thanks
0
by: Ryan Liu | last post by:
Hi, Can someone tell me how to push dropdownarrows by code for a dropdown button so the menuitems can show up? The button itself does nothing, I am avoiding telling my user "Hey, you...
2
by: Chris Sharman | last post by:
I found a use for a (push) button the other day - having never wanted it before. I used button rather than input type=button, because I wanted to use an image for it. The html4 spec doesn't say...
0
by: ArmyGeek | last post by:
Hey Guys, Im trying to figure out how to Disable a Button after a user clicks it, then Enable the Button if the user emptys a Text Box where the user can input information. I also want to...
2
by: ArmyGeek | last post by:
Hey Guys, Im trying to figure out how to Disable a Button after a user clicks it, then Enable the Button if the user emptys a Text Box where the user can input information. I also want to...
1
by: wishbone34 | last post by:
Below is a postfix eval. program i have made, it works fine, however my professor wants me to make a header file with the class, and I tried this class StackType { public: void...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.