搜索资源列表
bcbcomm
- CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 seria
SP_sms
- 自己做的,试一试把可以接受短信,发送短信。根据接受内容可以做其他任务问题了-do for myself, try to accept it on SMS, send text messages. According to accept the content can do other tasks problem
Serial-Communication-using-VB
- 利用VB开发串口通信程序既可以使用MSComm控件也可以调用Windows API函数实现。不过,只要MSComm控件可以被选用,我们推荐选择此控件实现,因为MSComm控件的功能和API调用一样强,甚至比它还好且使用起来更加简单。 在本章提供的串口通信程序设计中,除了PC与PC串口通信外,PC与单片机、PC与智能仪表、PC与PLC、PC与GSM短信模块等串口通信任务的实现均采用MSComm控件。 -Serial Communication using VB developers can
OXO-CSTA-CTI
- 中小企业呼叫中心CTI技术软件任务包和相关的文档。-Small and medium-sized CTI call center software package and related tasks documents.
VisualBasicMcu
- Visual Basic实现PC机与单片机串口通信任务 包含visual basic 和51的原代码-Visual Basic to achieve single-chip computer and PC serial port communication tasks and 51 contains the visual basic source code
4017communication
- 该程序实现了对4017通讯模块的发送和接受任务-The program achieved a 4017 communication module for sending and receiving tasks
SysTick
- SysTick(系统定时器):SysTick 定时器被捆绑在 NVIC 中,用于产生 SysTick 异常(异常号 :15)。在以前, 操作系统和所有使用了时基的系统都必须有一个硬件定时器来产生需要的“滴答”中断, 作为整个系统的时基。滴答中断对操作系统尤其重要。例如,操作系统可以为多个任务分 配不同数目的时间片,确保没有一个任务能霸占系统 ;或者将每个定时器周期的某个时间 范围赐予特定的任务等,操作系统提供的各种定时功能都与这个滴答定时器有关。因此, 需要一个定时器来产生周