并口操作组件。 using System; using System.Runtime.InteropServices; public class PortAccess { [DllImport("inpout32.dll", EntryPoint="Out32")] public static extern void Output(int adress, int value); [DllImport("inpout32.dll", EntryPoint="Inp32")] public static extern int
还不错,就是.dll文件好像有问题
很好啊 不错的资源 有时不会用
这个资源,我用不了,报错