RT-Thread-packages / at_device

AT component porting or samples for different devices
Apache License 2.0
215 stars 182 forks source link

BC28发送AT+CIMI命令前要加个2S延时,不然容易报错 #186

Open yc961213911 opened 1 year ago

yc961213911 commented 1 year ago
   'rt_thread_mdelay(2000);
    /* check IMSI */
    if (at_obj_exec_cmd(device->client, resp, "AT+CIMI") != RT_EOK)
    {
        result = -RT_ERROR;
        LOG_E(">> AT+CIMI");
        goto __exit;
    }
mysterywolf commented 1 year ago

欢迎提交PR

yc961213911 commented 1 year ago

像N58这样具有侦听功能的模块,可以作为服务器,是RTT没有做适配吗?

发件人:Man, Jianting (Meco) @.> 发送时间:2022年9月28日(星期三) 00:58 收件人:RT-Thread-packages/at_device @.> 抄 送:yangchuang @.>; Author @.> 主 题:Re: [RT-Thread-packages/at_device] BC28发送AT+CIMI命令前要加个2S延时,不然容易报错 (Issue #186) 欢迎提交PR — Reply to this email directly, view it on GitHub <https://github.com/RT-Thread-packages/at_device/issues/186#issuecomment-1259792848 >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AS6OO2DYU7VCCCYG3HF3XLLWAMRU3ANCNFSM6AAAAAAQWRVOVA >. You are receiving this because you authored the thread.Message ID: @.***>