error CS0266: Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
카테고리 없음 / 2020. 5. 25. 00:45
m_rx_data_type=m_port.ReadByte();
error CS0266: Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
m_rx_data_type=(byte)m_port.ReadByte();