Hi, I'm currently trying to get a single AT command into my usb-modem. I thought it would be as easy as echo "ATXXX" | ./busybox microcom /dev/ttyUSB0 But microcom tries to set some attr on stdin, so I get this error: microcom: can't tcsetattr for stdin: Invalid argument Any suggestions? Nico