Click here to Skip to main content
16,001,020 members

Comments by Florian Braun (Top 94 by date)

Florian Braun 28-May-15 8:28am View    
+5 for the best solution so far
Florian Braun 28-May-15 5:54am View    
well maybe now its time to edit your question with details! Tell us what you did, show us your code, give us all information about the machine you try to communicate with and then we maybe can help you.
Florian Braun 28-May-15 4:12am View    
try your google... there are several tutorials out there about the usage of udp within C#. Of course you need to know the technical data of your counting machine like used ports, data protocol and so on.
Florian Braun 19-May-15 1:08am View    
What does the error report say?
Florian Braun 18-May-15 8:13am View    
as far as i can see you are using Console.ReadLine on several places. which one exactly is the one you need enter to be pressed? (for example in your method "WriteFileOutput" it's just there to wait for someone to read your output and press enter. for a server you wouldn't need that one. Or is it when some code was entered (with the barcode-reader)?