How can i make string from a list which contains c_char types.
so for example the C code:
static const char data [] = {0x45, 'b', 'a'}
you can send it on socket.
I would like to do this in python. Is it possible? that is important, 1 element 1 byte.