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