So I need a program that I can run on embedded linux (OpenWRT 8.09), via command line, I need to be able to transmit 8N1, i need to transmit in HEX (not ascii,) and preferaby also in decimal.
As far as i can tell microcom and picocom don't transmit hex.
Edit clarification: I want to enter data into the program in Hex, and have it send the binary (8N1) repressentaion of each 2 digit hex pair.
