联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 串口编程(74) 

[串口编程] 53159369

建立了信号从扩频,加干扰信号到解扩,求误码率的仿真模型系统, 经过小波镜像处理的与理想的状况的比较,
The simulation model system of signal from spread spectrum, adding interference signal to despreading and calculating error rate is established, and the wavelet image processing is compared with the ideal condition. (2018-08-04, matlab, 5KB, 下载2次)

http://www.pudn.com/Download/item/id/1533388779717614.html

[串口编程] iComm

利用COMM控件,自己写的串口调试助手,可以实现以ASCII码和HEX方式发送和接收数据,接收到的数据可以自动写入TXT文件,可以自动对接收到的一条完整消息末尾加换行,以方便保存和显示。
Write your own serial debugging assistant can be achieved in ASCII and HEX send and receive data, the received data can be automatically written to a TXT file, a complete end of the message can be automatically received linefeed to facilitate the preservation and display. (2016-09-21, Visual C++, 23544KB, 下载38次)

http://www.pudn.com/Download/item/id/1474445392432470.html

[串口编程] Com_Vb

接收串行数据的单片机上位机程序。使用VB编写,解析单片机发送过来的串行数据。 单片机是8052,搭载了TCS3200光学颜色采集器,将采集到的数据通过RS232发送到PC,显示RGB数值,在label控件中显示该RGB数值的颜色。 串口数据格式是RGB24位加一位识别码/
Receive serial data microcontroller PC program. Using VB to write, parse microcontroller serial data sent over. SCM is the 8052, equipped with a TCS3200 optical color picker, the collected data is sent to the PC via RS232, display RGB values ​ ​ of the RGB color value is displayed in the label control. Serial data format is RGB24 bits plus a PIN / (2016-04-11, Visual Basic, 7KB, 下载8次)

http://www.pudn.com/Download/item/id/1460351482593479.html

[串口编程] FinalTools-V1.0.6

