资源列表
commwifi.rar
- 串口wifi uart wifi demo,uart wifi demo
TestSerial
- 封装了一个串口类,用于调试AT指令。在WinCE6.0设备上,用的联芯科技的MODEM,调试了大部分AT指令,都没有问题!-Class encapsulates a serial port for debug AT command. In WinCE6.0 device, the core technology used in conjunction MODEM, debugging most of the AT commands are no problem!
comdebugex090809
- 一个功能强大的串口调试工具,很有参考价值,非常适合初学者-A powerful debug tool for serial port, a good reference value, is ideal for beginners
tca
- 采用c++语言编写,可以实现拓普康全站仪的自动观测。自动搜索目标,并进行观测,将观测结果返回到屏幕上。-Using c++ language, can achieve the automatic Topcon Total Station observations. Automatic search goals, and carry out observation, will observe the results returned to the screen.
7SegUPDATEXP
- users 232 to ctrl display 7seg
OAD_DEMO2
- oad 的pc端程序,可以把bin文件 打开发送到 主节点 然后 主节点更新其他节点-oad the pc side program that can open the bin file to send to the master node and then update the other nodes in the master node
datasend
- 用VC写的一个用于串口网络文件传输的工具,可以体验文件传输的2个例子-VC was used for the serial port of a network file transfer tool, you can experience the two examples of file transfer
UART
- Verilog语言实现的串口程序,能够烧到开发板上,并与PC连接,通过串口调试助手能够在PC上看到效果。亲测可用-Verilog language serial program that can burn the development board and connected to the PC, to see the effect on the PC via the serial port debugging assistant. Pro-test available
串口通讯光盘
- 这是《Visual C++串口通讯技术与工程实践》这本书的配套光盘,包括了书中所以例子的原代码-This is the "Visual C serial communications technology and engineering practice," This book matching discs, Therefore, the book includes examples of the original code
ModBusTest
- 用Visual C++编写的ModBus协议,并用串口收发-Written with Visual C++ ModBus protocol, and with serial transceiver
CommWizard
- 这是一个用mfc写的串口调试助手,在一般的串口功能上添加了一些新的交互功能。-This is a com assistant written by C ++。
temperature--display
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据