是否有考虑把read/write 使用 Span<byte>/Memory<byte>实现,从而提高读写性能. 或者 像System.IO.Ports 一样,open后,可以 通过 暴露BaseStream流,来 写入和读取数据