This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using System.Collections.Generic; | |
using System.IO.Ports; | |
using Microsoft.Win32; | |
public class DetectArduinoPort : MonoBehaviour | |
{ | |
#pragma warning disable 649 | |
[SerializeField] | |
private string VID, PID; |