yanjinhui
2025-02-28 9165575de9c423477c8228ef5e8663d16104b225
ÏîÄ¿´úÂë/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); // è¿”回接收到的数据
        }
    }
}