Skip to content

Instantly share code, notes, and snippets.

@EliotWL
EliotWL / DeviceConnect
Last active May 24, 2018 18:37
wrmhl with debgging statements
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using System.Timers;
public class Device : MonoBehaviour
{
public InputField portName;
public GameObject connectButton;