Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to design multiple inheritance classes? Pin
nm_11429-Jul-05 11:24
nm_11429-Jul-05 11:24 
GeneralRe: how to design multiple inheritance classes? Pin
Christian Graus31-Jul-05 13:23
protectorChristian Graus31-Jul-05 13:23 
GeneralRe: how to design multiple inheritance classes? Pin
nm_11431-Jul-05 19:42
nm_11431-Jul-05 19:42 
GeneralRe: how to design multiple inheritance classes? Pin
Christian Graus31-Jul-05 19:45
protectorChristian Graus31-Jul-05 19:45 
GeneralRe: how to design multiple inheritance classes? Pin
sunit527-Jul-05 19:53
sunit527-Jul-05 19:53 
AnswerRe: how to design multiple inheritance classes? Pin
Tim Smith27-Jul-05 17:07
Tim Smith27-Jul-05 17:07 
Generalquestion about tab control Pin
firebolt7727-Jul-05 16:33
firebolt7727-Jul-05 16:33 
GeneralRe: question about tab control Pin
Christian Graus27-Jul-05 16:50
protectorChristian Graus27-Jul-05 16:50 
GeneralRe: question about tab control Pin
firebolt7727-Jul-05 17:00
firebolt7727-Jul-05 17:00 
GeneralRe: question about tab control Pin
Christian Graus27-Jul-05 17:04
protectorChristian Graus27-Jul-05 17:04 
GeneralRe: question about tab control Pin
firebolt7727-Jul-05 17:15
firebolt7727-Jul-05 17:15 
GeneralRe: question about tab control Pin
Christian Graus27-Jul-05 17:24
protectorChristian Graus27-Jul-05 17:24 
GeneralSearching for help on-line Pin
onlysaint27-Jul-05 15:14
onlysaint27-Jul-05 15:14 
GeneralRe: Searching for help on-line Pin
koothkeeper27-Jul-05 16:10
professionalkoothkeeper27-Jul-05 16:10 
GeneralJOB_INFO_2 Time member not set Pin
koothkeeper27-Jul-05 14:15
professionalkoothkeeper27-Jul-05 14:15 
GeneralRe: JOB_INFO_2 Time member not set Pin
Graham Bradshaw27-Jul-05 15:04
Graham Bradshaw27-Jul-05 15:04 
GeneralRe: JOB_INFO_2 Time member not set Pin
koothkeeper27-Jul-05 16:03
professionalkoothkeeper27-Jul-05 16:03 
GeneralRe: JOB_INFO_2 Time member not set Pin
Graham Bradshaw27-Jul-05 22:14
Graham Bradshaw27-Jul-05 22:14 
GeneralRe: JOB_INFO_2 Time member not set Pin
Blake Miller28-Jul-05 5:23
Blake Miller28-Jul-05 5:23 
GeneralRe: JOB_INFO_2 Time member not set Pin
David Crow28-Jul-05 5:47
David Crow28-Jul-05 5:47 
GeneralRe: JOB_INFO_2 Time member not set Pin
koothkeeper3-Aug-05 5:52
professionalkoothkeeper3-Aug-05 5:52 
Generalwindowsmessage Pin
_tasleem27-Jul-05 13:06
_tasleem27-Jul-05 13:06 
GeneralRe: windowsmessage Pin
John R. Shaw28-Jul-05 5:59
John R. Shaw28-Jul-05 5:59 
Generalextract byte code from string for COM1 Pin
quarry_0627-Jul-05 12:37
quarry_0627-Jul-05 12:37 
GeneralRe: extract byte code from string for COM1 Pin
John R. Shaw28-Jul-05 6:15
John R. Shaw28-Jul-05 6:15 
Use CreateFile(...) to open the comport and then use WriteFile(...) to send the string/data. How many bytes you can write to the output buffer, depends on the com-diver and the size of the output buffer. In general, you do not need to worry about the size of the output buffer, but you do need to check the number of bytes sent value returned by WriteFile(...) so you know how many are left to be sent.

How about trying: http://www.codeproject.com/system/serial.asp[^]


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen

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.