Open jean182 opened 1 year ago
In my case on MacOS I don't use /dev/tty.usbmodemflip_FLIPERNAME1
I use /dev/cu.usbmodemflip_FLIPPERNAME1
.
Using this website helped me, it's way faster. https://serial.huhn.me/
Hi @jean182 . I have discovered few great tools for serial connection. GUI tool: CoolTerm, neat standalone serial console with loads of custom config https://freeware.the-meiers.org
CLI tool:
https://github.com/tio/tio
CLI console tool (afaik linux, maybe it's available for MAC too). You can enable line mode which is exactly what do you need. With this setting on it's possible to write commands in the CLI and send them by submit to the device. No more russian roulette with the blind typing.
EDIT: My config looks like this: tio /dev/flipper-address -b 115200 --input-mode line
You can naturally try to find any other tool, the key is find line mode of prompt submitting to the wifi dev board.
*Is your feature request related to a problem? Please describe. I'm having trouble connecting my ESP32 with marauder installed using my flipper UART. bridge. I followed the CLI wiki https://github.com/justcallmekoko/ESP32Marauder/wiki/cli and even though I managed to connect the marauder terminal, it is very unresponsive and this makes it very hard to use.
Describe the solution you'd like A section in the wiki on how to properly do this in a macOS device and I would love to understand why it is so slow and laggy.
Describe alternatives you've considered I don't have any personal windows device and Putty is not available in macOS.
Steps to repro
ls /dev/tty.*
screen /dev/tty.usbmodemflipFLIPPER_NAME 115200
As you can see when I'm typing slow while trying to use
list -a
the terminal sent me to the next line.