bySend = System.Text.Encoding.Default.GetBytes 
                    ( textBox2.Text ) ; 
//按照指定编码类型把字符串指定到指定的Byte数组