•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 456,530 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,812 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser: Programming Forums
Views: 4563 | Replies: 3
![]() |
Try using setleds. It comes standard on most linux boxes.
http://linux.about.com/library/cmd/blcmdl1_setleds.htm
For fun check out:
http://www.hut.fi/~jlohikos/tleds_orig.html
Blinking leds for network activity!
Back to your question... simply do a exec (...) to call the setleds program, or look at the sources for tleds or setled. It shouldn't be hard at all to do programatically in C++.
http://linux.about.com/library/cmd/blcmdl1_setleds.htm
For fun check out:
http://www.hut.fi/~jlohikos/tleds_orig.html
Blinking leds for network activity!

Back to your question... simply do a exec (...) to call the setleds program, or look at the sources for tleds or setled. It shouldn't be hard at all to do programatically in C++.
•
•
Join Date: Aug 2004
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
Hi Cosi,
Thanks for replying.
I tried the sites mentioned by you. But they don't show the sources. I have come across a source that could toggle caps lock on and off but on a Windows/Dos operating system using POKEB or PEEKB functions including in header file DOS.H, which is not helpful, as I have to run the program on a Unix (SCO Unixware) Operating system on which dos.h cannot be run. Can you or any one suggest what functions are available on Unix Operating system like POKEB or PEEKB on Windows/Dos operating system. :p
Thanks for replying.
I tried the sites mentioned by you. But they don't show the sources. I have come across a source that could toggle caps lock on and off but on a Windows/Dos operating system using POKEB or PEEKB functions including in header file DOS.H, which is not helpful, as I have to run the program on a Unix (SCO Unixware) Operating system on which dos.h cannot be run. Can you or any one suggest what functions are available on Unix Operating system like POKEB or PEEKB on Windows/Dos operating system. :p
![]() |
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Caps/Num/Scroll lock lights blinking, keyboard doesn't work (Windows 9x / Me)
- ALL inputs gone help plz (Windows NT / 2000 / XP / 2003)
- No video/sound/mouse/keyboard output (Troubleshooting Dead Machines)
- I Cant Install An Operating System! HELP! (Windows NT / 2000 / XP / 2003)
Other Threads in the C++ Forum
- Previous Thread: loop in main function to an "if" statement
- Next Thread: Using MFC in a Static Library


Linear Mode