N nicieri Active Member Licensed User Longtime User Dec 18, 2017 #1 Please see the attached file... After working great for a few days... my app log this error... My code for send is this: Dim Packet As UDPPacket Dim bdata() As Byte bdata = data.GetBytes("ASCII") Packet.Initialize(bdata, address,port) UDPSocket.Send(Packet) Any idea?.. Thanks a lot. Attachments ErrSock.png 108.2 KB · Views: 203
Please see the attached file... After working great for a few days... my app log this error... My code for send is this: Dim Packet As UDPPacket Dim bdata() As Byte bdata = data.GetBytes("ASCII") Packet.Initialize(bdata, address,port) UDPSocket.Send(Packet) Any idea?.. Thanks a lot.
Erel B4X founder Staff member Licensed User Longtime User Dec 19, 2017 #2 1. Please use [code]code here...[/code] tags when posting code. 2. Please post the error as text (right click to copy it). Upvote 0
1. Please use [code]code here...[/code] tags when posting code. 2. Please post the error as text (right click to copy it).