@@ -53,7 +53,7 @@ abstract class AbsCommBase {
* @param frame 请求的数据帧
* @param timeout 配置响应式超时
*/
- abstract suspend fun writeWithResponse(frame: Frame, timeout: Long = 50): Frame
+ abstract suspend fun writeWithResponse(frame: Frame, timeout: Long = 5_000): Frame
/**
* 读数据帧