引用
引用第3楼030403118于2018-11-11 21:50发表的 :
因为你是浮点数 转成浮点数就好了
short[] arr = new short[2];
float[] b = new float[arr.Length];
int rtn= com.ReadDeviceBlock2("D0",2, out arr[0]);
for (int ia= 0; a < arr.Length; a++)
{
b[a] = (float)arr[a];
}
我这样输出的还是一样的 我很懵逼