Skip to main content
added 42 characters in body
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 264

Solved with Solved withxuancong84's answer on a similar question:
setsid sh -c 'exec sh </dev/ttyAMA0 >/dev/ttyAMA0 2>&1'

Solved with:
setsid sh -c 'exec sh </dev/ttyAMA0 >/dev/ttyAMA0 2>&1'

Solved with xuancong84's answer on a similar question:
setsid sh -c 'exec sh </dev/ttyAMA0 >/dev/ttyAMA0 2>&1'

Source Link
beyondtime
  • 121
  • 1
  • 10

Solved with:
setsid sh -c 'exec sh </dev/ttyAMA0 >/dev/ttyAMA0 2>&1'