登录
首页 » 通信 » AnyDATA的CDMA模块AT指令集,很有用的AnyDATA CDMA modem AT CMD

AnyDATA的CDMA模块AT指令集,很有用的AnyDATA CDMA modem AT CMD

于 2022-03-11 发布 文件大小:1.31 MB
0 325
下载积分: 2 下载次数: 1

代码说明:

AnyDATA的CDMA模块AT指令集,很有用的AnyDATA CDMA modem AT CMD-v32-AnyDATA

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用WindowsAPI实现的串口双机互联,可以传各种文件,界面漂亮(要安装SUIPack),支持断点续传。...
    用WindowsAPI实现的串口双机互联,可以传各种文件,界面漂亮(要安装SUIPack),支持断点续传。-used to achieve the dual-serial connectivity that can send documents, beautiful interface (To install SUIPack), supporting HTTP.
    2022-12-13 06:10:02下载
    积分:1
  • 使用Kermit协议传输文件的程序
    使用Kermit协议传输文件的程序-Using kermit protocol to transfer file
    2023-08-16 18:15:03下载
    积分:1
  • linux epoll模型
    该代码是关于在linux平台下的网络编程,epoll模型,socket接受线程:C语言为了高并发所以选择了epoll。当程序启动的时候(g_net_update.c文件中main函数,会启动一个thread见函数create_accept_task)这个thread就处理一件事情,只管接收客户端的连接,当有连接进来的时候 通过epoll_ctl函数,把socket fd 加入到epoll里面去,epoll设置监听事件EPOLLIN | EPOLLET; 主要是监听的是加入到epoll中的socket是否可读(因为我的需求是客户端连上了server就会马上向server发送一份数据的)。其它的部分在主线程中处理。主线程:是一个无线循环,epoll_wait 函数相当于把客户端的连接从epoll中拿出来(因为我们监听的是EPOLLIN | EPOLLET)说明这个时候客户端有数据发送过来)。再通过recv_buffer_from_fd 函数把客户端发送过来的数据读出来。然后其他的一切就抛给线程池去处理。线程池:(代码中我会在池里面创建15个线程) 双向链表。加入线程就是在链表后面加一个链表项,链表的前面会一个一个被拿出来处理。主要是malloc 函数free函数,sem_wait函数sem_post的处理(sem_wait 会阻塞当值大于0是会减一,sem_post是值加一)。typedef void* (FUNC)(void arg, int index);是我们自定义的线程的逻辑处理部分,arg是参数,index是第几个线程处理(我们隐形的给每个线程都标了号),例如代码中的respons_stb_info,更加具体可以看看代码里面是怎么实现的。聪明的你也可以改掉这块的内容改成动态线程池,当某个时刻的处理比较多的时候能够动态的增加线程,而不像我代码里面的是固定的。数据库连接池:按照我的需求在处理客户端请求数据的时候是要访问数据库的。就是一下子创建出一堆的数据连接。要访问数据库的时候先去数据库连接池中找出空闲的连接,具体可以看下代码。使用的时候可以参考下database_process.c文件(代码中数据库连接池和线程池中的个数是一样的)。
    2022-03-20 03:15:54下载
    积分:1
  • 贡献者给予免费的,不可撤销的许可,IEEE将马…
    The contributor grants a free, irrevocable license to the IEEE to incorporate material contained in this contribution, and any modifications thereof, in the creation of an IEEE Standards publication to copyright in the IEEE’s name any IEEE Standards publication even though it may include portions of this contribution and at the IEEE’s sole discretion to permit others to reproduce in whole or in part the resulting IEEE Standards publication. The contributor also acknowledges and accepts that this contribution may be made public by IEEE 802.16.-The contributor grants a free, irrevocable license to the IEEE to incorporate material contained in this contribution, and any modifications thereof, in the creation of an IEEE Standards publication to copyright in the IEEE’s name any IEEE Standards publication even though it may include portions of this contribution and at the IEEE’s sole discretion to permit others to reproduce in whole or in part the resulting IEEE Standard
    2022-07-22 08:54:27下载
    积分:1
  • an insight for learning wireless system, enjoy!
    an insight for learning wireless system, enjoy!
    2022-03-19 05:48:14下载
    积分:1
  • mfc源码 :简单局域网聊天程序,vc 6。0
    mfc源码 :简单局域网聊天程序,vc 6。0-mfc source: a simple LAN chat program, vc 6. 0
    2022-01-25 16:32:20下载
    积分:1
  • 用于道编码
    用于通信中信道编码-for communications channel coding
    2022-07-05 05:39:38下载
    积分:1
  • C++开发实例蓝牙
    C++开发,调用蓝牙功能的例子 描述: 这个范例提供了一个实施简单的蓝芽装置发现 通过Winsock的空气污染指数2 。它提供了一个ListBox控件,在搜索时 完成后,列出发现的蓝牙设备。只有姓名装置 显示,但地址的设备也发音,并能 被用来查询设备的更多信息(尚未实施) -C++ Development, examples of Bluetooth-enabled call Description: This example provides an implementation of a simple Bluetooth device discovery through the Winsock API 2. It provides a ListBox control, in the search completed, the list of Bluetooth devices found. Show only the names of devices, but also addresses equipment pronunciation, and can be used to query devices for more information (not yet implemented)
    2022-05-16 04:31:51下载
    积分:1
  • ADM5120 Network Processor
    ADM5120 Network Processor
    2023-05-22 01:40:04下载
    积分:1
  • 该程序驱动MODEM反复拨打某一个电话号码.使用了简单的AT命令,过COM口与MODEM讯....
    该程序驱动MODEM反复拨打某一个电话号码.使用了简单的AT命令,通过COM口与MODEM通讯.-the procedure repeated MODEM Driver Call a telephone number. Use a simple AT commands, through COM ports with modem communication.
    2022-01-28 21:04:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载