Click here to Skip to main content
15,911,711 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Activating Single instance Pin
PJ Arends10-Sep-05 8:48
professionalPJ Arends10-Sep-05 8:48 
GeneralRe: Activating Single instance Pin
Jörgen Sigvardsson10-Sep-05 9:33
Jörgen Sigvardsson10-Sep-05 9:33 
AnswerRe: Activating Single instance Pin
David Crow10-Sep-05 17:14
David Crow10-Sep-05 17:14 
AnswerRe: Activating Single instance Pin
PraxUnited9-Oct-09 2:26
PraxUnited9-Oct-09 2:26 
Questionjpeglib.h Pin
aasstt9-Sep-05 21:31
aasstt9-Sep-05 21:31 
AnswerRe: jpeglib.h Pin
Indivara10-Sep-05 3:55
professionalIndivara10-Sep-05 3:55 
QuestionSerial port and USB Pin
shiraztk9-Sep-05 20:52
shiraztk9-Sep-05 20:52 
AnswerRe: Serial port and USB Pin
Tim Orr9-Sep-05 21:34
Tim Orr9-Sep-05 21:34 
If using a standard USB to serial convertor your code "should" work just fine using the COMx port installed by the driver (usually COM3 or higher), however the USB serial ports so not act quite the same as UART based serial ports, in particular they tend to appear "blockier" (data arrives in distinct blocks rather than in a more continual stream).

I have found that this can interfere with the expected action, particularly the timing of serial messages.

If you want to add the USB port to the actual datalogger hardware I suggest you look at something like the CP2102 (Silicon Laboratories). This is a very small IC that can easily be added to your product and converts from serial to USB (no crystal required which keeps the cost down).
GeneralRe: Serial port and USB Pin
Bob Stanneveld10-Sep-05 2:07
Bob Stanneveld10-Sep-05 2:07 
QuestionPrint in PrintPreview problem Pin
mikobi9-Sep-05 20:26
mikobi9-Sep-05 20:26 
AnswerRe: Print in PrintPreview problem Pin
David Crow10-Sep-05 17:15
David Crow10-Sep-05 17:15 
GeneralRe: Print in PrintPreview problem Pin
mikobi11-Sep-05 19:21
mikobi11-Sep-05 19:21 
GeneralRe: Print in PrintPreview problem Pin
David Crow12-Sep-05 2:38
David Crow12-Sep-05 2:38 
QuestionCListCtrl: Change position first/last item position in Icon mode Pin
phieu9-Sep-05 18:03
phieu9-Sep-05 18:03 
AnswerRe: CListCtrl: Change position first/last item position in Icon mode Pin
Anonymous9-Sep-05 23:31
Anonymous9-Sep-05 23:31 
QuestionDeclaring Vectors Pin
Anonymous9-Sep-05 15:20
Anonymous9-Sep-05 15:20 
AnswerRe: Declaring Vectors Pin
Chris Losinger9-Sep-05 16:35
professionalChris Losinger9-Sep-05 16:35 
Answer[Message Deleted] Pin
SummoningDan9-Sep-05 16:45
SummoningDan9-Sep-05 16:45 
QuestionBitmap button dose not displayed Pin
johnnyXP9-Sep-05 11:54
johnnyXP9-Sep-05 11:54 
AnswerRe: Bitmap button dose not displayed Pin
Michael Dunn9-Sep-05 19:31
sitebuilderMichael Dunn9-Sep-05 19:31 
QuestionBitmap button messages Pin
fleetmanager9-Sep-05 10:50
fleetmanager9-Sep-05 10:50 
AnswerRe: Bitmap button messages Pin
khan++9-Sep-05 21:07
khan++9-Sep-05 21:07 
GeneralRe: Bitmap button messages Pin
fleetmanager12-Sep-05 16:24
fleetmanager12-Sep-05 16:24 
Questiontemplates and libs/dlls Pin
zildjohn019-Sep-05 10:36
zildjohn019-Sep-05 10:36 
AnswerRe: templates and libs/dlls Pin
Chris Losinger9-Sep-05 10:47
professionalChris Losinger9-Sep-05 10:47 

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.