OBD.NET
OBD.NET copied to clipboard
Parameter ComPort needed
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;
}
COM Port needs to be passed as a command line parameter