How do i get the cursor down to the 2nd line?

i have a 2 line lcd that im using in 4 bit mode. i cant seem to diplay any data on the lower half of the screen (line 2).

i have looked all over but can only find the home command to be the closest thing.( which takes the cursor to line 1 cell 1)

i cant use any of the lcdout feature cause my pcb is wired weird. I need the actually byte command sent to the instruction registers on the LCD.


have i over looked something? because if i just keep displaying on the top line it doesnt "Wrap" the text down to line 2.

BTW, i got almost all of my project done, just wanted to say thanks for all the help so far.