You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
stty -g < /dev/...
acts like the command is running, but nothing happened for long. When I use the second command to make a shell script, upon execution, it freezes my Terminal command line.stty -g...
? Are you running the command with-f
and/orsudo
? I'm very puzzled that the second command,chmod
, would hang your shell – it should succeed (or fail) immediately../stty.arduino < /dev/tty.usbmodem1d112
and see if that works? Looking this over, I see that the command to condition the line doesn't specify the line – so it's going to act on your terminal, and that's almost certainly not what you want.