On 09/07/2015 01:06 PM, William Hermans wrote:
Sounds like you need to configure the ssh client you're using to allow ctrl + z.

On Mon, Sep 7, 2015 at 2:46 AM, <[email protected] <mailto:[email protected]>> wrote:


    Hi BBBers,

    I've just got a Skywire modem cape for the BBB. I'm trying to send
    an SMS. Everything goes well until I try to enter CTRL+Z to end
    the SMS text entry and nothing happens. (I've done this SMS send
    method from a PC before so I know the general proceedure). I've
    tried Minicom on the BBB and Picocom. I've tried it logging into
    the BBB via SSH terminal and via the Cloud9 terminal. All fail to
    send the CTRL+Z character.
    Anyone come across this before? Is there a terminal emulator mode
    to set or such like?
    I would direct connect to the BBB debug serial port to get a
    terminal but the connector is not accessible with the cape fitted
    - doh!


CTRL + Z is job suspend in bash, probably dash also. If you are connected via ssh to the BBB when you are ready to input the CTRL + Z, use CTRL + V, then CTRL + Z. This works with other CTRL sequences in bash also, ala CTRL + J.

Mike

--
For more options, visit http://beagleboard.org/discuss
--- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to