本软件为免费,绿色软件。由南京环野电子科技开发和维护的。旨在提高工程师、现场运维朋友们的工作效率。软件版本将不断升级更新,增加更多的实用工具,目前已经集成了 串口 网口 和超级终端的功能。
this is a very useful tool for debug serial,socket and ternimal. (2016-03-31, C#, 5832KB, 下载3次)

http://www.pudn.com/Download/item/id/1459386671866855.html

[串口编程] MOLIARRAYLUNXUNREAD

该程序是有3个数组,这3个数据里面的数假设是来自3个不同的线程里的数,现在我要重新开个线程轮训读取这3个数组的数据,每个数组读取一次,并将读出的数据组合成一个一维数组,作为一条记录。自己写的,简单操作。这里的数组是手动输入的。因为实际项目中的数组是从3个串口中来数据入的3个数组。
The program is three arrays, three of which number is assumed that data three different thread number, and now I want to re-open thread rotation reads data three arrays, with each array read once and the combination of data read into a one-dimensional array, as a record. Write your own, easy to operate. Here is an array of manually entered. Since the actual project came an array of three serial data into 3 arrays. (2016-03-03, LabView, 12KB, 下载3次)

http://www.pudn.com/Download/item/id/1456967543406590.html

[串口编程] split-txt-data-and-draw-graphics

如果串口保存的数据形式为 XX XX回车 ,那么可以将这个文本中二维数组拆分成两个一维数组,并将它们分别画出图形
If the data in the form of serial saved as XX XX Enter , then this two-dimensional array can be convert into two one-dimensional arrays, and draw them in graphics (2015-06-23, LabView, 33KB, 下载2次)

http://www.pudn.com/Download/item/id/1435049070439342.html

[串口编程] 3D-display

这个软件用来显示IMU解算出的姿态。通过串口接收IMU的姿态数据,显示在上位机上,为IMU的姿态解算验证提供便利。
This software functions as a display of the attitude of a IMU. It takes the data sent by the IMU, and display the attitude of the IMU in 3D form on the PC, which easies the developement of attitude calculation. (2014-08-22, Visual C++, 6316KB, 下载124次)

http://www.pudn.com/Download/item/id/2608037.html

[串口编程] SerialPort

* Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定义消息、关闭串口和关闭线程。同时,另外加配置串口函数,查询可用端口
* Function: Serial to open, close, data transmission and automatic reception (1)] using [event-driven approach, that is, when the buffer receives the data, receive data] [automatically perform effectively conserve system resources and improve the implementation of efficiency. Principle: Create an event thread that monitors serial event and error messages. When there is an event or an error occurs, it is the main thread] [the initiative to send a Windows message. The main thread to handle events or errors have occurred in the message corresponding function. (2) the use of " asynchronous" read serial, time-consuming to read data in a separate thread. (3) programming steps: define global variables, create serial port, open the event thread, send data, custom messages, close the serial port and close the thread. Meanwhile, additionally configure the serial port function, check available ports (2014-04-25, Visual C++, 7KB, 下载7次)

http://www.pudn.com/Download/item/id/2522751.html

[串口编程] Programchuangkou

基于8051通过串口测试4*4矩阵键盘,通过键盘按键发送A-F字符到串口调试助手。本程序可通过加LCD1602接受串口发送过来的数据。
Based on 8051 through the serial port test 4* 4 matrix keyboard, the keyboard keys send characters to the serial debug AF assistant. This program can be sent by Canada LCD1602 received over the serial port data. (2010-04-14, C/C++, 1KB, 下载11次)

http://www.pudn.com/Download/item/id/1125392.html

[串口编程] VC-rs232

VC串口控制加摄像头视频适合机器人上位机,只要适当改变active控件属性,就可以适应不同串口,很适合做机器人的上位机编程入门.
VC video camera plus serial control for robot host computer, as long as appropriate to change the active control properties, you can adapt to different serial port, it is suitable for robot' s host computer programming started. (2009-09-28, Visual C++, 2288KB, 下载262次)

http://www.pudn.com/Download/item/id/924839.html

[串口编程] MFC

项目的研究内容是对硅微谐振式加速度计的数据采集电路开展研究工作。硅微谐振式加速度计敏感结构输出的是两路差分的频率信号,因此硅微谐振式加速度计数据采集电路完成的主要任务是测出两路频率信号的差值。测量要求是:实现10ms内对中心谐振频率为20kHz、标度因数为100Hz/g、量程为±50g、分辨率为1mg的硅微谐振式加速度计输出的频率信号的测量,等效测量误差为±1mg。电路的控制核心为单片机,具有串行接口以便将测量结果传送给PC机从而分析、保存测量结果。 按研究内容设计了软硬件。软件采用多周期同步法实现高精度,快速度的频率测量方案,并使用CPLD编程实现,这也是最难的地方。硬件采用现在流行的3.3V供电系统,选用EPM240T100C5N和较为实用的AVR单片机芯片Atmega64L,对应3.3V供电系统,串行接口使用MAX3232。 最后完成了PCB板的制作,经反复调试后得到了非常好的效果。采集的数据满足项目研究内容中的要求,当提高有源晶振的频率时,精度有大大提高了,此时已远远满足了项目中高精度,快速度测量的要求。另外,采用MFC编程编写了上位机的数据接收和数据处理专用软件,集数据采集,运算,作图,保存功能于一体。 此为上位机程序部分
err (2009-01-12, Visual C++, 926KB, 下载60次)

http://www.pudn.com/Download/item/id/629698.html

[串口编程] NTR2120

超低速的光纤一体发接收发送器,同于以前的光纤一体化接头都只适用于2M以上的通讯,如需将232等低速信号用光纤传输出,需要加复杂的调制解调电路,网动光电新生产的这款光纤头主要针对低速信号,可以传送DC-500KPS的信号,极大地简化了硬件设计.
Ultra-low-fat whole-speed fiber-optic transmitter receiver with fiber-optic integration in the previous joint only applies to more than 2M communications, etc. For the 232 low-speed optical fiber transmission of signals, the need to increase the complexity of the modulation and demodulation circuit, the net move Photoelectric new production of this first major response to low-speed fiber-optic signal, DC-500KPS can send the signal, greatly simplifying the hardware design. (2008-06-27, VHDL, 94KB, 下载42次)

http://www.pudn.com/Download/item/id/499232.html

[串口编程] Serial_Spy

一个俄罗斯人写的串口监视工具。不占用串口,使用过滤驱动来做。
a Russian who wrote the serial monitoring tools. Serial off, the use of filter driver to do. (2007-02-08, Visual C++, 61KB, 下载1653次)

http://www.pudn.com/Download/item/id/248679.html

[串口编程] manchester_base_on_verilog

yon用硬件描述语言写的曼彻斯特编解码,并在Xilinx CPLD上的实现,内容齐全,是学习的好资料
yon hardware description language used to write the Manchester encoding and decoding Xilinx CPLD and the realization that the complete study is a good information (2006-08-29, Windows_Unix, 10KB, 下载29次)

http://www.pudn.com/Download/item/id/211276.html
1234
总计:74