take your 10 bit value and divide by 4 and get an 8 bit value, you lose 2 bits of resolution. after you divide by 4 just send it out using Serout or Hserout, you can send out a 10 bit word variable as long as it is less than 256, IE it will only send out the lower 8 bits of the 10 bit variable.