How to add a Carriage Return to Code128

If we look at the Code 128 encoding table

Properties barcode image

we will see that the 'CR' symbol in Code 128 A is equivalent to human readable character 'm' . So, to add a Carriage Return to Code128 A you just need to add 'm' character to the barcode data string:

Properties barcode image