Thread: termios.h: B0 => "Hang up"...what does this mean

  1. #1
    Registered User
    Join Date
    Feb 2010
    Posts
    50

    termios.h: B0 => "Hang up"...what does this mean

    In the termios.h file the integer constant B0 is said to mean "Hang up". What does this mean exactly? I've looked for an answer to this but can't seem to find one. Thanks!

  2. #2
    Registered User
    Join Date
    Jan 2008
    Posts
    28
    B0 sets the baud rate to '0' and should indicate a disconnection. Consider the terminal to be like a phone, when you want to disconnect from a call you 'hang up' the phone (place it on the receiver).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. HUGE fps jump
    By DavidP in forum Game Programming
    Replies: 23
    Last Post: 07-01-2004, 10:36 AM