using DeviceCommand.Base; using System; using System.Collections.Generic; using System.IO.Ports; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DeviceCommand.Device { public class IT6724C: Serial_Port { } }