Serial coms with a pc


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959

    Default

    And the best part is ... you don't have to use Hyperterminal.

    Any terminal program that can emulate ANSI will do.

    Even a DOS window with ANSI.SYS loaded. Yuck!

    .
    DT

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898

    Default

    Deuh... but MisteEZCOM one don't do it

    Anyhow, proof it's working...

    I prefer RealTerm... but... erm, MisterEZCOM is not bad to...

    Code:
        @ ForColor yellow               ; Set foreground (text) color to yellow
        @ BackColor blue                ; Set background color to blue
    
    loop:
        @ ClearScr ; Clear Screen
        HSEROUT ["Value of I:",I,10,13]
        HSERIN [i]
        GOTO loop
        END
    Feel better now ?
    Attached Images Attached Images  
    Last edited by mister_e; - 17th June 2007 at 23:33.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959

    Default

    Feel better now ?
    Well yes, actually, I do.

    Thank you!

    .
    DT

  4. #4
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959

    Default

    P.S.

    Where do I get this MisterEZCOM?

    Must have missed that thread.
    .
    DT

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898

    Default

    It's not released yet, so you didn't missed it
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  6. #6

    Thumbs up

    Thank you all

Similar Threads

  1. PIC18F4680 to PC via MAX232 (RS232 serial) no output
    By opticsteam1 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 14th April 2008, 20:39
  2. interfacing to the pc serial port
    By kelangfei in forum General
    Replies: 4
    Last Post: - 7th October 2007, 22:35
  3. PC serial port funny
    By nicjo in forum Serial
    Replies: 13
    Last Post: - 6th February 2007, 05:34
  4. Replies: 2
    Last Post: - 28th April 2006, 12:10
  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 : 0

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