搜索资源列表
串口通讯源代码
- 完整的串口通讯源代码,以及步进电机的加减速控制
串口控制步进电机
- 串口控制步进电机
通过串口B给DSP发送指令
- 基于dsp2812,通过串口B给DSP发送指令,通过CAN总线通讯,来控制电机控制卡-Based on dsp2812, by sending commands to the DSP serial port B, through the CAN bus communication, to control the motor control card
Steppingmotor
- 此源码为c#编写的pc上位机程序,通过串口实现对3路步进电机的控制,可选择电机使能,正反转,转动角度,细分数等-This source code is written in c# program pc PC through the serial interface on the 3-way stepping motor control, motor option is enabled, rotating, rotation angle, and number of segments
radar_C
- 51单片机通过8253控制步进电机转动,步进电机上面有超声测距模块,该模块通过串口将距离信息传给单片机处理,从而实现了一个简单的平面雷达。同时,单片机处理步进电机的角度信息,再控制载有摄像头的舵机转到雷达扫描到物体的方位,以实现摄像头跟踪目标物体的结果。-51 stepper motor microcontroller control by 8253 rotation of stepper motor above a ultrasonic ranging module through the s
sm3
- 一种串口+按键控制步进电机的c语言程序,可以按加速,减速键控制速度,按逆时针/顺时针键控制转向,按暂停键使步进电机暂停。-A kind of serial+ key control stepper motor c language program, can be speed up, slow down keys to control speed, according to counter-clockwise/clockwise shift key control, stepping motor
prog
- 简单的PC通过串口控制单片机获得伺服电机正反转、停的上下位机控制程序-Simple access to PC through serial port servo motor control MCU rotating, the upper and lower stop position control procedures
2812dsp-Sci
- 这是一个基于DSP2812的串口通讯下位机程序,通过该程序可以实现和上位机通讯,将上位机的数据读入,设置电机的转矩和转速.挺好的一个程序,供参考.-This is a serial communication based on the DSP2812-bit machine under the procedures, the adoption of the procedures can be achieved and the host computer communications, will
MSP430
- MSP430步进电机模块,可以调节方向以及转速 包括串口控制以及键盘控制两种模式(纯原创)-MSP430 stepper motor module, you can adjust the direction and speed of the serial port control and keyboard control, including two modes (pure original)
tiltrotor
- 这是本人研究生毕业论文中的软件部分, 是用VC++编写的直线电机控制的上位机程序。主要是界面编程,然后就是通过串口来控制电机的运动,有较强的应用价值-This is my graduate thesis in the software part, is to use VC to prepare the linear motor control PC program. Mainly programming interface, and then through the serial p
RS232C_step-motor
- 本程序为MCU端程序,单片机根据串口接收到的不同字符,来实现启动/停止步进电机,改变其转向,转速等动作。-This procedure for the MCU-side procedures, single-chip serial port to receive in accordance with the different characters to achieve the start/stop stepping motor, to change its steering, speed an
if
- 串口通信的主要任务是采集遥测数据。从图1 可以看出, 转台上有3 路数据要通过串口进行通信, 分别是GPS、陀螺和飞轮电机。-Serial Communication s main task is collecting telemetry data. As can be seen from Figure 1, 3-way switch to the platform through the serial data communication, namely GPS, gyro and motor
bujingdianji
- 1. 熟悉AVR-atmega128单片机串口通信功能; 2. 掌握步进电机控制方法。 3. 初步掌握GCC的一般编程技巧。 4. 掌握AVR单片机中断、时钟的设置方法 -1. Familiar with the AVR-atmega128 single-chip serial communication function 2. Master stepper motor control methods. 3. Preliminary master GCC general pro
rrrr
- 旋转云台 搭载物体旋转 正常运转有效载重>5kg 云台直径50cm 电机最小角度精度<2° 拍摄360°时间<1分钟 被拍摄物体在拍摄前后不应发生位移 供电电源交流220V 步进电机 带动云台按规定角度旋转 单片机控制电路 使用计算机信号控制电机旋转,返回运行状态由电脑显示,使用串口或USB,提供PC端控件供VC或VB调用,以便程序控制 外壳 容纳控制板和电机,包含幕布和摄像头支架 结实耐用,整机重量小于5kg 摄像头支架可固定摄像头或数
vbserial
- vb串口通信下开发的步进电机控制程序 -vb serial communication control stepper motor
Visualtrackerautomatically
- 本文研究的是设计一个控制系统,用固定在云台上的摄像头来跟踪运动目标。具体包括硬件设计和软件编程。利用计算机、摄像机、图像采集卡、步进电机驱动器和步进电机等硬件设备设计一套视觉自动跟踪系统,利用VC++实现上位机串口通信程序;利用KeilC51实现下位机的控制功能-This paper is to design a control system, using a fixed camera in the head Yuntai tracking moving targets. Including h
uart
- AVR单片机串口接受程序,产生4路PWM波来控制电机。同时用了六个外部中断来实现不同的功能。-AVR single-chip serial port to accept the procedure, resulting in 4-channel PWM wave to control motor. At the same time, the six external interrupt used to achieve different functions.
RS232串口连接
- 上位机(PC机或具有串口的其他控制设备)通过RS232串口连接到本控制板后,向控制板发送一串ASCII代码指令既可控制步进电机的转向、转速、步进量,完全不需了解步进电机及驱动器的工作原理。例如:串口发送"S100",则步进电机将顺时针以每分钟100转的速度旋转,串口发送"N300",则步进电机将逆时针以每分钟300转的速度旋转;串口发送"S100J",则步进电机将顺时针步进100个步距角,串口发送"N1000J",则
C#直流电机pid调速
- 用C#编写的串口调试软件,下位机在STM32上测试通过,下位机发送数据的格式如printf("%s%f%s%f%s",":"x1":"x2":")单片机串口发送数据(Written in C# serial debugging software, the lower computer on the STM32 test passed, the lower machine to send data format, su
反转电机程序
- 可以实现单片机的串口通讯功能。。。。。。。。。。(The serial communication function of single chip computer can be realized)