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>comreset() - reset comm ports to normal after comset()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     comreset() - reset comm ports to normal after comset()
  Usage:    comreset()
  Params:   none
  Returns:  nothing

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

            * This example sets com1 to be com2, dials a number, and
            * then returns comm ports back to normal:

                 comset(1,2)

                 * comout to default now goes to com2
                 comout("ATDT 123-4567"+chr(13))

                 comreset()


See Also: comset() prnreset() iscom() isprinter()

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