byte[] buf=com.read(1);
if(buf.Length==0)
    return;
if(buf[0]==0xEB)
{
   buf=com.Read(5);
}
会不会覆盖掉  会的话怎么解决这个问题