SerialPort1.Open()
SerialPort1.Write("ABC")
SerialPort1.Close()
Open the serial port, resetting the Arduino. While it is booting up, send it some data. Then, close the port, resetting the Arduino.
So, what do you then expect to see in the Serial Monitor?