Re: echo and tty issue

2018-11-19 Thread j...@tigger.ws
> On 19 Nov 2018, at 8:00 pm, macports-users-requ...@lists.macports.org wrote: > >> A simple Shell question: just send standard output to this TTY like >> that:echo toto > /dev/ where is the serial device used. > > And you'll need to configure the tty port for speed etc, of course, and > th

Re: echo and tty issue

2018-11-18 Thread Philip Yao
I am trying to echo like so: echo -ne “hello” > try.mydevice and I believe I have the correct baud rate settings. I can screen into my tty device just fine and everything works on a Linux computer. I found some old stackexchange post mention some problem with echo and macports, so I’m just makin

Re: echo and tty issue

2018-11-18 Thread Dave Horsfall
On Sun, 18 Nov 2018, Pierre Malard wrote: A simple Shell question: just send standard output to this TTY like that:echo toto > /dev/ where is the serial device used. And you'll need to configure the tty port for speed etc, of course, and that's where it starts to get tricky. It would be he

Re: echo and tty issue

2018-11-18 Thread Pierre Malard
A simple Shell question: just send standard output to this TTY like that: echo toto > /dev/ where is the serial device used. > Le 18 nov. 2018 à 18:49, Philip Yao a écrit : > > Hi, > > I'm experiencing an issue with echoing into a tty serial port on my mac. Does > there exist any issues relev

echo and tty issue

2018-11-18 Thread Philip Yao
Hi, I'm experiencing an issue with echoing into a tty serial port on my mac. Does there exist any issues relevant to this with MacPorts? Thanks