pengwei
2025-03-20 e0a31f7013898540948f4d4d86ade1a5414b44d4
ÏîÄ¿´úÂë/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); // è¿”回接收到的数据
        }
    }
}