Class SerialConnection
Inheritance
SerialConnection
Assembly: cs.temp.dll.dll
public class SerialConnection : MonoBehaviour
Fields
Declaration
public bool activateAtStart
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Properties
Declaration
public string recievedValue { get; }
Property Value
Methods
Activates the serial port with the set value in the object
Declaration
Sends a message to the activate serial port
Declaration
public void SendBytes(byte[] value)
Parameters
| Type |
Name |
Description |
| Byte[] |
value |
the value to send
|