基本信息
源码名称:斑马打印机实例
源码大小:23.70M
文件格式:.zip
开发语言:C#
更新时间:2022-07-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 20 元 
   源码介绍
通过PLC读取信息然后查找打印信息发送给斑马打印机打印


.
├── ZPLPrinter
│   ├── Backup
│   │   ├── ZPLPrinter
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── RawPrinterHelper.cs
│   │   │   └── ZPLPrinter.csproj
│   │   └── ZPLPrinter.sln
│   ├── UpgradeLog.htm
│   ├── ZPLPrinter
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── RawPrinterHelper.cs
│   │   ├── ZPLPrinter.csproj
│   │   ├── ZPLPrinter.csproj.user
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── HslCommunication.dll
│   │   │   │   ├── HslCommunication.xml
│   │   │   │   ├── HslControls.dll
│   │   │   │   ├── HslControls.pdb
│   │   │   │   ├── HslControls.xml
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.xml
│   │   │   │   ├── S7.Net.dll
│   │   │   │   ├── Test.xml
│   │   │   │   ├── XML
│   │   │   │   │   ├── 3.xml
│   │   │   │   │   ├── 5.xml
│   │   │   │   │   ├── b.xml
│   │   │   │   │   ├── c.xml
│   │   │   │   │   ├── d.xml
│   │   │   │   │   ├── e.xml
│   │   │   │   │   ├── 激光传感器.xml
│   │   │   │   │   └── 激光传感器1.xml
│   │   │   │   ├── ZPLPrinter.exe
│   │   │   │   ├── ZPLPrinter.pdb
│   │   │   │   └── ZPLPrinter.vshost.exe
│   │   │   └── Release
│   │   │       ├── 36baf835e96c6b1f6d650d4c89bca10.jpg
│   │   │       ├── HslCommunication.dll
│   │   │       ├── HslCommunication.xml
│   │   │       ├── HslControls.dll
│   │   │       ├── HslControls.pdb
│   │   │       ├── HslControls.xml
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       ├── Newtonsoft.Json.xml
│   │   │       ├── S7.Net.dll
│   │   │       ├── XML
│   │   │       │   ├── 3.xml
│   │   │       │   ├── 5.xml
│   │   │       │   ├── b.xml
│   │   │       │   ├── c.xml
│   │   │       │   ├── d.xml
│   │   │       │   ├── e.xml
│   │   │       │   ├── 激光传感器.xml
│   │   │       │   └── 激光传感器1.xml
│   │   │       ├── ZPLPrinter.exe
│   │   │       └── ZPLPrinter.pdb
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.ZDDownloader2.dll
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── ZPLPrinter.Form1.resources
│   │   │   │   ├── ZPLPrinter.Properties.Resources.resources
│   │   │   │   ├── ZPLPrinter.csproj.AssemblyReference.cache
│   │   │   │   ├── ZPLPrinter.csproj.CopyComplete
│   │   │   │   ├── ZPLPrinter.csproj.CoreCompileInputs.cache
│   │   │   │   ├── ZPLPrinter.csproj.FileListAbsolute.txt
│   │   │   │   ├── ZPLPrinter.csproj.GenerateResource.cache
│   │   │   │   ├── ZPLPrinter.csproj.ResolveComReference.cache
│   │   │   │   ├── ZPLPrinter.exe
│   │   │   │   ├── ZPLPrinter.pdb
│   │   │   │   └── build.force
│   │   │   ├── Release
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── ZPLPrinter.Form1.resources
│   │   │   │   ├── ZPLPrinter.Properties.Resources.resources
│   │   │   │   ├── ZPLPrinter.csproj.AssemblyReference.cache
│   │   │   │   ├── ZPLPrinter.csproj.CopyComplete
│   │   │   │   ├── ZPLPrinter.csproj.CoreCompileInputs.cache
│   │   │   │   ├── ZPLPrinter.csproj.FileListAbsolute.txt
│   │   │   │   ├── ZPLPrinter.csproj.GenerateResource.cache
│   │   │   │   ├── ZPLPrinter.exe
│   │   │   │   └── ZPLPrinter.pdb
│   │   │   └── ZPLPrinter.csproj.FileListAbsolute.txt
│   │   └── packages.config
│   ├── ZPLPrinter.sln
│   ├── ZPLPrinter.suo
│   ├── packages
│   │   ├── HslCommunication.10.2.0
│   │   │   ├── HslCommunication.10.2.0.nupkg
│   │   │   └── lib
│   │   │       ├── net20
│   │   │       │   ├── HslCommunication.dll
│   │   │       │   └── HslCommunication.xml
│   │   │       ├── net35
│   │   │       │   ├── HslCommunication.dll
│   │   │       │   └── HslCommunication.xml
│   │   │       ├── net451
│   │   │       │   ├── HslCommunication.dll
│   │   │       │   └── HslCommunication.xml
│   │   │       ├── netstandard2.0
│   │   │       │   ├── HslCommunication.dll
│   │   │       │   └── HslCommunication.xml
│   │   │       └── netstandard2.1
│   │   │           ├── HslCommunication.dll
│   │   │           └── HslCommunication.xml
│   │   ├── HslControls.2.6.0
│   │   │   ├── HslControls.2.6.0.nupkg
│   │   │   └── lib
│   │   │       ├── MonoAndroid
│   │   │       │   ├── HslControls.dll
│   │   │       │   ├── HslControls.pdb
│   │   │       │   └── HslControls.xml
│   │   │       ├── net35
│   │   │       │   ├── HslControls.dll
│   │   │       │   ├── HslControls.pdb
│   │   │       │   └── HslControls.xml
│   │   │       └── net45
│   │   │           ├── HslControls.dll
│   │   │           ├── HslControls.pdb
│   │   │           └── HslControls.xml
│   │   └── Newtonsoft.Json.12.0.3
│   │       ├── LICENSE.md
│   │       ├── Newtonsoft.Json.12.0.3.nupkg
│   │       ├── lib
│   │       │   ├── net20
│   │       │   │   ├── Newtonsoft.Json.dll
│   │       │   │   └── Newtonsoft.Json.xml
│   │       │   ├── net35
│   │       │   │   ├── Newtonsoft.Json.dll
│   │       │   │   └── Newtonsoft.Json.xml
│   │       │   ├── net40
│   │       │   │   ├── Newtonsoft.Json.dll
│   │       │   │   └── Newtonsoft.Json.xml
│   │       │   ├── net45
│   │       │   │   ├── Newtonsoft.Json.dll
│   │       │   │   └── Newtonsoft.Json.xml
│   │       │   ├── netstandard1.0
│   │       │   │   ├── Newtonsoft.Json.dll
│   │       │   │   └── Newtonsoft.Json.xml
│   │       │   ├── netstandard1.3
│   │       │   │   ├── Newtonsoft.Json.dll
│   │       │   │   └── Newtonsoft.Json.xml
│   │       │   ├── netstandard2.0
│   │       │   │   ├── Newtonsoft.Json.dll
│   │       │   │   └── Newtonsoft.Json.xml
│   │       │   ├── portable-net40 sl5 win8 wp8 wpa81
│   │       │   │   ├── Newtonsoft.Json.dll
│   │       │   │   └── Newtonsoft.Json.xml
│   │       │   └── portable-net45 win8 wp8 wpa81
│   │       │       ├── Newtonsoft.Json.dll
│   │       │       └── Newtonsoft.Json.xml
│   │       └── packageIcon.png
│   └── 无标题.ezd
└── 斑马打印机实例.zip

40 directories, 139 files