Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 11:14:02 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Development & Programming
»
Serial / Printer Port Programming
« previous
next »
Print
Pages: [
1
]
Author
Topic: Serial / Printer Port Programming (Read 6560 times)
wdeguzman
New Member
Posts: 1
Serial / Printer Port Programming
«
on:
June 03, 2005, 03:28:57 AM »
The Story:
A project was presented to me and it involves Web Programming, Kernel Tweaking and A Kiosk Interface.. its all good..
and all of a sudden.... my friend told me.. "Ahh also.. we need to control 7 lights to go on and off and that should be controlled by your system".....
All Hell Breaks Loose!
The Question:
1) Is C the right tool for the job? (i dont want to go.. ASM on LINUX :oops: )
2) My Guess is to control the on and off switch via Printer Port.
3) Can any1 point me into some sort of a hardware/software/code that would do such thing?
Tnx.
Logged
siddharth_god
New Member
Posts: 1
Terminal Programming in C
«
Reply #1 on:
August 30, 2005, 12:28:17 PM »
Hi,
First of all for your job i.e. using printer port from C program does not involves ASM so do not worry. Just try running search on google for serial port programming +c +linux and you will find tutorials containing how to use serial/parallel port using termios.h in linux under C.
I have used that functions for implementations of MODBUS protocol on serial port and it works fine.
Have fun
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Development & Programming
»
Serial / Printer Port Programming