Serial communication USB using C# (Visual Studio)

You could read one char and wait for another char if that first char was an 'a'.
That would be the easiest way to do what you want to do (if I understand correctly what you are wanting to do)