![]() |
#2
wmf20142019-10-09 22:40
|
UDP局域网广播只有一台设备收到数据
With Winsock2(0)
.Close
.Protocol = sckUDPProtocol
.RemoteHost = "255.255.255.255"
.RemotePort = 23
.Bind 23, "192.168.0.201"
End With