Hi all, I have a piece of code that does: port_command(Port, term_to_binary(Msg)), where msg is: {Num, Binary} This message never seems to get to my port, whereas other messages with non-binary args in the tuple do. Does anyone know why this could be? Thanks in advance, Paul.