• 大小: 0.17M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: tcp  串口  c  UDP  d  

资源简介

实现TCP、UDP server和Client数据及文件收发 串口数据收发

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.IO.Ports;
using System.IO;
using System.Diagnostics;
using IP;


namespace BYJ
{
    public partial class Form1 : Form
    {
        Socket mysocket;
        Socket myserver;
        IPAddress ip;
        IPEndPoint point = new IPEndPoint(IPAddress.Any 0);
        Thread thReceive;
        UdpClient RecUdpClient;
        string filename;
        SerialPort myport = new SerialPort();
        string[] a = new string[5];
        int size = 1024;
        byte[] buffer = n

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        187  2018-04-24 09:17  TCP\App.config

     文件      26112  2018-04-26 10:58  TCP\bin\Debug\TCP.exe

     文件        187  2018-04-24 09:17  TCP\bin\Debug\TCP.exe.config

     文件      52736  2018-04-26 10:58  TCP\bin\Debug\TCP.pdb

     文件      24224  2018-04-26 10:44  TCP\bin\Debug\TCP.vshost.exe

     文件        187  2018-04-24 09:17  TCP\bin\Debug\TCP.vshost.exe.config

     文件        490  2016-07-16 19:44  TCP\bin\Debug\TCP.vshost.exe.manifest

     文件      33280  2018-04-27 16:45  TCP\bin\Release\TCP.exe

     文件        187  2018-04-24 09:17  TCP\bin\Release\TCP.exe.config

     文件      44544  2018-04-27 16:45  TCP\bin\Release\TCP.pdb

     文件      24224  2018-04-27 16:13  TCP\bin\Release\TCP.vshost.exe

     文件        187  2018-04-24 09:17  TCP\bin\Release\TCP.vshost.exe.config

     文件        490  2016-07-16 19:44  TCP\bin\Release\TCP.vshost.exe.manifest

     文件       5719  2018-04-26 16:13  TCP\BYJ.csproj

     文件        478  2018-04-26 11:25  TCP\BYJ.csproj.user

     文件      21184  2018-04-27 16:45  TCP\Form1.cs

     文件      12914  2018-04-27 16:45  TCP\Form1.Designer.cs

     文件      12549  2018-04-27 16:45  TCP\Form1.resx

     文件       2033  2018-04-26 10:55  TCP\Form2.cs

     文件       9128  2018-04-26 10:55  TCP\Form2.Designer.cs

     文件       5817  2018-04-25 17:16  TCP\Form2.resx

     文件       4172  2018-04-26 16:17  TCP\GetIP.cs

     文件        876  2018-04-26 10:58  TCP\obj\Debug\BYJ.csproj.FileListAbsolute.txt

     文件       1035  2018-04-26 10:56  TCP\obj\Debug\BYJ.csproj.GenerateResource.Cache

     文件       4852  2018-04-26 10:58  TCP\obj\Debug\BYJ.Form1.resources

     文件        180  2018-04-26 10:58  TCP\obj\Debug\BYJ.Form2.resources

     文件        180  2018-04-26 10:58  TCP\obj\Debug\BYJ.Properties.Resources.resources

     文件       1453  2018-04-25 09:17  TCP\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7079  2018-04-26 10:58  TCP\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1091  2018-04-26 10:44  TCP\obj\Debug\TCP.csproj.FileListAbsolute.txt

............此处省略48个文件信息

评论

共有 条评论