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

C / C++ / MFC

 
GeneralRe: Typedef nightmare! Pin
Lea Hayes22-Jan-08 3:02
Lea Hayes22-Jan-08 3:02 
QuestionRe: Typedef nightmare! Pin
CPallini22-Jan-08 3:21
mveCPallini22-Jan-08 3:21 
GeneralRe: Typedef nightmare! Pin
Lea Hayes22-Jan-08 3:28
Lea Hayes22-Jan-08 3:28 
GeneralRe: Typedef nightmare! Pin
Luc Pattyn22-Jan-08 2:12
sitebuilderLuc Pattyn22-Jan-08 2:12 
GeneralRe: Typedef nightmare! Pin
Lea Hayes22-Jan-08 2:17
Lea Hayes22-Jan-08 2:17 
GeneralRe: Typedef nightmare! Pin
CPallini22-Jan-08 2:18
mveCPallini22-Jan-08 2:18 
GeneralRead Data from Serial Port Pin
Susanmat22-Jan-08 1:28
Susanmat22-Jan-08 1:28 
GeneralRe: Read Data from Serial Port Pin
Cedric Moonen22-Jan-08 1:32
Cedric Moonen22-Jan-08 1:32 
Forget about the "real-time" aspect of it. Windows is not a real-time operating system so you'll never be able to read data every 12 msec precisely. And you don't need to. The only thing you need to do is read data when data is available. So, what you could do is read data and if you read only 8 bytes, then continue reading until you received 12 bytes.
Once this is donc, you process your data and read the next data.

Cédric Moonen
Software developer

Charting control [v1.2]

JokeRe: Read Data from Serial Port Pin
CPallini22-Jan-08 1:57
mveCPallini22-Jan-08 1:57 
GeneralRe: Read Data from Serial Port Pin
Cedric Moonen22-Jan-08 3:12
Cedric Moonen22-Jan-08 3:12 
JokeRe: Read Data from Serial Port Pin
CPallini22-Jan-08 3:21
mveCPallini22-Jan-08 3:21 
GeneralRe: Read Data from Serial Port Pin
Cedric Moonen22-Jan-08 3:51
Cedric Moonen22-Jan-08 3:51 
GeneralRe: Read Data from Serial Port Pin
Susanmat22-Jan-08 18:30
Susanmat22-Jan-08 18:30 
GeneralRe: Read Data from Serial Port Pin
Cedric Moonen22-Jan-08 20:25
Cedric Moonen22-Jan-08 20:25 
GeneralTry-catch works with structured exception Pin
George_George22-Jan-08 0:11
George_George22-Jan-08 0:11 
GeneralRe: Try-catch works with structured exception Pin
CPallini22-Jan-08 2:17
mveCPallini22-Jan-08 2:17 
GeneralRe: Try-catch works with structured exception Pin
Stephen Hewitt22-Jan-08 12:47
Stephen Hewitt22-Jan-08 12:47 
GeneralRe: Try-catch works with structured exception Pin
George_George22-Jan-08 14:19
George_George22-Jan-08 14:19 
GeneralRe: Try-catch works with structured exception Pin
Stephen Hewitt22-Jan-08 12:42
Stephen Hewitt22-Jan-08 12:42 
GeneralRe: Try-catch works with structured exception Pin
George_George22-Jan-08 14:20
George_George22-Jan-08 14:20 
GeneralRe: Try-catch works with structured exception Pin
Stephen Hewitt22-Jan-08 16:36
Stephen Hewitt22-Jan-08 16:36 
GeneralRe: Try-catch works with structured exception Pin
George_George22-Jan-08 18:05
George_George22-Jan-08 18:05 
GeneralRe: Try-catch works with structured exception Pin
Stephen Hewitt22-Jan-08 18:21
Stephen Hewitt22-Jan-08 18:21 
GeneralRe: Try-catch works with structured exception Pin
George_George22-Jan-08 23:13
George_George22-Jan-08 23:13 
GeneralRe: Try-catch works with structured exception Pin
George_George23-Jan-08 0:48
George_George23-Jan-08 0:48 

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.