登录
首页 » C# » 串口助手

串口助手

于 2020-12-24 发布
0 184
下载积分: 1 下载次数: 3

代码说明:

说明:  简单的串口通信助手,C#编写,开发环境VS2019(Simple serial communication assistant, C #, development environment vs2019)

文件列表:

串口助手\.vs\SerialCommunicate\v15\.suo, 44032 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3\db.lock, 0 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3\storage.ide, 4096 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3\storage.ide-shm, 32768 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3\storage.ide-wal, 638632 , 2020-12-24
串口助手\SerialCommunicate\bin\Debug\SerialCommunicate.exe, 15360 , 2020-12-24
串口助手\SerialCommunicate\bin\Debug\SerialCommunicate.pdb, 24064 , 2020-12-24
串口助手\SerialCommunicate\bin\Debug\SerialCommunicate.vshost.exe, 22472 , 2013-08-05
串口助手\SerialCommunicate\bin\Debug\SerialCommunicate.vshost.exe.manifest, 490 , 2012-06-06
串口助手\SerialCommunicate\Form1.cs, 5627 , 2013-08-05
串口助手\SerialCommunicate\Form1.Designer.cs, 13971 , 2013-08-05
串口助手\SerialCommunicate\Form1.resx, 6189 , 2013-08-05
串口助手\SerialCommunicate\obj\Debug\DesignTimeResolveAssemblyReferences.cache, 2299 , 2013-08-05
串口助手\SerialCommunicate\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 6867 , 2013-08-05
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csproj.CoreCompileInputs.cache, 42 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csproj.FileListAbsolute.txt, 3683 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csproj.GenerateResource.cache, 939 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csprojAssemblyReference.cache, 10576 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.csprojResolveAssemblyReference.cache, 3785 , 2013-08-05
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.exe, 15360 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.Form1.resources, 180 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.pdb, 24064 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\SerialCommunicate.Properties.Resources.resources, 180 , 2020-12-24
串口助手\SerialCommunicate\Program.cs, 498 , 2013-07-16
串口助手\SerialCommunicate\Properties\AssemblyInfo.cs, 1372 , 2013-07-16
串口助手\SerialCommunicate\Properties\Resources.Designer.cs, 2886 , 2013-07-16
串口助手\SerialCommunicate\Properties\Resources.resx, 5612 , 2013-07-16
串口助手\SerialCommunicate\Properties\Settings.Designer.cs, 1104 , 2013-07-16
串口助手\SerialCommunicate\Properties\Settings.settings, 249 , 2013-07-16
串口助手\SerialCommunicate\SerialCommunicate.csproj, 3747 , 2013-07-16
串口助手\SerialCommunicate.sln, 941 , 2013-07-16
串口助手\SerialCommunicate.v11.suo, 37376 , 2013-08-05
串口助手\.vs\SerialCommunicate\v15\Server\sqlite3, 0 , 2020-12-24
串口助手\.vs\SerialCommunicate\v15\Server, 0 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug\TempPE, 0 , 2013-12-26
串口助手\.vs\SerialCommunicate\v15, 0 , 2020-12-24
串口助手\SerialCommunicate\bin\Debug, 0 , 2020-12-24
串口助手\SerialCommunicate\obj\Debug, 0 , 2020-12-24
串口助手\.vs\SerialCommunicate, 0 , 2020-12-24
串口助手\SerialCommunicate\bin, 0 , 2020-12-24
串口助手\SerialCommunicate\obj, 0 , 2020-12-24
串口助手\SerialCommunicate\Properties, 0 , 2020-12-24
串口助手\.vs, 0 , 2020-12-24
串口助手\SerialCommunicate, 0 , 2020-12-24
串口助手, 0 , 2020-12-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Development_Notes
    设计功能: 1.实现通过按键中断来控制LED的循环闪烁,分为3种速度循环闪烁。 2.实现定时器的相关功能和PWM信号的生成,当按键中断到来时,实现在开发板的GPIO口改变PWM信号的占空比,以此PWM信号控制电机的运转速度。 3.实现通过虚拟串口发送当前电机信息的功能,每当按下按键后,开发板将电机的转速等级和此时控制电机的占空比通过串口发送到计算机的串口程序中。(Designing function: 1. To control the cyclic flicker of LED by interruption of keys, it can be divided into three kinds of speed cyclic flicker. 2. Realize the function of timer and the generation of PWM signal. When the key interrupt arrives, the duty cycle of PWM signal is changed at the GPIO port of the development board to control the speed of motor. 3. Realize the function of sending the current motor information through the virtual serial port. Whenever the key is pressed, the development board sends the speed level of the motor and the duty cycle of the control motor through the serial port to the serial port program of the computer.)
    2020-06-20 09:40:01下载
    积分:1
  • stm32-PWM-output-waveform-display
    stm32 ARM单片机的PWM输出,然后通过通过ADC采样,并且在2.8寸液晶触摸屏幕上显示PWM动态的电压点位和ADC值,pwm频率和占空比可以通过改变定时器值而调整(STM32 ARM microcontroller PWM output, and then passed through the ADC sampling, and dynamic voltage point of the PWM and ADC values 椠渀 the 2.8-inch LCD touch screen display, PWM frequency and duty cycle by changing the timer value adjustment)
    2013-05-01 12:30:58下载
    积分:1
  • InsideCOM
    Inside COM 电子书配套源码(Inside COM source code)
    2020-06-16 23:40:01下载
    积分:1
  • Test雷塞运动卡
    说明:  驱动控制卡前进后退,改转速和回原点方式切换,手动长按持续运动,释放停止等功能。(Drive control card forward and backward, change the speed and return to the origin mode switch, hand long press continuous movement, release stop and other functions.)
    2020-09-21 15:01:34下载
    积分:1
  • c++ 调取摄像头例子源码(服务器端+客户端)网络
    c++ 调取摄像头例子源码(服务器端+客户端)网络编程
    2015-05-05下载
    积分:1
  • CSharpremoting
    仿照飞信,网络编程。像飞信一样,自由添加客户端用户。(Modeled Fetion, network programming.)
    2014-06-16 14:25:11下载
    积分:1
  • 窗口更改控件属性
    子窗体按钮可以改变父窗体某一图片,试验成功(The child form button can change a picture of the parent form. The experiment is successful.)
    2020-06-22 06:40:01下载
    积分:1
  • SS_SYN
    时域量化码字,基于时间间隙和DSP的信道编程(time-domain code word to quantify, because of the time gap and the channel DSP programming)
    2007-05-14 17:25:02下载
    积分:1
  • decode
    实现了基本的UTF-8、GBK,GB2312的编码和解码(The basic implementation of UTF-8, GBK, GB2312 encoding and decoding)
    2013-10-28 11:52:37下载
    积分:1
  • AutoUpdate
    软件自动更新功能,实现软件有新版本提醒和文件更新,并显示更新进度条(Software automatic update feature, the realization of software with the new version to remind and update file, and update the progress bar display)
    2021-01-26 22:38:41下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载