Search found 1 match

by Ogden563
Tue Jul 09, 2019 8:06 am
Forum: SNMPThroughput
Topic: Porting a simple c program from linux to windows
Replies: 1
Views: 24512

Porting a simple c program from linux to windows

I want to write a simple c program to do the following. Open a connection to a parallel port, make pin 2 high, make pin 2 low and close the connection. I am using JNI for this, so my Java source file is as follows. package meas; public class Meas { public static native boolean open(); public static ...