Define display position for 1st character


Results 1 to 7 of 7

Threaded View

  1. #4
    skimask's Avatar
    skimask Guest

    Default

    Code:
       FOR memread = 1 TO 50
            pulsin PORTA.0,1,xpulse
            pulsin PORTA.1,1,ypulse
            serout PORTC.6,N2400,[2,0,11]    'code to determine stating point on display
            serout PORTC.6,N2400,["-----------------",13]
            serout PORTC.6,N2400,["X Pulse = ",DEC5 xpulse,13]
            serout PORTC.6,N2400,["Y Pulse = ",DEC5 ypulse,13,10]
            PAUSE 250
        NEXT memread       
            Goto loop	' Do it forever
    Last edited by skimask; - 27th June 2008 at 18:54.

Similar Threads

  1. Matrix Keypad routine
    By mister_e in forum Code Examples
    Replies: 134
    Last Post: - 18th September 2022, 20:30
  2. RF Modules
    By tonyfelloni in forum mel PIC BASIC Pro
    Replies: 44
    Last Post: - 26th June 2010, 17:42
  3. RS232 comm
    By longdw in forum Serial
    Replies: 9
    Last Post: - 15th September 2009, 03:13
  4. RX TX modules - intermitent communication
    By ruijc in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 11th June 2009, 00:13
  5. Need idea hove to..?
    By phoenix_1 in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 14th May 2008, 18:41

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