How to simulate key board w/ c++ over serial comport?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mikeparlin7
    New Member
    • Feb 2007
    • 1

    How to simulate key board w/ c++ over serial comport?

    hi
    this is mike
    can some one tell me how to simulate key board w/ c++ over serial comport?
    thanks
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by mikeparlin7
    hi
    this is mike
    can some one tell me how to simulate key board w/ c++ over serial comport?
    thanks
    have a look at thread
    http://www.thescripts. com/forum/thread608179.ht ml

    Comment

    • rajesh6695
      New Member
      • Oct 2006
      • 96

      #3
      Could any one help me out to find the status of the serial port.....
      Where bioscom() function returns the status of the particular port similarily is there any way to get the status of the port by using outp() or outport() function....
      Is there any possibilities to manually set and reset the status bits of port.....

      Comment

      • horace1
        Recognized Expert Top Contributor
        • Nov 2006
        • 1510

        #4
        Originally posted by rajesh6695
        Could any one help me out to find the status of the serial port.....
        Where bioscom() function returns the status of the particular port similarily is there any way to get the status of the port by using outp() or outport() function....
        Is there any possibilities to manually set and reset the status bits of port.....
        have a look at this example using Turbo C using inportb() and outportb()
        http://tech.yostengine ering.com/servoCenterPDF/SCAP09.pdf

        also the TurboC serial functions in
        http://www.geocities.c om/horacespider/Serial_IO/TurboC_V3/

        Comment

        Working...