Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>comon() - turn on handshaking signals dtr and rts</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     comon() - turn on handshaking signals DTR and RTS
  Usage:    comon([<port>])
  Params:   integer <port> - the port # to turn on, optional, if left
            off then port #1 is assumed
  Returns:  nothing

 ---------------------------------- Example ---------------------------------

                 * initialize modem
                 cominit(2400,"N",8,1)

                 * set DTR and RTS to on to receive data
                 comon()

                 * receive data
                 do while .T.
                      if (comcheck())
                           ?? comin()
                      endif
                 enddo


See Also: comout() comin() comcheck() comset() cominit() comoff()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson