Click here to Skip to main content
15,914,074 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Translate a program or how can i make a program Translateble Pin
Abbas_Riazi7-Mar-03 18:40
professionalAbbas_Riazi7-Mar-03 18:40 
GeneralFocus on Buttons missing using XP Pin
Sara Burns7-Mar-03 0:17
Sara Burns7-Mar-03 0:17 
GeneralRe: Focus on Buttons missing using XP Pin
Michael Dunn7-Mar-03 7:21
sitebuilderMichael Dunn7-Mar-03 7:21 
GeneralRe: Focus on Buttons missing using XP Pin
Anonymous7-Mar-03 11:50
Anonymous7-Mar-03 11:50 
QuestionIs there control or class for visual html editing? Pin
Yasen Georgiew6-Mar-03 23:15
Yasen Georgiew6-Mar-03 23:15 
AnswerRe: Is there control or class for visual html editing? Pin
Big Art7-Mar-03 7:18
Big Art7-Mar-03 7:18 
QuestionTab Control Back Color and Tab Color? Pin
anju6-Mar-03 21:49
anju6-Mar-03 21:49 
Generalcom port driver issues with different chipsets Pin
pcsiow6-Mar-03 20:08
pcsiow6-Mar-03 20:08 
I have been developing some application that requires the use of the windows com port. The windows driver seems to be behaving rather erratically when used with a non intel motherboard.

Symptoms:
Win XP/2K, intel motherboard, intel cpu
Windows serial driver works without error when receiving data from physical serial com port.

Win XP/2k, ALi/VIA motherboard with intel/AMD cpu,
Windows serial driver seems to be dropping data or had buffer overflow problems when receiving a few hundred kilobytes of data. Therefore the data i received when using the readfile(); would be invalid.

This is a very consistent problem and very repeatable.

Below is my configuration:
dcb.BaudRate= 57600;
dcb.fParity = FALSE;
dcb.Parity = FALSE;
dcb.StopBits= FALSE;
dcb.ByteSize= 8;
dcb.fOutxCtsFlow = TRUE;
dcb.fOutxDsrFlow = FALSE;
dcb.fDtrControl = DTR_CONTROL_DISABLE;
dcb.fDsrSensitivity = FALSE;
dcb.fRtsControl = TRUE;
dcb.fOutX = FALSE;
dcb.fInX = FALSE;
dcb.fBinary = TRUE;
dcb.fNull = FALSE;
dcb.fAbortOnError = FALSE;

I tried searching around for configuration advises to the windows com port for the ALI and VIA chipsets but couldn't find any writeouts on them.

Please do advise on this issue...

Best Regards
spc


GeneralQuestion about remote desktop share application development. Pin
George26-Mar-03 19:42
George26-Mar-03 19:42 
GeneralRe: Question about remote desktop share application development. Pin
benjymous7-Mar-03 0:08
benjymous7-Mar-03 0:08 
GeneralRe: Question about remote desktop share application development. Pin
George27-Mar-03 22:10
George27-Mar-03 22:10 
Generalmemory allocation Pin
Stewenson6-Mar-03 19:23
Stewenson6-Mar-03 19:23 
GeneralRe: memory allocation Pin
Chris Losinger7-Mar-03 3:44
professionalChris Losinger7-Mar-03 3:44 
GeneralHello, world! Pin
Vikram A Punathambekar6-Mar-03 18:22
Vikram A Punathambekar6-Mar-03 18:22 
GeneralRe: Hello, world! Pin
Christian Graus6-Mar-03 18:46
protectorChristian Graus6-Mar-03 18:46 
GeneralRight, Christian ! Pin
Vikram A Punathambekar7-Mar-03 0:16
Vikram A Punathambekar7-Mar-03 0:16 
GeneralRe: Right, Christian ! Pin
Christian Graus7-Mar-03 2:56
protectorChristian Graus7-Mar-03 2:56 
GeneralRe: Right, Christian ! Pin
Vikram A Punathambekar8-Mar-03 16:26
Vikram A Punathambekar8-Mar-03 16:26 
GeneralRe: Right, Christian ! Pin
Christian Graus8-Mar-03 21:16
protectorChristian Graus8-Mar-03 21:16 
GeneralRe: Hello, world! Pin
PJ Arends6-Mar-03 21:13
professionalPJ Arends6-Mar-03 21:13 
GeneralOh, man! You're right! Pin
Vikram A Punathambekar7-Mar-03 0:27
Vikram A Punathambekar7-Mar-03 0:27 
GeneralRe: Hello, world! Pin
Tim Smith7-Mar-03 2:24
Tim Smith7-Mar-03 2:24 
GeneralRe: Hello, world! Pin
Vikram A Punathambekar8-Mar-03 16:03
Vikram A Punathambekar8-Mar-03 16:03 
GeneralRe: Hello, world! Pin
Roger Allen7-Mar-03 1:57
Roger Allen7-Mar-03 1:57 
GeneralRe: Hello, world! Pin
Vikram A Punathambekar8-Mar-03 16:12
Vikram A Punathambekar8-Mar-03 16:12 

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.