Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hello ,
i am new in C#,i want to write program in C# about choosing the food .
the program contain three options for food,such as:
1. meat 2. rice 3. fruit
I want to connect this program to hardware like numerical device to choose the food.
such as, if I press 1 choose meat like that.
how can I begin in that program and how can i connect this program to that device .
Posted
Comments
CS2011 7-May-13 1:56am    
what kind of numerical device. do you mean something like this

https://en.wikipedia.org/wiki/File:Alphanumeric_keyboard.jpg
loai_maane 7-May-13 5:25am    
???????
loai_maane 7-May-13 1:58am    
hardware has numbers from 0-9
Sergey Alexandrovich Kryukov 7-May-13 2:00am    
Not a very masterful question, for a master degree... :-)
—SA
loai_maane 7-May-13 5:23am    
this project not for Master Degree :)

1 solution

Well, that's strongly depends on the connected device. Probably the device manufacturer provides an API and its documentation, you have to checkout it.
 
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