Control a Linux PC?


Closed Thread
Results 1 to 3 of 3
  1. #1

    Default Control a Linux PC?

    I've been playing with Ubuntu for the first time past few days -- a real blast.

    It occured to me this morning that it would seem quite possible to actually control a Linux PC with the incredible variety of terminal commands it has available?

    You can actually control the processes of applications it looks like -- not just "run" them.

    Am I thinking right here?

    If you can have the Linux terminal program always open in the background, then you could somehow interface your commands (rs232?) to the PC you like and presto?

    Possible?

  2. #2
    Join Date
    Jul 2006
    Posts
    36


    Did you find this post helpful? Yes | No

    Default

    I see no reason why this couldn't be done. I would guess someone has already done it. Just plain serial communication really. Your PIC is just a screenless terminal.

    In fact, if you have the getty activated on the PC serial port (login prompt,) you could conceivably have the PIC enter in the username and password for the console automatically and do things entirely in the background. You just need to conform to the telnet protocol and either turn echos off or understand everything that will come from the PC serial port. (Like send a <CR> and expect to see " Login: " )

    It could also be done in Windows or MacOSX. With additional free add-ons, you can make windows commands to do just about anything Linux can do. Like:
    Find running processes and kill them.
    Start new processes,
    etc, etc.

    Good luck,

    Chris

  3. #3
    Join Date
    Jul 2006
    Posts
    36


    Did you find this post helpful? Yes | No

    Default

    The post took out the "Carriage Return" after "a"...

    sorry

Similar Threads

  1. RS232 into 2 PC ports
    By manxman in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 30th August 2008, 13:33
  2. Sending menu to PC from PIC16F876A
    By joseph Degorio in forum Serial
    Replies: 2
    Last Post: - 12th November 2007, 07:03
  3. No one-way approach to learning ir remote control frequencies
    By selbstdual in forum mel PIC BASIC Pro
    Replies: 41
    Last Post: - 22nd June 2007, 13:26
  4. Control RC servo via Parallax Servo Control
    By cibotsan in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 17th September 2005, 08:18
  5. Interrupt and Serial communication to PC.
    By obaskirt in forum mel PIC BASIC
    Replies: 2
    Last Post: - 17th June 2005, 20:01

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts