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 6025109
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:15:14+00:00 2026-05-23T04:15:14+00:00

I have two related qestions on the code included below 1) I am trying

  • 0

I have two related qestions on the code included below

1) I am trying to read from a serial port that is part of a Visual C++ Form. I want to create a thread in the InitializeComponent function but I get this error on the form page when I include the call to start the thread:

“Warning 1 Could not find type ‘Thread’. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.”

2) The thread will run in the static function Read. Read needs to resolve the serial port that is in the main form (serial port is named arduino),
but it apparently can’t resolve them: “left of .ReadLine’ must have class/struct/union”

Suggestions?

    using namespace System::IO::Ports;
    using namespace System::Threading;
public ref class Form1 : public System::Windows::Forms::Form
{

public:
    Form1(void)
    {
        InitializeComponent();
        //
        //TODO: Add the constructor code here
        //
    }
private: void static Read(void)
    {
       while (1)
       {
          try
          {
              String^ message = arduino.ReadLine();
           //  this->ArduinoOutputTextBox->Text = message;
          }
          catch (TimeoutException ^) { }
        }

    } 
protected:
    /// <summary>
    /// Clean up any resources being used.
    /// </summary>
    ~Form1()
    {
        if (components)
        {
            delete components;
        }
    }
private: System::Windows::Forms::Button^  USB_button;
private: System::IO::Ports::SerialPort^  arduino;
private: System::Windows::Forms::TextBox^  ArduinoOutputTextBox;
private: System::ComponentModel::IContainer^  components;

protected: 

private:
    /// <summary>
    /// Required designer variable.
    /// </summary>


     #pragma region Windows Form Designer generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    void InitializeComponent(void)
    {
        Thread^ readThread = gcnew Thread(gcnew ThreadStart(Read));
        this->components = (gcnew System::ComponentModel::Container());
        this->USB_button = (gcnew System::Windows::Forms::Button());
        this->arduino = (gcnew System::IO::Ports::SerialPort(this->components));
        this->ArduinoOutputTextBox = (gcnew System::Windows::Forms::TextBox());
        this->SuspendLayout();
  • 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-23T04:15:15+00:00Added an answer on May 23, 2026 at 4:15 am

    arduino is a reference to an object, not an actual object.

    You ned to write arduino->readLine().

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

Sidebar

Related Questions

I have two basic interface-related concepts that I need to have a better understanding
I have two models, a MainModel and a related InlineModel that i'd like to
Below, I have written simple code that re-creates problems that have emerged as my
I have two questions related to the performance of Dozer using its Java API:
I have two related tables in my database: Page and Tag. One Page can
I have two related ComboBoxes ( continents, and countries ). When the continents ComboBox
I have two related POCOs public class Parent { public Guid Id {get; set;}
I have two cmake-related problems: first, I can't make it to find the includes
I have two tables related: DataEntered and Model DataEntered -currentModel Model One DataEntered can
I have two models related one-to-many: a Post and a Comment : class Post(models.Model):

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.