Click here to Skip to main content
15,908,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Bonjour,

J'ai un projet de faire une interface pour afficher et piloter les données venues d'un automate pour un capteur parabolique sur un ordinateur sachant que la liaison entre automate et ordinateur fait via RS232.

Si vous avez un exemple ou des idées sur ce genre de projet ,aidez moi SVP

Google Translation

Hello,

I have a project to interface to display and manage data coming from a sensor controller for a dish on a computer knowing that the connection between PLC and PC is via RS232.

If you have an example or ideas on this type of project, help me please
Posted
Updated 2-Aug-11 22:32pm
v2
Comments
YvesDaoust 3-Aug-11 3:57am    
Post your question in English.
Sergey Alexandrovich Kryukov 3-Aug-11 4:01am    
This question is too big and complex to be answered in the format of CodeProject. This problem requires a whole piece of decent education; and not many people have such education. (I personally only have a part of such education, probably not quite sufficient at the moment.)

Also, you really need to write in English in this forum. This question is pretty easy to understand, but in other cases it could be tricky. You can try to use http://translate.google.com/, but also you generally may need a check up by a person who knows English.

--SA
CPallini 3-Aug-11 4:08am    
Well is charming, I have to admit, anyway I would prefer to understand it.
thatraja 3-Aug-11 4:33am    
S'il vous plaît envoyer votre question en anglais. Sinon nous donner Subtitle

Please post your question in English. Otherwise give us Subtitle
Sergey Alexandrovich Kryukov 3-Aug-11 4:41am    
No, this is not a translation from French! Original question in French was about automatic flight control -- that's why I answered that this is too difficult and requires a big piece of real education.
Translations!

Also, please do not re-post. It cannot help to get better answers.
--SA

1 solution

For communication, use the SerialPort class. For examples, just Google "RS232".

For the GUI, use Windows forms. http://www.techotopia.com/index.php/Creating_a_Simple_C_Sharp_GUI_Application_with_Visual_Studio[^]

This should get you started.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900