string str = System.Text.Encoding.Default.GetString ( byteArray );byte[] byteArray = System.Text.Encoding.ASCII.GetBytes ( str );
如何定义以ASCLL码显示接收数据