> 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
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
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
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
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