convert Basic Stamp2 (BS2) => Pic


Closed Thread
Results 1 to 8 of 8
  1. #1
    bs2rdu's Avatar
    bs2rdu Guest

    Default convert Basic Stamp2 (BS2) => Pic

    Hello, sorry for my English!

    I will like to convert my programming Basic stamp 2 (BS2) into pic 16f84a (PBP compiler). Only, I use a LCD and conversion is not carried out correctly. I am not able one to convert this: OUTS = %0000000000000000 DIRS = %0000000011111111.

    Thank you

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


    Did you find this post helpful? Yes | No

    Default

    outs => PORTx=XYZ
    DIRS = > TRISx or INPUT or OUTPUT
    Steve

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

  3. #3
    bs2rdu's Avatar
    bs2rdu Guest


    Did you find this post helpful? Yes | No

    Default

    Thank you. You would have a program which is already converted so that I can see the modifications. Thank you.

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


    Did you find this post helpful? Yes | No

    Default

    NOPE, sorry. But in PBP 2.45 book, look in the section 10 ... at the end. You'll probably find all you want.
    Steve

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

  5. #5
    bs2rdu's Avatar
    bs2rdu Guest


    Did you find this post helpful? Yes | No

    Thumbs up

    Thank you.

  6. #6
    bs2rdu's Avatar
    bs2rdu Guest


    Did you find this post helpful? Yes | No

    Default

    Hello, Exceptionally, somebody could til make me programming (Pic 16f84A). LCD + Rctime Function

    Thank you.

    | LCD| Fonction|Pic 16f84A
    '==================================
    | P1 | E |RB1
    | P2 | R/W |RB2
    | P3 | RS |RB3
    | P4 | DB4 |RB4
    | P5 | DB5 |RB5
    | P6 | DB6 |RB6
    | P7 | DB7 |RB7



    RA0 RCTime Function



    + --||----|---/\/\/\--- -
    C | R Variable
    RA0


    Thank you very much.



  7. #7
    bs2rdu's Avatar
    bs2rdu Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by bs2rdu
    Hello, Exceptionally, somebody could til make me programming (Pic 16f84A). LCD + Rctime Function

    Thank you.

    | LCD| Fonction|Pic 16f84A
    '==================================
    | P1 | E |RB1
    | P2 | R/W |RB2
    | P3 | RS |RB3
    | P4 | DB4 |RB4
    | P5 | DB5 |RB5
    | P6 | DB6 |RB6
    | P7 | DB7 |RB7



    RA0 RCTime Function



    + --||----|---/\/\/\--- -
    C | R Variable
    RA0


    Thank you very much.





    Hello,

    Can you post me a small text on LCD via 16F8A


    Thank you very much.

  8. #8


    Did you find this post helpful? Yes | No

    Default

    Check the manual under LCDOUT. There is a complete picture showing the connections to an LCD display.

Similar Threads

  1. Sending Commands from Visual Basic about IR to Pic
    By tne_de in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 29th April 2009, 06:09
  2. Loop with two motor and 2 sensors
    By MrRoboto in forum mel PIC BASIC
    Replies: 4
    Last Post: - 8th December 2008, 23:40
  3. using AND as an IF statement
    By dw_pic in forum mel PIC BASIC
    Replies: 27
    Last Post: - 8th June 2006, 18:05
  4. vb6 to pic basic
    By Darrenmac in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 19th December 2005, 01:56
  5. The Ultimate PIC Basic
    By picnaut in forum PBP Wish List
    Replies: 4
    Last Post: - 9th November 2004, 22:10

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