CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口服务

搜索资源列表

  1. project

    1下载:
  2. 该例使用systick定时器作为系统滴答定时器, 每隔1ms执行依次systick定时中断服务程序。 此后所有的例程都会和这个滴答定时器相关。 本例程可以用来检测按键和摇杆以及LED指示灯、串口1的硬件功能是否正常。 -This example uses systick timer as a system tick timer, 1ms sequentially d every systick timer interrupt service routine. Sinc
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4334
    • 提供者:陈启康
  1. 68360-SMC

    0下载:
  2. 该程序详尽的描述了68360串口驱动编写,串口每一个寄存器配置,及中断服务函数编写-you can use this program to study 68360
  3. 所属分类:VxWorks

    • 发布日期:2017-04-13
    • 文件大小:2258
    • 提供者:刘东方
  1. UPDATA_Time

    0下载:
  2. 一种在嵌入式系统中使用串口用计算机直接更新实时时钟的时间数据的思想, 以及数据处理方法,注意看串口以及串口中断服务函数的内容和算法-A computer using the serial port in the embedded system directly update data in real-time clock of thinking, as well as data processing method, note the serial port as well as the cont
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5012
    • 提供者:奚钰
  1. uIP_0.9_51_ENC28J60

    0下载:
  2. 51单片机uIP协议+http服务器端,在Win7下服务好使,已经屏蔽tcpchksum错误,并且加上串口调适信息-51 single-chip uIP protocol+http server side, in the Win7 service so that the tcpchksum has been shielded error, and with the serial adjustment information
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:325536
    • 提供者:楊定輝
  1. TsImportFile

    0下载:
  2. 通过串口通讯导入指定格式的文件数据到数据库。可以当做服务24小时运行。-Import the specified format via serial communication data to Database. You can use the presence of a long-running service
  3. 所属分类:.net

    • 发布日期:2017-04-29
    • 文件大小:276531
    • 提供者:章散
  1. LPC1768_interrupt

    0下载:
  2. LPC1768 串口、定时器、系统滴答时钟定时器中断服务函数-UART、timer、Systick interrupt function for LPC1768
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1913
    • 提供者:wen ping
  1. BlueTooth

    0下载:
  2. 用C++写的搜索蓝牙设备工具,包含RFCOMM的服务与客户端,使用sdp实现虚拟串口收发的一些功能-Written by C++ search for Bluetooth devices tools, including RFCOMM service and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:4755
    • 提供者:consuvi
  1. CustomControl

    0下载:
  2. Qt 多功能调试工具,支持串口调试、红外模块调试、二维码生成,TCP的服务端和客户端的调试等-Qt multi function debugging tools, support for serial debugging, infrared module debugging, the generation of two-dimensional code, TCP server and the client s debugging, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:693409
    • 提供者:xiaoni
  1. tcp_client

    0下载:
  2. 简单的纯正TCP客户端程序,配置好TCP服务端的IP地址和端口号,即可按照纯正的TCP模式建立连接。我测试的时候用的是TCP串口调试助手,模拟TCP服务端-Simple pure TCP client program, configure the TCP server IP address and port number, you can in accordance with the pure TCP model to establish a connection. I tested with
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3591
    • 提供者:汪海锋
  1. Uart_receive

    0下载:
  2. STM32F4系列串口接收函数,,程序已测试通过。-void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:691
    • 提供者:研轩
  1. TC35

    0下载:
  2. TC35 的命令列表,与中断服务程序,串口的中断程序-TC35 list of commands, and the interrupt service routine, the serial interrupt program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1500
    • 提供者:denga73uiuu
  1. serial2ethernet

    0下载:
  2. wifi转串口linux服务程序,已测试过可用-wifi linux
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:12180
    • 提供者:kingoo
  1. usart1

    0下载:
  2. 初始化STM32-SDK开发板上的RS232接口,串口1中断服务程序-Initialization STM32-SDK development board on the RS232 interface, serial port 1 interrupt service program
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2511
    • 提供者:林子恒
  1. Modbus-for-Plc

    0下载:
  2. modbus与可编程控制器串口通信,含服务端与测试工程-modbus serial communication with the programmable controller, including server and test engineering
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:4772725
    • 提供者:lake
  1. TcpClientToUart

    0下载:
  2. 程序将来自TCP服务端发送过来的数据转到串口发送出去,将接收的串口数据转发到TCP服务端,架起了TCP与串口通讯之间的桥梁。(The program will send data from the TCP server to the serial port to send out, and will receive the serial data forwarded to the TCP server, set up a bridge between TCP and serial communi
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-26
    • 文件大小:4740096
    • 提供者:海码
  1. svsalug

    0下载:
  2. Synapse串口同步库,功能有:它不是控件,而只是代码库,适合编写控制台应用服务或其它应用;不需要安装;读写数据的方法和()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-19
    • 文件大小:12288
    • 提供者:bvsurance
  1. Example_2833x

    0下载:
  2. TI DSP 28335 平台;gps.c主是NMEA0183协议,将字符串转化为经纬度等数据,存入结构体;convertGeoToUTM.c将经纬度换算为UTM坐标;Example_2833x.c是主函数,不能直接运行,项目中其它代码都删掉了,仅保留了串口中断服务函数。(The TI DSP 28335 platform; gps.c is the main NMEA0183 protocol, string into latitude and longitude data structure
  3. 所属分类:DSP编程

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:利帆
  1. 网关方案三:ZIGBEE %2B SIM900A

    0下载:
  2. 1.zigbee编写语言为C语言,使用ZStack-CC2530-2.3.1-1.4.0协议栈; 2.APP使用eclipse eda安卓开发,采用sim900A连接外网,可简单修改连接esp8266wifi模块,从而连接外网,app能够实时显示采集zigbee采集的距离; 3.服务api采用的是淘宝云平台的api,服务器长期有效,无需修改; 4.通过cc2530之间通信,采集到rssi值,计算出距离,通过串口上传上位机,该程序能简单修改主函数,实现测距。(1.zigbee is writ
  3. 所属分类:单片机开发

    • 发布日期:2018-04-30
    • 文件大小:20973568
    • 提供者:test_node
  1. 网络通信实验

    0下载:
  2. 硬件资源: 1,DS0(连接在PF9),DS1(连接在PF10) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP) 5,LAN8720(通过RMII接口驱动) 实验现象:
  3. 所属分类:单片机开发

    • 发布日期:2018-05-02
    • 文件大小:2495488
    • 提供者:ck_xiaofei
  1. SLLZPX

    0下载:
  2. Synapse串口同步库,功能有:它不是控件,而只是代码库,适合编写控制台应用服务或其它应用;不需要安装;读写数据的方法和()
  3. 所属分类:USB编程

    • 发布日期:2018-05-02
    • 文件大小:11264
    • 提供者:SJJMlaqlu-98435
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com