Computer Science Canada RS232 control |
Author: | apomb [ Tue Jun 03, 2008 8:19 am ] |
Post subject: | 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? |
Author: | rizzix [ Tue Jun 03, 2008 8:58 am ] |
Post subject: | RE:RS232 control |
It most certainly is possible. However this is operating system dependent. |
Author: | apomb [ Tue Jun 03, 2008 9:36 am ] |
Post subject: | 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? |
Author: | md [ Tue Jun 03, 2008 9:53 pm ] |
Post subject: | 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. |