Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Detecting Power Button pressed Pin
#realJSOP2-Oct-08 6:36
professional#realJSOP2-Oct-08 6:36 
AnswerRe: Detecting Power Button pressed Pin
Vasudevan Deepak Kumar2-Oct-08 8:02
Vasudevan Deepak Kumar2-Oct-08 8:02 
JokeRe: Detecting Power Button pressed Pin
nelsonpaixao2-Oct-08 14:08
nelsonpaixao2-Oct-08 14:08 
AnswerRe: Detecting Power Button pressed Pin
pbeeby3-Oct-08 0:56
pbeeby3-Oct-08 0:56 
QuestionInterfacing with hardware through RS232 Pin
Sandeep Ambade2-Oct-08 3:19
Sandeep Ambade2-Oct-08 3:19 
AnswerRe: Interfacing with hardware through RS232 Pin
Giorgi Dalakishvili2-Oct-08 3:42
mentorGiorgi Dalakishvili2-Oct-08 3:42 
GeneralRe: Interfacing with hardware through RS232 Pin
Sandeep Ambade2-Oct-08 22:15
Sandeep Ambade2-Oct-08 22:15 
AnswerRe: Interfacing with hardware through RS232 Pin
Spacix One2-Oct-08 8:54
Spacix One2-Oct-08 8:54 
I'm not sure what else to say, as RS232 is just a physical communication protocol, which is layer one of the OSI model. The format of the data sent and received is per device, as well as it would be you who needs to implement layer two though seven.

To help with layer two through four use a state machine in your back end wrapped around the .NET serial port class. It is good to be safe because serial communication can be prone to transmission errors that can soft lock your application.


-Spacix
All your skynet questions[^] belong to solved

GeneralRe: Interfacing with hardware through RS232 Pin
Sandeep Ambade2-Oct-08 22:16
Sandeep Ambade2-Oct-08 22:16 
QuestionWMI code creator Pin
arkiboys2-Oct-08 3:02
arkiboys2-Oct-08 3:02 
AnswerRe: WMI code creator Pin
#realJSOP2-Oct-08 11:23
professional#realJSOP2-Oct-08 11:23 
GeneralRe: WMI code creator Pin
arkiboys2-Oct-08 21:23
arkiboys2-Oct-08 21:23 
QuestionI want to Set focus of combo from Textbox Pin
Chetan Patel2-Oct-08 2:19
Chetan Patel2-Oct-08 2:19 
AnswerRe: I want to Set focus of combo from Textbox Pin
DaveyM692-Oct-08 2:25
professionalDaveyM692-Oct-08 2:25 
QuestionLoad report failed. Pin
NiloofarNoroozi2-Oct-08 2:12
NiloofarNoroozi2-Oct-08 2:12 
AnswerRe: Load report failed. Pin
John_Adams2-Oct-08 10:20
John_Adams2-Oct-08 10:20 
Questionseparate fonts based on language Pin
Jassim Rahma2-Oct-08 2:06
Jassim Rahma2-Oct-08 2:06 
QuestionDateFormat Help Pin
MumbleB2-Oct-08 2:06
MumbleB2-Oct-08 2:06 
AnswerRe: DateFormat Help Pin
J4amieC2-Oct-08 2:11
J4amieC2-Oct-08 2:11 
GeneralRe: DateFormat Help Pin
MumbleB2-Oct-08 2:21
MumbleB2-Oct-08 2:21 
GeneralRe: DateFormat Help Pin
#realJSOP2-Oct-08 2:32
professional#realJSOP2-Oct-08 2:32 
GeneralRe: DateFormat Help Pin
MumbleB2-Oct-08 2:36
MumbleB2-Oct-08 2:36 
AnswerWith Respect Pin
Ennis Ray Lynch, Jr.2-Oct-08 3:11
Ennis Ray Lynch, Jr.2-Oct-08 3:11 
QuestionCustomValidator Pin
Member 34028862-Oct-08 1:47
Member 34028862-Oct-08 1:47 
JokeRe: CustomValidator Pin
Giorgi Dalakishvili2-Oct-08 2:02
mentorGiorgi Dalakishvili2-Oct-08 2:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.