串口通信C#实现(即实现一个简易的串口助手),通过设置波特率实现波特率匹配,再选好串口,即可实现串口通信,完成汉字、字母、数字等的发送和接收!该程序利用C#语言编写,简单方便,十分实用,通过此例程可以加深对串口通信的理解!
资源文件列表
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate.sln , 941
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate.v11.suo , 39424
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate.v12.suo , 56320
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/app.config , 77
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/bin/Debug/SerialCommunicate.exe , 15360
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/bin/Debug/SerialCommunicate.exe.config , 77
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/bin/Debug/SerialCommunicate.pdb , 46592
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/bin/Debug/SerialCommunicate.vshost.exe , 22656
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/bin/Debug/SerialCommunicate.vshost.exe.config , 77
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/bin/Debug/SerialCommunicate.vshost.exe.manifest , 490
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/Form1.cs , 5731
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/Form1.Designer.cs , 14315
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/Form1.resx , 6189
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/obj/Debug/DesignTimeResolveAssemblyReferences.cache , 1567
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 6904
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/obj/Debug/SerialCommunicate.csproj.FileListAbsolute.txt , 4302
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/obj/Debug/SerialCommunicate.csproj.GenerateResource.Cache , 977
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/obj/Debug/SerialCommunicate.csprojResolveAssemblyReference.cache , 2145
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/obj/Debug/SerialCommunicate.exe , 15360
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/obj/Debug/SerialCommunicate.Form1.resources , 180
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/obj/Debug/SerialCommunicate.pdb , 46592
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/obj/Debug/SerialCommunicate.Properties.Resources.resources , 180
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/Program.cs , 498
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/Properties/AssemblyInfo.cs , 1372
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/Properties/Resources.Designer.cs , 2886
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/Properties/Resources.resx , 5612
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/Properties/Settings.Designer.cs , 1104
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/Properties/Settings.settings , 249
┤«┐┌═¿╨┼C#╩╡╧╓/SerialCommunicate/SerialCommunicate.csproj , 3782
