37 Commits

Author SHA1 Message Date
roger.luo
ee5094d686 添加使用说明 2024-09-07 23:22:05 +08:00
roger.luo
90c59e1d7a Resolve the issue of not clearing the receive cache before sending multi line commands. 2024-06-16 00:36:02 +08:00
roger.luo
18f9236e30 Update documentation and comments. 2023-11-24 21:54:49 +08:00
roger.luo
79803ddc3c Fixed the issue where the pointer was not checked to be empty after the creation of urcbuf. 2023-11-24 21:43:37 +08:00
roger.luo
a6aa614088 1.Added a temporary disable interface for URC to solve the problem of URC matching exception when receiving binary data from the modem.
2.Added the function of transparent data transmission.
2023-10-27 21:47:51 +08:00
roger.luo
ea068791df Fix a compilation error in the MDK project sample。 2023-03-31 22:49:54 +08:00
roger.luo
0c389b6ce0 Fix sample compilation errors. 2023-03-15 23:49:27 +08:00
roger.luo
7cad235d05 更新文档说明 2023-02-02 23:47:45 +08:00
roger.luo
9222993790 更新文档描述 2023-01-12 23:37:54 +08:00
roger.luo
a1cf6f2672 1.Optimized the processing logic when multi-line command execution fails.
2. Resolve URC message containing ':' character causing parsing failure.
2023-01-09 23:28:04 +08:00
roger.luo
8866cdf7f9 更新文档封面 2023-01-03 23:27:50 +08:00
roger.luo
a258cbb13b 更新使用说明文档 2023-01-03 23:24:00 +08:00
roger.luo
c6ac4218e3 移除无效代码 2023-01-03 23:22:58 +08:00
roger.luo
53ee4bbe0d 更新LICENSE 2022-12-31 23:14:38 +08:00
roger.luo
af580e9e53 提交V2版本 2022-12-31 22:42:31 +08:00
魔罗
2c89bb8208 1.按单字符处理接收,避免出现在urc事件中读取数据时,导致后面数据丢失问题.
2.解决多任务发送时,接收完成信号量提前释放的问题。
V1.2
2021-11-28 15:57:36 +08:00
魔罗
f1a4fb8320 解决URC接收超时时打印无效的问题。 2021-08-01 11:36:27 +08:00
魔罗技术
321be4256f 增加接收锁,解决执行at_do_work时urc部分数据丢失问题 2021-07-20 20:48:54 +08:00
魔罗技术
76d13e373b 优化URC匹配逻辑,并修正描述信息。 2021-05-15 15:37:00 +08:00
魔罗技术
463baf0f5c 更新文档描述 2021-04-18 14:47:39 +08:00
魔罗技术
8f56581724 1.删除at_obj中的at_work_ctx_t域,减少内存使用
2.解决重复释放信号量导致命令出现等待超时的问题
2021-04-18 14:47:22 +08:00
魔罗技术
44cd306a95 解决URC表匹配第一项的问题。 2021-03-04 20:21:47 +08:00
魔罗技术
93c7ab71ff 1.解决未清除URC计数器导致频繁打印接收超时的问题
2.增加URC演示程序
2021-03-03 20:51:14 +08:00
魔罗技术
3d482232c8 提交comdef.h文件,更改使用案例及使用描述信息。 2021-02-28 12:12:41 +08:00
魔罗技术
ea3dccb6b6 1.支持URC回调中接收数据.
2.修改struct at_obj,去除链表管理机制,使用单独任务接收处理每个at_obj.
2021-02-19 22:21:05 +08:00
魔罗技术
e95ea83470 上传Demo程序 V1.1 2021-01-20 22:18:32 +08:00
魔罗技术
34bc525597 更新使用说明 2021-01-20 22:18:03 +08:00
魔罗技术
84bfaa01c4 1.解决链表未初始化导致段错误问题。
2.调通单行命令、多行命令、自定义命令收发功能。
2021-01-20 22:17:53 +08:00
魔罗技术
0d978ff3c2 编译选项错误的问题。 2021-01-17 14:37:04 +08:00
魔罗技术
e7c891ba14 1、解决数据类型不匹配导致编译错误问题。
2、更新使用描述。
2021-01-05 22:31:48 +08:00
魔罗技术
c6c8b8561d 更新描述信息 2020-12-04 20:54:26 +08:00
魔罗技术
d87cbe4ca1 调整描述 2020-09-26 21:50:55 +08:00
魔罗技术
88d9b816c8 增加OS版本的AT通信模块 2020-09-22 22:14:09 +08:00
魔罗技术
34f1ec0a41 更新readme描述 2020-07-04 21:11:24 +08:00
魔罗技术
dbfcb5f2a3 更新描述 2020-06-14 14:23:42 +08:00
魔罗技术
7878c6874c 首次提交 2020-06-13 12:24:28 +08:00
魔罗技术
270cdfa47c Initial commit 2020-06-13 11:41:25 +08:00