//nwp.bits是一个byte数组(byte[])
Console.WriteLine("收到的数据为(16进制):"+string.Join("", nwp.bits.Select(t => t.ToString("X2")).ToArray()));
c# byte [] 转string:http://zhidao.baidu.com/question/464179446.html
C#实现转换十六进制:http://www.csharpwin.com/csharpspace/5141r7550.shtml