List<int> asciiStringToByteArray(String text) { return text.codeUnits; // Convert string to ASCII character byte array }