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

  • SEARCH
  • Home
  • 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 8969393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:35:05+00:00 2026-06-15T17:35:05+00:00

I was just browsing msdn and found this page . I did never see

  • 0

I was just browsing msdn and found this page. I did never see the functions SerialPort.Flush() or SerialPort.Finalize() before. So I tried to use those functions, but I’m getting an error.

I added the System.IO.Ports namespace, but I get the following error on the Finalize() function:

Cannot access protected member 'object.~Object()' via a qualifier of type 'System.IO.Ports.SerialPort'; the qualifier must be of type 'STP_Design.SerialCom' (or derived from it)

and i get the following error on the Flush() function:

'System.IO.Ports.SerialPort' does not contain a definition for 'Flush' and no extension method 'Flush' accepting a first argument of type 'System.IO.Ports.SerialPort' could be found (are you missing a using directive or an assembly reference?)

I guess I’m accessing the finalizing function with a wrong approach (and I must not access it at all probably) but I’m really wondering what about the Flush() function.

I used something like this:

    private void test()
    {
        SerialPort s1 = new SerialPort();
        s1.PortName = "COM1";
        s1.Open();
        thread.Sleep(200);
        s1.WriteLine("test");
        s1.Flush();
        s1.Close();
        thread.Sleep(200);
        s1.Finalize();
    }

Any insights here?

EDIT: Got the same problem with the SerialPort.Dispose(boolean) function The optional boolean value is not accesseble too…

  • 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-06-15T17:35:05+00:00Added an answer on June 15, 2026 at 5:35 pm

    http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx : no Flush. You are looking at the .Net Micro Framework, which apparently does have a Flush

    Finalizers are called by GC at the end of garbage collection. They aren’t externally accessible by user code, nor should they be explicitly called.

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

Sidebar

Related Questions

Just see this: SELECT clientid,clientname,startdate,enddate,age FROM clients WHERE clientid IN (1,2,3,4,5) AND CASE WHEN
Browsing through the channel 9 msdn videos I found the following unanswered comment and
I was just browsing through the draft of the C++11 standard and found the
I was just browsing the perldocs when I came across this in an example
I was just browsing some questions when I stumbled upon this one . I
I've just been browsing a file in reflector and seen this in a struct
Just browsing the API and I'm a bit unclear on this. I'll need to
I was just browsing and came across this question: Action vs delegate event The
I was just browsing Sizzle's source code and I came across this line of
I was browsing through a webpage which had some c FAQ's, I found this

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.