Premium Only Content
This video is only available to Rumble Premium subscribers. Subscribe to
enjoy exclusive content and ad-free viewing.
![How To Control The Parallel Port Data Pins Linux](https://1a-1791.com/video/s8/6/f/5/U/o/f5Uon.qR4e.jpg)
How To Control The Parallel Port Data Pins Linux
1 year ago
14
In this video I go over how to use the parallel port to control LEDs and relays using a C application on Linux.
Source Code Link:
https://github.com/williamhlane/ParC.git
Source Code:
#include <stdio.h>
#include <unistd.h>
#include <sys/io.h>
#define PortAddress (0x0378)
int main()
{
int number;
printf("Enter the value for the pins you'd like to activate.");
scanf("%d", &number);
if (ioperm(PortAddress, 1, 1))
{
printf("ioperm(%x) failed. Are you root?", PortAddress);
return 1;
}
outb(number, PortAddress);
return 0;
}
Loading comments...
-
1:01:26
The Dan Bongino Show
4 hours agoTrump Is Cancelling DEI And Cancel Culture (Ep. 2424) - 02/17/2025
595K1.13K -
1:06:12
Timcast
3 hours agoDemocrat Swamp IMPLODES, CBS Runs DAMAGE Control For Democrats, Gets ROASTED By Elon | Timcast LIVE
101K109 -
2:00:58
RealAmericasVoice
10 hours agoWAR ROOM WITH STEVE BANNON AM EDITION
84K14 -
2:59:47
Wendy Bell Radio
9 hours agoAmerica Drops The Gloves
87.4K53 -
1:22:27
Steven Crowder
4 hours agoGeorge Washington, Our First President | 3 in 3 Special
264K152 -
1:03:57
Kyle Fortch
4 hours ago $1.01 earnedDJ Chill: DJing For Jelly Roll, SOLD OUT Tour, Performing at Hometown Arena | THE ONE SHEET S1E4
39K3 -
4:05:26
The Pete Santilli Show
15 hours agoThe Deep State Spied On Trump & Sabotaged 2020 Operation To Oust Maduro [EP 4440-8AM]
59.5K3 -
41:53
Rethinking the Dollar
3 hours agoHype or Hope? Will THE 50-YEAR FORT KNOX GOLD SCANDAL BE EXPOSED?
27.3K10 -
1:32:36
Game On!
17 hours ago $9.74 earnedPresident Trump TAKES OVER the Daytona 500!
72K15 -
21:35
DeVory Darkins
3 days ago $26.40 earnedMitch McConnell TORCHED as Secretary of HHS is sworn in
147K196