请选择 进入手机版 | 继续访问电脑版
查看: 639|回复: 1

[求助] 关于I.MXRT1020 SDK2.8.2中关于usb_host_cdc的例程问题

[复制链接]
  • TA的每日心情
    郁闷
    2024-7-12 09:20
  • 签到天数: 2 天

    [LV.1]初来乍到

    1

    主题

    4

    帖子

    0

    新手上路

    Rank: 1

    积分
    31
    最后登录
    2024-9-10
    发表于 2024-7-8 11:54:26 | 显示全部楼层 |阅读模式
        使用该例程驱动EC25模块过程中遇到问题:
        1、发送AT指令给模块之后,接收到模块返回的数据不全,在执行下次发送之后,接收得到的数据包含上次指令EC25返回的数据。不知道是否有哪个参数可以改善这种情况。
        2、我如何获取usb接收的数据的长度

    对与历程的修改:
    /*See the CDC specification page20*/
    /*! @brief CDC class-specific code, Communications Interface Class Code*/
    #define USB_HOST_CDC_COMMUNICATIONS_CLASS_CODE 0xffU//0x02
    /*! @brief CDC class-specific code,Communications Class Subclass Codes*/
    #define USB_HOST_CDC_SUBCLASS_ACM_CODE 0x0U//0x02U
    /*No class specific protocol required. See the CDC specification page22*/
    #define USB_HOST_CDC_PROTOCOL_CODE 0x00U
    /*! @brief CDC class-specific code,Data Class Interface Codes*/
    #define USB_HOST_CDC_DATA_CLASS_CODE  0xFFU//0x0AU
    /* This field is unused for Data Class interfaces and should have a value of 00h.*/
    #define USB_HOST_CDC_DATA_SUBCLASS_CODE 0x00U
    /*No class-specific protocol required. See the CDC specification page22*/
    #define USB_HOST_CDC_DATA_PROTOCOL_CODE 0x00U


    在论坛发现有同样情况
    mmexport1720410783276.png
    该会员没有填写今日想说内容.
    回复

    使用道具 举报

  • TA的每日心情
    郁闷
    2024-7-12 09:20
  • 签到天数: 2 天

    [LV.1]初来乍到

    1

    主题

    4

    帖子

    0

    新手上路

    Rank: 1

    积分
    31
    最后登录
    2024-9-10
     楼主| 发表于 2024-7-12 09:21:57 | 显示全部楼层
    别沉...
    该会员没有填写今日想说内容.
    回复

    使用道具 举报

    您需要登录后才可以回帖 注册/登录

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    Archiver|手机版|小黑屋|恩智浦技术社区

    GMT+8, 2024-12-12 16:21 , Processed in 0.113535 second(s), 20 queries , MemCache On.

    Powered by Discuz! X3.4

    Copyright © 2001-2024, Tencent Cloud.

    快速回复 返回顶部 返回列表