I am trying to send commands to an ESC/POS printer over bluetooth. The printer in question is an Epson TM-T88II which is not a bluetooth enabled printer but with the aid of an HC-05 bluetooth module and MAX232 chip I am able to send both text and Line Feed commands, however I am struggling to send a paper cut command which is GS,V or decimal 29,86 (Hex 1D,56). In order to Line Feed I am sending a 1byte number to the printer, the number 10 which works fine but I seem unable to format the Paper Cut?