Commit Graph

73 Commits

Author SHA1 Message Date
roger.luo
f5abe58978 #36: Resolve the issue of not clearing the receive cache before sending multi line commands. 2024-06-16 00:36:02 +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
b5a957f716 #35: Update documentation and comments. 2023-11-24 21:54:49 +08:00
roger.luo
18f9236e30 Update documentation and comments. 2023-11-24 21:54:49 +08:00
roger.luo
8e6c205896 #34: 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
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
a249f705cb #33: 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
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
11295a383a #32: Fix a compilation error in the MDK project sample。 2023-03-31 22:49:54 +08:00
roger.luo
ea068791df Fix a compilation error in the MDK project sample。 2023-03-31 22:49:54 +08:00
roger.luo
d57c0ca192 #31: Fix sample compilation errors. 2023-03-15 23:49:27 +08:00
roger.luo
0c389b6ce0 Fix sample compilation errors. 2023-03-15 23:49:27 +08:00
roger.luo
7a2688d784 #30: 更新文档说明 2023-02-02 23:47:45 +08:00
roger.luo
7cad235d05 更新文档说明 2023-02-02 23:47:45 +08:00
roger.luo
59eed0e023 #29: 更新文档描述 2023-01-12 23:37:54 +08:00
roger.luo
9222993790 更新文档描述 2023-01-12 23:37:54 +08:00
roger.luo
2b2297398c #28: 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
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
14d49e1c51 #27: 更新文档封面 2023-01-03 23:27:50 +08:00
roger.luo
8866cdf7f9 更新文档封面 2023-01-03 23:27:50 +08:00
roger.luo
b8e000b65e #26: 更新使用说明文档 2023-01-03 23:24:00 +08:00
roger.luo
a258cbb13b 更新使用说明文档 2023-01-03 23:24:00 +08:00
roger.luo
88172e37d1 #25: 移除无效代码 2023-01-03 23:22:58 +08:00
roger.luo
c6ac4218e3 移除无效代码 2023-01-03 23:22:58 +08:00
roger.luo
f23e84cbb6 #24: 更新LICENSE 2022-12-31 23:14:38 +08:00
roger.luo
53ee4bbe0d 更新LICENSE 2022-12-31 23:14:38 +08:00
roger.luo
74d8679a49 #23: 提交V2版本 2022-12-31 22:42:31 +08:00
roger.luo
af580e9e53 提交V2版本 2022-12-31 22:42:31 +08:00
魔罗
f9b099c4ae #22: 1.按单字符处理接收,避免出现在urc事件中读取数据时,导致后面数据丢失问题.
2.解决多任务发送时,接收完成信号量提前释放的问题。
2021-11-28 15:57:36 +08:00
魔罗
2c89bb8208 1.按单字符处理接收,避免出现在urc事件中读取数据时,导致后面数据丢失问题.
2.解决多任务发送时,接收完成信号量提前释放的问题。
2021-11-28 15:57:36 +08:00
魔罗
c5c04f27d8 #21: 解决URC接收超时时打印无效的问题。 2021-08-01 11:36:27 +08:00
魔罗
f1a4fb8320 解决URC接收超时时打印无效的问题。 2021-08-01 11:36:27 +08:00
魔罗技术
4f08bde740 #20: 增加接收锁,解决执行at_do_work时urc部分数据丢失问题 2021-07-20 20:48:54 +08:00
魔罗技术
321be4256f 增加接收锁,解决执行at_do_work时urc部分数据丢失问题 2021-07-20 20:48:54 +08:00
魔罗技术
271834e3c8 #19: 优化URC匹配逻辑,并修正描述信息。 2021-05-15 15:37:00 +08:00
魔罗技术
76d13e373b 优化URC匹配逻辑,并修正描述信息。 2021-05-15 15:37:00 +08:00
魔罗技术
59f68854ba #18: 更新文档描述 2021-04-18 14:47:39 +08:00
魔罗技术
463baf0f5c 更新文档描述 2021-04-18 14:47:39 +08:00
魔罗技术
6f4d360b3a #17: 1.删除at_obj中的at_work_ctx_t域,减少内存使用
2.解决重复释放信号量导致命令出现等待超时的问题
2021-04-18 14:47:22 +08:00
魔罗技术
8f56581724 1.删除at_obj中的at_work_ctx_t域,减少内存使用
2.解决重复释放信号量导致命令出现等待超时的问题
2021-04-18 14:47:22 +08:00
魔罗技术
26e63a9d0f #16: 解决URC表匹配第一项的问题。 2021-03-04 20:21:47 +08:00
魔罗技术
44cd306a95 解决URC表匹配第一项的问题。 2021-03-04 20:21:47 +08:00
魔罗技术
eef8e4545d #15: 1.解决未清除URC计数器导致频繁打印接收超时的问题
2.增加URC演示程序
2021-03-03 20:51:14 +08:00
魔罗技术
93c7ab71ff 1.解决未清除URC计数器导致频繁打印接收超时的问题
2.增加URC演示程序
2021-03-03 20:51:14 +08:00
魔罗技术
127472e4df #14: 提交comdef.h文件,更改使用案例及使用描述信息。 2021-02-28 12:12:41 +08:00
魔罗技术
3d482232c8 提交comdef.h文件,更改使用案例及使用描述信息。 2021-02-28 12:12:41 +08:00
魔罗技术
237a2eed1c #13: 1.支持URC回调中接收数据.
2.修改struct at_obj,去除链表管理机制,使用单独任务接收处理每个at_obj.
2021-02-19 22:21:05 +08:00
魔罗技术
ea3dccb6b6 1.支持URC回调中接收数据.
2.修改struct at_obj,去除链表管理机制,使用单独任务接收处理每个at_obj.
2021-02-19 22:21:05 +08:00
魔罗技术
c18010ca1f #12: 上传Demo程序 2021-01-20 22:18:32 +08:00
魔罗技术
e95ea83470 上传Demo程序 2021-01-20 22:18:32 +08:00