Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 249567
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:26:17+00:00 2026-05-11T21:26:17+00:00

EDIT: Was a hardware problem…..getting a duplicate device or cable seemed to solve the

  • 0

EDIT: Was a hardware problem…..getting a duplicate device or cable seemed to solve the problem.

Hello, I am pulling my hair out trying to read a large quantity of data (~1MB) from a serial port in .NETCF.

I’m reading a dump of GPS data, but I am randomly receiving a TimeoutException on the call to m_serial.Read(..)

There is definitely data streaming in on the serial port — the dump takes a couple minutes. When I get the timeout, I can just plug the serial cable into a different computer and see the data streaming steadily by.

I’ve tried implementing this several different ways — SerialPort.Read, SerialPort.ReadLine, SerialPort.ReadExisting — and they all will read for a short time (random amount) and then fail with a TimeoutException.

Any help would be very much appreciated, thank you! I’m basically at a loss as how I’m getting a timeout when there is certainly data available, streaming at 38400 baud

//m_serial is a SerialPort object, ReadTimeout set to 9000

                    string eoftest = "\r\n$PSRF206";
                    byte[] bEOFTest = ASCIIEncoding.ASCII.GetBytes(eoftest);

                    int bufferSize = 1024 * 16;
                    byte[] buffer = new byte[bufferSize];
                    int testingIndex = 0;

                    while (testingIndex < bEOFTest.Length)
                    {
                        int count = m_serial.Read(buffer, 0, bufferSize);

                        if (count > 0)
                        {
                            for (int i = 0; i < count; i++)
                            {
                                if (buffer[i] == bEOFTest[testingIndex])
                                {
                                    testingIndex++;
                                    if (testingIndex >= bEOFTest.Length)
                                        break;
                                }
                                else
                                    testingIndex = 0;
                            }

                            writer.Write(buffer, 0, count);
                        }
                  }

UPDATE:

I’ve discovered that the code runs fine on a Motorola Symbol device, but not on an intermec device that I have. I’ve swapped out all the hardware to try and eliminate that as a possibility, and it still doesn’t work.

Both devices are Windows Mobile 5.0

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T21:26:18+00:00Added an answer on May 11, 2026 at 9:26 pm

    Just great….looks like it was a hardware problem….I got some other devices available now and it’s working fine…..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 194k
  • Answers 194k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Personally, I prefer the following method: // With some NSManagedObjectContext… May 12, 2026 at 6:43 pm
  • Editorial Team
    Editorial Team added an answer There does indeed seem to be some confusion about whether… May 12, 2026 at 6:43 pm
  • Editorial Team
    Editorial Team added an answer To select only users/messages, which are associated to each other,… May 12, 2026 at 6:43 pm

Related Questions

EDIT: Was a hardware problem.....getting a duplicate device or cable seemed to solve the
I recently had my first encounter with PHP (5) through a Drupal application for
I've been working on an embedded C/C++ project recently using the shell in Tornado
Is there any way to capture the MouseDown even from the .NET 2.0 TextBox
I've been reading about TDD, and would like to use it for my next

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.