Arduino Rocket launcher code issues after updating the code with updated refs.

Hi,

Rocket_Launcher_updated_2 2:29 : error expected ';' before 'mySerialPort'
MySerialPort.write(0x10); // turn on the colon ":"

Read it.

EXPECTED ";" BEFORE 'mySerialPort'

The next line then tells you BEFORE which line,

So BEFORE

this line in your code

MySerialPort.write(0x10);     // turn on the colon  ":"

is your error.

The statement BEFORE is,

mySerialPort.print("w")      //

Now what did the error message say was missing?

Tom..... :o :o :o :o :o :o :o
[sarcasm] HINT: ";" [/sarcasm]

1 Like