Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter ComPort needed #10

Open
nadeem2nazar opened this issue Jul 14, 2019 · 1 comment
Open

Parameter ComPort needed #10

nadeem2nazar opened this issue Jul 14, 2019 · 1 comment

Comments

@nadeem2nazar
Copy link

when i run this program it gives message "Parameter ComPort needed". where should i pass comp port my com port is 5.

public static void Main(string[] args )
{

         if (args.Length < 1)
           {
              Console.WriteLine("Parameter ComPort needed.");
            
               return;
           }
@sukesh-ak
Copy link

COM Port needs to be passed as a command line parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants