Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

I need help in a client server app

$
0
0

I want to create a simple client server application whit some specifications:

- server must comunicate on serial port with another device even the client is connected or not

- server must accept only 1 client

- if client is disconnected server must comunicate on serial port with another device

- both server and client must have a graphic interface(textbox labels buttons), i preffer for beginning:  

for client: 3 buttons (connect disconnect and send) ,1 textbox(text from textbox i want to send to server) and 1 label to display mesages from server(i prefer  label not textbox)

for server: 1 button (send), 1 textbox(text from textbox i want to send to server) and 1 label to display mesages from client


tx for your time and sorry for my english


Viewing all articles
Browse latest Browse all 31927

Trending Articles