public void Write(string hex) { if (m_portInput != null) { m_portInput.Write(hex); } }
public void Write(string hex) { UnityEngine.Debug.Log("Write Hex: " + hex); if (m_portInput != null) { m_portInput.Write(hex); } }