作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试实现我的库以通过 tcp 连接发送数据。
在移远通信的官方文档中,他们让您选择 AT+QIMODE=1
也称为透明模式,其中从 UART 发送的所有数据都通过 tcp 连接发送。
我试图在发送数据之前检查连接状态,因此想要更改为命令模式并使用 AT+QISTAT。我尝试将“+++”发送到芯片,但它正在向我的服务器发送“+++”,因此无法正常工作。任何帮助是极大的赞赏。
Link to official documentation , 请参阅第 162 页第 7.2.21 节
最佳答案
您是否确保在 +++
之前和之后有正确的时间延迟?序列?
2.2.11 节(第 22 页)中的文档指出,在 +++
之前和之后必须有 0.5 秒的安静期。为了它被认可。
To prevent the "+++" escape sequence from being misinterpreted as data, it should comply to following sequence:
- No characters entered for T1 time (0.5 seconds).
- "+++" characters entered with no characters in between. For CSD call or PPP online mode, the interval between two "+" MUST be less than 1 second and for a transparent TCPIP connection, the interval MUST be less than 20 ms.
- No characters entered for T1 time (0.5 seconds).
- Switch to command mode, otherwise go to step 1.
关于mobile - 移远芯片QIMODE变化为 '+++' & 'ATO',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31954861/
我正在使用 react-native-elements ListItem.Accordion因为我的 React Native 中的所有其他内容 SectionList使用 ListItem s(并且
我是一名优秀的程序员,十分优秀!