transceiver 433 MHz


Results 1 to 12 of 12

Threaded View

  1. #8
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,141


    Did you find this post helpful? Yes | No

    Default

    Sorry but no!

    You lack basic knowledge of the lanquage syntax.

    I am sorry to say that, but you must read the PBP manual and test the commands before doing this.

    Just to help you going, arrays are accessed by their element position, e.g. TX_Donnee = Compteur is wrong and should be TX_Donnee[Compteur] = Compteur.

    Ioannis
    Last edited by Ioannis; - 16th June 2010 at 19:54.

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