基本信息
源码名称:串口数据读取
源码大小:1.92M
文件格式:.zip
开发语言:C#
更新时间:2023-05-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
串口数据读取

.
├── byserial-master
│   ├── BYSerial
│   │   ├── App.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Assets
│   │   │   ├── BYSerialQRCode.png
│   │   │   ├── Language
│   │   │   │   ├── en-US.xaml
│   │   │   │   └── zh-CN.xaml
│   │   │   ├── ascii.json
│   │   │   ├── clear.png
│   │   │   ├── gs.png
│   │   │   ├── hide-left.png
│   │   │   ├── hide-right.png
│   │   │   ├── logo.ico
│   │   │   ├── logo.png
│   │   │   ├── logo64.ico
│   │   │   ├── logo64.png
│   │   │   ├── minus.png
│   │   │   ├── options.png
│   │   │   ├── pause.png
│   │   │   ├── plus.png
│   │   │   ├── refresh.png
│   │   │   ├── save.png
│   │   │   ├── start.png
│   │   │   ├── stop.png
│   │   │   ├── straw.cur
│   │   │   ├── straw.png
│   │   │   ├── weixin.png
│   │   │   ├── yinyang_32.png
│   │   │   ├── yinyang_64.ico
│   │   │   ├── yinyang_64.png
│   │   │   └── zhifubao.png
│   │   ├── BYSerial.csproj
│   │   ├── BYSerial.csproj.user
│   │   ├── Base
│   │   │   ├── DelegateCommand.cs
│   │   │   └── NotificationObject.cs
│   │   ├── Dll
│   │   │   ├── HandyControl.dll
│   │   │   ├── LiveCharts.Wpf.dll
│   │   │   └── Newtonsoft.Json.dll
│   │   ├── FodyWeavers.xml
│   │   ├── FodyWeavers.xsd
│   │   ├── GlobalPara.cs
│   │   ├── Models
│   │   │   ├── AnalogReal.cs
│   │   │   ├── AsciiJson.cs
│   │   │   ├── AsyncClient.cs
│   │   │   ├── ChartParas.cs
│   │   │   ├── CmdButtonPara.cs
│   │   │   ├── DisplayPara.cs
│   │   │   ├── FastCmdModel.cs
│   │   │   ├── FastCmdsCfg.cs
│   │   │   ├── LocSet.cs
│   │   │   ├── LogPara.cs
│   │   │   ├── MeasureData.cs
│   │   │   ├── MouseHook.cs
│   │   │   ├── PickScreenColor.cs
│   │   │   ├── ReceivePara.cs
│   │   │   ├── SendPara.cs
│   │   │   ├── SerialPortPara.cs
│   │   │   ├── TCPPara.cs
│   │   │   └── mycfg.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── MODSIM32.GID
│   │   │   ├── MODSIM32.HLP
│   │   │   ├── ModSim32.cnt
│   │   │   ├── ModSim32.exe
│   │   │   ├── ModSim32.ini
│   │   │   ├── ModSim32.tlb
│   │   │   ├── ModSimEx.frm
│   │   │   ├── ModSimEx.vbp
│   │   │   ├── ModSimEx.vbw
│   │   │   ├── Modbusl.dll
│   │   │   ├── Modsim.lpu
│   │   │   ├── modsim32.cfg
│   │   │   └── ms32comm.cfg
│   │   ├── TCPHelper
│   │   │   ├── ClientAsync.cs
│   │   │   └── ServerAsync.cs
│   │   ├── Util
│   │   │   ├── BitmapWPF.cs
│   │   │   ├── DataConvertUtility.cs
│   │   │   ├── JSONHelper.cs
│   │   │   ├── LocalizeExtension.cs
│   │   │   ├── Localizer.cs
│   │   │   ├── StringCheck.cs
│   │   │   ├── Tool.cs
│   │   │   └── Update.cs
│   │   ├── ViewModels
│   │   │   ├── AboutViewModel.cs
│   │   │   ├── AsciiCodeViewModel.cs
│   │   │   ├── ChartSetViewModel.cs
│   │   │   ├── ChartViewModel.cs
│   │   │   ├── MainWindowViewModel.cs
│   │   │   ├── OptionsViewModel.cs
│   │   │   └── ToolBoxViewModel.cs
│   │   ├── Views
│   │   │   ├── AboutWindow.xaml
│   │   │   ├── AboutWindow.xaml.cs
│   │   │   ├── AsciiCodeWindow.xaml
│   │   │   ├── AsciiCodeWindow.xaml.cs
│   │   │   ├── ChartSet.xaml
│   │   │   ├── ChartSet.xaml.cs
│   │   │   ├── ChartWindow.xaml
│   │   │   ├── ChartWindow.xaml.cs
│   │   │   ├── ColorPickerWin.xaml
│   │   │   ├── ColorPickerWin.xaml.cs
│   │   │   ├── ColorsWindow.xaml
│   │   │   ├── ColorsWindow.xaml.cs
│   │   │   ├── DonateWindow.xaml
│   │   │   ├── DonateWindow.xaml.cs
│   │   │   ├── FastCmdSet.xaml
│   │   │   ├── FastCmdSet.xaml.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── OptionsWindow.xaml
│   │   │   ├── OptionsWindow.xaml.cs
│   │   │   ├── ScreenColorPicker.xaml
│   │   │   ├── ScreenColorPicker.xaml.cs
│   │   │   ├── ScreenShot.xaml
│   │   │   ├── ScreenShot.xaml.cs
│   │   │   ├── ToolBoxWindow.xaml
│   │   │   ├── ToolBoxWindow.xaml.cs
│   │   │   ├── UpdateWindow.xaml
│   │   │   └── UpdateWindow.xaml.cs
│   │   ├── fastcmds.cfg
│   │   └── packages.config
│   ├── BYSerial.sln
│   ├── Img
│   │   ├── Analog.png
│   │   ├── ImgCov.png
│   │   ├── KafuuHiro.png
│   │   ├── Lf.png
│   │   ├── ascii.png
│   │   ├── brush.png
│   │   ├── colorpicker.png
│   │   ├── main_ch.png
│   │   ├── main_ch2.png
│   │   ├── myyangang.png
│   │   ├── opt1.png
│   │   ├── opt2.png
│   │   ├── opt3.png
│   │   ├── opt4.png
│   │   ├── opt5.png
│   │   ├── tcpclient.png
│   │   ├── tcpserver.png
│   │   ├── toolbox.png
│   │   ├── toolbox2.png
│   │   ├── y.png
│   │   ├── 顧.png
│   │   ├── 艾犇.png
│   │   ├── 张海long.png
│   │   ├── 实时曲线.png
│   │   ├── 工控工具.png
│   │   └── 曲线设置.png
│   ├── IoTClient
│   │   ├── AboutWindow.xaml
│   │   ├── AboutWindow.xaml.cs
│   │   ├── App.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Assets
│   │   │   ├── BYSerialQRCode.png
│   │   │   ├── logo.png
│   │   │   ├── logo64.ico
│   │   │   ├── logo64.png
│   │   │   ├── weixin.png
│   │   │   └── zhifubao.png
│   │   ├── Common
│   │   │   ├── ConnectionConfig.cs
│   │   │   └── StringExtension.cs
│   │   ├── Controls
│   │   │   ├── AllenBradleyControl.xaml
│   │   │   ├── AllenBradleyControl.xaml.cs
│   │   │   ├── BACnetControl.xaml
│   │   │   ├── BACnetControl.xaml.cs
│   │   │   ├── MQTTControl.xaml
│   │   │   ├── MQTTControl.xaml.cs
│   │   │   ├── MitsubishiMCControl.xaml
│   │   │   ├── MitsubishiMCControl.xaml.cs
│   │   │   ├── ModbusAsciiControl.xaml
│   │   │   ├── ModbusAsciiControl.xaml.cs
│   │   │   ├── ModbusRtuControl.xaml
│   │   │   ├── ModbusRtuControl.xaml.cs
│   │   │   ├── ModbusTcpControl.xaml
│   │   │   ├── ModbusTcpControl.xaml.cs
│   │   │   ├── OmronFinsTcpControl.xaml
│   │   │   ├── OmronFinsTcpControl.xaml.cs
│   │   │   ├── SiemensControl.xaml
│   │   │   └── SiemensControl.xaml.cs
│   │   ├── DonateWindow.xaml
│   │   ├── DonateWindow.xaml.cs
│   │   ├── FodyWeavers.xml
│   │   ├── FodyWeavers.xsd
│   │   ├── IoTClient.csproj
│   │   ├── IoTClient.csproj.user
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── Model
│   │   │   ├── BacNode.cs
│   │   │   ├── BacProperty.cs
│   │   │   ├── BacnetPropertyInfo.cs
│   │   │   └── ResultBase.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Util
│   │   │   ├── DataConvertUtility.cs
│   │   │   ├── StringCheck.cs
│   │   │   └── Tool.cs
│   │   ├── logo64.ico
│   │   └── packages.config
│   ├── LICENSE
│   ├── README.md
│   ├── UpdateTip.txt
│   └── Version.txt
└── 串口数据读取_byserial-master.zip

21 directories, 208 files