About 50 results
Open links in new tab
  1. linux - How do I connect to a terminal to a serial-to-USB device on ...

    Mar 18, 2011 · After turning on the device (an embedded controller running Linux) minicom connected fine. I have to run as super user (i.e. sudo minicom) Sometimes I have to unplug and plug back in the …

  2. linux - Minicom send automate script - Stack Overflow

    Jul 7, 2014 · I'm using minicom to test my connection on serial port. sudo minicom -b 115200 -D /dev/ttyS0 in this way minicom opens its 'console-gui' and allow me to send data.

  3. c - Cannot send character with minicom - Stack Overflow

    Oct 17, 2016 · Minicom, which is console based, would solve these problems (and it does not insert empty lines...), but I still cannot send any character with it, and don't understand why! When I press a …

  4. Can't save the output of minicom into a file - Stack Overflow

    Jul 5, 2012 · When I use Minicom to capture data from a serial port, I need to save the big data into a file, named minicom.cap. However, if I press Ctrl+A and L to capture file, it failed. No file was created (

  5. bash - How to exit minicom via scripting - Stack Overflow

    Mar 7, 2019 · However this does exit minicom, just not successfully. On the other hand, the 'send "exit"' just logs out of the device, and doesnt exit minicom. How can i exit minicom and receive a 0 exit code?

  6. Extended timestamp as default in minicom - Stack Overflow

    Jan 26, 2019 · 9 I recently started using minicom and I always need to do Ctrl+A+n (x2): Timestamp every line (extended) I didn't found anything neither in the man (except for) N Toggle between three …

  7. Configure minicom to use hardware flow control - Stack Overflow

    May 24, 2013 · Here's the list of steps I followed: Configured minicom to use hardware flow control (Ctrl A-O to open minicom serial port setup menu, and F to enable hardware flow control). Using stty I …

  8. device /dev/ttyusb0 lock failed: operation not permitted

    Aug 16, 2012 · device /dev/ttyusb0 lock failed: operation not permitted I have two questions, 1) how would I go about getting out of this state, and 2) how do I exit minicom cleanly so that I can avoid this …

  9. linux + minicom + FT232RL USB-to-UART adaptor send Carriage …

    Apr 2, 2021 · I can't get linux+minicom to send a LF on RETURN or ENTER. It will send a carriage return (CR). If I connect from my computer to the device via the USB-to-UART converter and start up …

  10. Python serial communication and run minicom command?

    Jun 24, 2023 · os.system("minicom -D /dev/ttyAMC0") However, I am looking for a way to run minicom command on python (command that I labels with number above).