How about String Variables?


Closed Thread
Results 1 to 40 of 41

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: How about String Variables?

    Well, BANG goes my idea of making a Ethernet controlled device using PICBASIC to deliver the menus etc.

    I was an early adopter of this compiler, but to do what I need I'm moving over to Mikro C (SORRY) But it has string handling by the bucket load.

    My latest project included a 3 way Bluetooth comms using 3 HC05 modules. The only way I could get them to talk was to do an AT+RNAME? to ID each unit, thus ensuring that the master had connected to the correct two units assigned to it (in the environment where this device will work there will be 100's of similar units and at pairing the master needs to know that is has one of each TYPE connected rather than relying on an "IP" address.

  2. #2
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default Re: How about String Variables?

    Quote Originally Posted by Sean_Goddard View Post
    ...but to do what I need I'm moving over to Mikro C (SORRY) But it has string handling by the bucket load.
    This post will probaby be deleted (like skimask's entire thread) for mentioning the advantages of a superior competitive product.
    Why pay for overpriced toys when you can have
    professional grade tools for FREE!!!

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: How about String Variables?

    Skimask's post wasn't deleted?

    http://www.picbasic.co.uk/forum/showthread.php?t=19652

    I agree, MEL needs to step up.

  4. #4
    Join Date
    Jan 2007
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: How about String Variables?

    AHA!!! I have found a way to do what I need using the variable pointer and a bitwise comparison of the "paired" addresses. OK it's not very fast but as it is only needed as initial system turn on, I am good to go. I wont post the code here yet as I need to test it in a variety of scenarios (and I need permission from for the customer). Seems to work well though.

    Superior in some ways ONLY not entirely. Each language has it's benefits and uses, heck I write in C, PICBASIC and ASM, it depends on what I am trying to achieve.

Similar Threads

  1. How to convert HEX Value as formatted BIN String ?
    By Robson in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 19th August 2007, 03:16
  2. Visual Basic 6 & Access 2000
    By Demon in forum Off Topic
    Replies: 33
    Last Post: - 7th September 2006, 05:39
  3. Variables not appearing in Watch Window MPLabv7.3
    By jd76duke in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 16th June 2006, 15:36
  4. String Parsing
    By eoasap in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th February 2006, 18:20
  5. Message String Table using Readcode
    By mytekcontrols in forum Code Examples
    Replies: 2
    Last Post: - 11th July 2005, 00:17

Members who have read this thread : 1

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