Hows this for a prob!!

From: Chris (chris_lock_at_kentdesigns.co.uk)
Date: 10/28/04


Date: Thu, 28 Oct 2004 09:16:09 GMT

D7 win XP prof.

Hi

I've compiled a small app containing a simple timer and serial port.
Every 70mS, the timer expires and the port outputs a couple of chars.
Only problem is that on the source machine, the interval is now 80mS.
The same app copied to a W98 and another XP prof. both work correctly at
70mS.
I presume i've corrupted an O/S file, but which one?
Before you ask - time and date work perfectly on original machine and
there are plenty of resources.

Chris



Relevant Pages

  • Re: Reading Serial Port
    ... The problem with reading stale data is that if you have filled up the buffer with old ... every packet, which will help identify the packet sequences that are being lost. ... you program your test app to put data out at a rate ... I've successed to read correctly the serial port through a new ...
    (microsoft.public.vc.mfc)
  • Re: Serial port monitoring
    ... serial port and rather not change horses in mid stride. ... I would then have a loop that checks for char in serial buffer. ... Everything is done within my app. ... monitor a serial port from another app unless you install some kind ...
    (microsoft.public.vc.mfc)
  • Re: Serial port monitoring
    ... In the background I need to act upon any data that comes in the serial port. ... I would then have a loop that checks for char in serial buffer. ... Everything is done within my app. ... monitor a serial port from another app unless you install some kind ...
    (microsoft.public.vc.mfc)
  • Re: Application xxx has encountered a serious error and must shut
    ... Chris Tacke, Embedded MVP ... that - but I guess not - if the exception is from another managed thread ... stopped my Serial port thread - last time it stopped the whole app:-O. ...
    (microsoft.public.windowsce.app.development)
  • Re: Serial port monitoring
    ... You are still thinking in terms of "check the serial buffer", and that is not what you ... All you want to do is read a character from a serial port. ... Everything is done within my app. ... monitor), but now ...
    (microsoft.public.vc.mfc)