Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: orwell101; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    7,972

    Re: Serin,Serout Problem

    Hello!
    I think i must send the CHR$ code of a.
    How can i do this?
  2. Replies
    15
    Views
    7,972

    Re: Serin,Serout Problem

    Hello!
    I have tried this.
    INCLUDE "modedefs.bas"
    B0 var byte
    define OSC 4
    DEFINE CHAR_PACING 1000
    A var byte
    SI var PORTB.7
    start:
    SERIN si,N2400,B0
  3. Replies
    15
    Views
    7,972

    Re: Serin,Serout Problem

    Hello!
    I have used DEFINE OSC 4
    and N9600.
    I think the Problem is my COM Settings.
    What shoul i use there?
  4. Replies
    15
    Views
    7,972

    Serin,Serout Problem

    Hello!

    I am a Newbie on programming Micros.
    I have a PIC 16F84 an wrote a littele Program.
    This is my Programm:
    INCLUDE "modedefs.bas"
    B0 var byte
    a var byte
    SI var PORTB.7
    start:
Results 1 to 4 of 4