SERIN frustration


Results 1 to 9 of 9

Threaded View

  1. #7
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818

    Default Re: SERIN frustration

    Is this what you want?
    Code:
    mainloop:
    serin2 porta.1,84, [STR buffer\5]
    
    pause 200   
    
    serout2 PortA.0,84,[ "Received = ",STR buffer\5]
    pause 500
    
    goto mainloop
    it works using debug a little faster too
    Last edited by Archangel; - 20th November 2014 at 05:50.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

Similar Threads

  1. New user frustration (16F688 + LCD)
    By wcpesp in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 3rd February 2013, 16:52
  2. forum posting frustration
    By Heckler in forum Forum Requests
    Replies: 8
    Last Post: - 16th March 2012, 11:31
  3. how to use SERIN???
    By texas5 in forum Serial
    Replies: 4
    Last Post: - 23rd September 2008, 00:03
  4. Serin
    By Eyal in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 7th February 2007, 13:10
  5. serin
    By Sphere in forum Serial
    Replies: 2
    Last Post: - 28th August 2005, 18:43

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