feat(myq_printsvc): change chip number format
Created by: Johaney-s
- format changed to return chip numbers with reversed bit ordering for each hex value in the chip number's hexstring
- e.g. "8D00" = (binary)1000 1101 0000 0000 -> (binary)0001 1011 0000 0000 = "1B00"