Hi i'm currently doing a project which requires me to use C# to read parallel port inputs, any idea how? thanks =)
also which circuit should i use to read input? i only need to read one input atm.
using System;
using System.Runtime.InteropServices;
public class PortAccess
{
[DllImport("inpout32.dll", EntryPoint="Out32")]
public static extern void Output(int adress, int value);
}
i did that already, problem is when i measured the voltage.
Also i have this 12V beacon, any circuit recommendations that i can use to just power up the beacon through the PC? and how to add the beacon into the circuit. thanks
Users browsing this forum: No registered users and 2 guests