
-----------------------------------
apomb
Tue Jun 03, 2008 8:19 am

RS232 control
-----------------------------------
Is it possible for one to write a C program that can recieve signals back from the serial port and display the returned value?

-----------------------------------
rizzix
Tue Jun 03, 2008 8:58 am

RE:RS232 control
-----------------------------------
It most certainly is possible. However this is operating system dependent.

-----------------------------------
apomb
Tue Jun 03, 2008 9:36 am

RE:RS232 control
-----------------------------------
This will be implemented on Windows machines.  

The application involves 7 Segment displays being controlled using C. so how would you go about determining the value that is being displayed on the LEDs?

-----------------------------------
md
Tue Jun 03, 2008 9:53 pm

RE:RS232 control
-----------------------------------
highly dependent on what hardware interface you use to drive the display. 

As for how RS232 works on windows... no idea; check MSDN.
