I am developing a program to communicate with an old system. I use System.IO.Ports.SerialPort for this. The problem is when I send a longer message, the message bevome corrupt. I use a line listener a
I am very new to programming, and have had no formal training in it before so please bear with me if this is a vague question.
I\'m sorry if this question has been asked before, but the idea is hard to formulate. I can understand how two computers can directly interact by listening to open ports and sending information direct
i want to develop an app to communi开发者_Python百科cate with a webserver. I have an webserver with data\'s which i want to load on iOS devices.
So I am trying to replace my global variables, and I am stuck to how to get pass this. A little example of my code:
I have error. Code: I my code I cannot use IPEndPoint, but in Console开发者_StackOverflow中文版 App I can do it. How can I reapir it, and whats the preblem?You need to include the namespace System.N
Ok, so this is really just a conceptual question I\'m having a bit of trouble with rather than a coding problem. I\'m building a simple, weekly time tracker to automate some admin in a game. So, I hav
The parent page can get the URL (and fragment) of an iframe but after the iframe updates its URL fragment the parent cannot get the updated URL with fragment.
I\'m programming a server-client application and I have a problem when transferring to the device a song as a binary byte array from the server.
I know this is a common question topic.However I haven\'t found an answer after extensive searching so I\'m asking it here.