首次拿到无线USB转换器TOS-WLink使用介绍

发布于:2025-06-14 ⋅ 阅读:(21) ⋅ 点赞:(0)

        TOS-WLink的开发到今持续了大半年、先不知羞耻的夸夸自己的毅力;

        这里主要介绍一些无线助手的使用,可能也能体现一点点我的设计思想;

       感谢对我帮助极大这些开源库的大佬们;感谢CSDN一些我记不住名字的作者写的文章、对USB标准的理解、C#的一些实例;

        无线USB助手参考:Win 蓝牙
GitHub - miuser00/BLEComm: BLEComm based on new API of Windows10 OS. The tool could perform BLE device search, service and characteristics read/write and general BLE debug functions. The tool could support Indicate/Notify function of characteristics in cased supported by HW. The tools could decode/encode upstream/downstream automatically and list all hidden/offline device optionally.https://github.com/miuser00/BLEComm        USB库: 主要是Host、Hub
GitHub - cherry-embedded/CherryUSB: CherryUSB is a tiny and beautiful, high performace and portable USB host and device stack for embedded system with USB IPhttps://github.com/cherry-embedded/CherryUSB        GitHub - hathach/tinyusb: An open source cross-platform USB stack for embedded systemhttps://github.com/hathach/tinyusb        万能的底层总线驱动参考:各种usb实例设备,USB的ip内核驱动,其实是注释就像看书,很全

GitHub - torvalds/linux: Linux kernel source treehttps://github.com/torvalds/linux

        总结:开源的库,和底层MCU关系特别紧密代码部分,如中断Half Bottom,总线模式设置等;大概率要付出一些时间去改写,甚至全部重写成自己的方案需要的,反而和底层操作寄存器那些无关的业务层还好,基本可以直接使用; 

        感谢B站看我视频的伙伴们;一早爬起来发现签收了一些,好嘛,没法偷懒了,打包软件,写写环境安装文档,马上安排制作视频;

第9集 第一次拿到无线USB转换器TOS-WLink使用介绍