Click here to Skip to main content
15,888,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A strange appearance about the NaN 1.#IND Pin
Henry Hong28-May-13 20:32
Henry Hong28-May-13 20:32 
GeneralRe: A strange appearance about the NaN 1.#IND Pin
«_Superman_»28-May-13 20:45
professional«_Superman_»28-May-13 20:45 
GeneralRe: A strange appearance about the NaN 1.#IND Pin
Henry Hong28-May-13 23:37
Henry Hong28-May-13 23:37 
GeneralRe: A strange appearance about the NaN 1.#IND Pin
Henry Hong29-May-13 16:23
Henry Hong29-May-13 16:23 
QuestionCAsyncSocket questions Pin
ForNow28-May-13 4:43
ForNow28-May-13 4:43 
AnswerRe: CAsyncSocket questions Pin
Sivaraman Dhamodharan28-May-13 20:49
Sivaraman Dhamodharan28-May-13 20:49 
GeneralRe: CAsyncSocket questions Pin
ForNow28-May-13 22:33
ForNow28-May-13 22:33 
Questionproblem with using program Creating a Serial communication on Win32 Pin
sindbad1128-May-13 2:00
sindbad1128-May-13 2:00 
i download this program from the following link

http://www.codeproject.com/Articles/3061/Creating-a-Serial-communication-on-Win32

i use this program with a balance indicator connecting to the serial port

the program working very well with a type of balance which is Toledo but when using the program with balance
indicator of IQ plus 710 of company ricelake

the read from the indicator repeated

like this

*) 13600 kg *) 13600 kg *) 13600 kg

in the configuration of the indicatore there is not a parameter value of the number of stop bits


what can be the problem ???????????


in the code of C++ i have a variable for the number of stop bits

configSerial_.ByteSize = 7;
configSerial_.StopBits = ONESTOPBIT;
configSerial_.Parity = EVENPARITY;

would you please give me the help for the true setting of paramters
AnswerRe: problem with using program Creating a Serial communication on Win32 Pin
Jochen Arndt28-May-13 2:19
professionalJochen Arndt28-May-13 2:19 
GeneralRe: problem with using program Creating a Serial communication on Win32 Pin
sindbad1128-May-13 22:07
sindbad1128-May-13 22:07 
GeneralRe: problem with using program Creating a Serial communication on Win32 Pin
Jochen Arndt28-May-13 22:52
professionalJochen Arndt28-May-13 22:52 
GeneralRe: problem with using program Creating a Serial communication on Win32 Pin
sindbad1128-May-13 23:49
sindbad1128-May-13 23:49 
GeneralRe: problem with using program Creating a Serial communication on Win32 Pin
Jochen Arndt29-May-13 0:31
professionalJochen Arndt29-May-13 0:31 
GeneralRe: problem with using program Creating a Serial communication on Win32 Pin
sindbad1112-Aug-13 1:19
sindbad1112-Aug-13 1:19 
GeneralRe: problem with using program Creating a Serial communication on Win32 Pin
Jochen Arndt16-Aug-13 2:52
professionalJochen Arndt16-Aug-13 2:52 
General: problem with using program Creating a Serial communication on Win32 Pin
sindbad116-Sep-13 23:29
sindbad116-Sep-13 23:29 
GeneralRe: : problem with using program Creating a Serial communication on Win32 Pin
Jochen Arndt6-Sep-13 23:45
professionalJochen Arndt6-Sep-13 23:45 
GeneralRe: : problem with using program Creating a Serial communication on Win32 Pin
sindbad117-Sep-13 0:08
sindbad117-Sep-13 0:08 
GeneralRe: : problem with using program Creating a Serial communication on Win32 Pin
Jochen Arndt7-Sep-13 0:28
professionalJochen Arndt7-Sep-13 0:28 
GeneralRe: : problem with using program Creating a Serial communication on Win32 Pin
sindbad117-Sep-13 0:56
sindbad117-Sep-13 0:56 
GeneralRe: : problem with using program Creating a Serial communication on Win32 Pin
Jochen Arndt7-Sep-13 2:31
professionalJochen Arndt7-Sep-13 2:31 
QuestionCoding guidelines C Pin
topcatalpha27-May-13 2:56
topcatalpha27-May-13 2:56 
QuestionRe: Coding guidelines C Pin
Maximilien27-May-13 7:08
Maximilien27-May-13 7:08 
AnswerRe: Coding guidelines C Pin
topcatalpha28-May-13 20:41
topcatalpha28-May-13 20:41 
QuestionPlaySoundA does not return within injected DLL Pin
Furblog Sidloth26-May-13 0:42
Furblog Sidloth26-May-13 0:42 

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.