Bug or something else


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: Bug or something else

    VB6.
    Of course, I first check whether VB6 send well.
    I shorted pin's 2 and 3 on the serial port, and put a piece of code that displays data from Rx in textbox.
    I have not changed anything in the vb6 code when I moved app_name[0].
    I just changed the position of the serin2.
    Now i will mowe to top of code...

  2. #2
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: Bug or something else

    It does not matter where is the definition of variable, it is always the same.
    Now I changed the length of the array, and when I change the length of the array, the problem is moved from one array to another...
    So, this to me looks much like a bug...
    EDIT:
    Now I see that I wrote that I use 18LF2550.
    I wrote wrong, it's late so ...
    I moved from PIC18LF13K50 to 18LF14K50.
    18LF13K50 has 8K of memory, and that was a little to put an ftp and email client on it.
    So I switched to PIC18LF14K50 with a 16K memory, and I just copied and compiled code for it...
    Last edited by pedja089; - 7th February 2011 at 03:17.

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


    Did you find this post helpful? Yes | No

    Default Re: Bug or something else

    Problem solved then?
    Steve

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

  4. #4
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: Bug or something else

    It isn't...
    If I put apn_name var byte[25], that problem moves to apn_user[0]....

  5. #5
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: Bug or something else

    I tried a few things ...
    If I make array of variables with the name of AA, the problem is moved to it. And if I create a variable with a name such as VV, the problem remains the variable apn_name.
    I suppose the bug somewhere in the allocation of address variables.
    I notice that alphabetical order of names is important, when addresses are assigned to variables...

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