艺术家
2025-06-09 b6596b449f281718da49c2d1757f1ffce159c35f
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/WIDESEAWCS_Server/Controllers/SerialPort/SerialPortController.cs
@@ -59,10 +59,9 @@
        [HttpGet, Route("GetSerialPortCom"), AllowAnonymous]
        public IActionResult GetSerialPortCom()
        {
            var receivedData = _serialPortService.GetSerialPortCom(); // è°ƒç”¨ SerialPortService çš„ GetReceivedData æ–¹æ³•
            return Ok(receivedData); // è¿”回接收到的数据
        }
    }
}