*Shouldn't SEROUT be something like PAROUT (parallel out) namely display all seven bits on seven pins at once.*
No,
GPIO = B1
will set the bits to whatever B1 is.

SERIOT is for RS232 type stuff.

Another lesson