Register
Page 37 of 41 FirstFirst ... 2732333435363738394041 LastLast
Results 541 to 555 of 608
  1. #541
    Member

    Join Date
    Jun 2013
    Location
    brasil
    Posts
    47
    Thanks Thanks Given 
    23
    Thanks Thanks Received 
    24
    Thanked in
    10 Posts

    Default

    new version compiler does not accept const
    and still having problems creating array of bytes , mr penco please we need to create
    bytes array
    ex that it doesn't work
    declare
    a variable
    chip : Array [0..$25]of Byte;
    and it doesn't work
    declare


    Const byte: Array [00..15] of Byte =
    (
    $01, $01, $00, $01, $01, $01, $01, $00, $00, $00, $00, $01, $00, $01, $00, $00
    );
    does not work . I really need this to work in upa for my developments.
    please who else has these problems. because I want to create algorithms for med17 edc17 immo 4 . vw audi line

  2. The Following User Says Thank You to lgmchaveiro For This Useful Post:

    GMXcool (11th February, 2023)

  3. #542
    Member

    Join Date
    Jun 2013
    Location
    brasil
    Posts
    47
    Thanks Thanks Given 
    23
    Thanks Thanks Received 
    24
    Thanked in
    10 Posts

    Default

    I've been creating a version for multiple serials, where I declare several customer upa serials and also block all buttons on the script screen. so if the serial check is the same as the registered serial I release the screen so the person can use the script, otherwise the person will only see the presentation screen.

  4. The Following User Says Thank You to lgmchaveiro For This Useful Post:

    GMXcool (11th February, 2023)

  5. #543
    Newbie
    Join Date
    Feb 2010
    Posts
    18
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts

    Default

    uses
    Classes, Graphics, Controls, Forms, Dialogs, Unit2, uuprog;


    //Variant array
    const ar1 = [$01, $01, $00, $01, $01, $01, $01, $00, $00, $00, $00, $01, $00, $01, $00, $00];
    var
    i: integer;
    begin
    for i := 0 to length( ar1 )-1 do
    AddMsg( ar1[i] );
    end;

  6. The Following User Says Thank You to medved128 For This Useful Post:

    lgmchaveiro (19th November, 2024)

  7. #544
    DK Veteran
    waltermanuel's Avatar
    Join Date
    Apr 2021
    Posts
    471
    Thanks Thanks Given 
    109
    Thanks Thanks Received 
    236
    Thanked in
    183 Posts

    Default

    Friends, I have a problem downloading the uuprog-s v2.2.7.0 version, I only have available to download uuprog-s v2.2.6.7, that will be the available version, thanks

  8. #545
    DK Veteran
    Bllinda's Avatar
    Join Date
    May 2010
    Location
    Baltic
    Posts
    6,845
    Thanks Thanks Given 
    359
    Thanks Thanks Received 
    2,404
    Thanked in
    2,013 Posts

    Default

    Everything is good, it is sent and can be sent ....
    This is the current topic for me in 2022.10.
    508 9HD 1.6 HDI_SID807_BR2 ( 19 Faults )

    today
    Subaru Forester 1999 sync. A pair of H44H and F93C46 is required.

    A topic that interests me
    EDC16 CP39 need ASAP2, ols, a2l, kp map

    I can not find the description .... Lucas EPIC I. II and III

  9. The Following User Says Thank You to Bllinda For This Useful Post:

    waltermanuel (19th March, 2023)

  10. #546
    DK Veteran
    waltermanuel's Avatar
    Join Date
    Apr 2021
    Posts
    471
    Thanks Thanks Given 
    109
    Thanks Thanks Received 
    236
    Thanked in
    183 Posts

    Default

    SolSolved only internet problem I already download
    Attached Images Attached Images
    • File Type: jpg 1.jpg (127.1 KB, 143 views)
    Last edited by waltermanuel; 19th March, 2023 at 08:02 PM.

  11. #547
    Member
    Join Date
    Dec 2011
    Posts
    75
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    4
    Thanked in
    4 Posts

    Default

    hi everyone my upa has just arrived but no software and no download link has anyone got the software please

  12. #548
    Member
    Join Date
    Dec 2011
    Posts
    75
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    4
    Thanked in
    4 Posts

    Default

    fixed. whats the best place to but vlad adaptor autoelectronics website is womens clothing

  13. #549
    Member
    Join Date
    Dec 2011
    Posts
    75
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    4
    Thanked in
    4 Posts

    Default

    How do I buy your adaptor please

  14. #550
    DK Veteran
    fuzz1's Avatar
    Join Date
    Jul 2019
    Posts
    3,537
    Thanks Thanks Given 
    2,020
    Thanks Thanks Received 
    819
    Thanked in
    556 Posts

    Default

    Quote Originally Posted by menickb View Post
    fixed. whats the best place to but vlad adaptor autoelectronics website is womens clothing
    Hi
    What adapter are you looking for?

  15. #551
    Member
    Join Date
    Dec 2011
    Posts
    75
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    4
    Thanked in
    4 Posts

    Default

    Quote Originally Posted by fuzz1 View Post
    Hi
    What adapter are you looking for?
    Have one on its way vlada adaptor universal one that plugs into the top


    Sent from my iPhone using Tapatalk

  16. #552
    Member
    Join Date
    Dec 2011
    Posts
    75
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    4
    Thanked in
    4 Posts

    Default


    This one


    Sent from my iPhone using Tapatalk

  17. The Following User Says Thank You to menickb For This Useful Post:

    Willinickersen (6th May, 2023)

  18. #553
    DK Veteran
    fuzz1's Avatar
    Join Date
    Jul 2019
    Posts
    3,537
    Thanks Thanks Given 
    2,020
    Thanks Thanks Received 
    819
    Thanked in
    556 Posts

    Default

    Hi
    You don't really need this adapter to start working with UPA. Just use wires and rs232 port if the adapter is not there yet

  19. The Following User Says Thank You to fuzz1 For This Useful Post:

    maremuruk (7th May, 2023)

  20. #554
    Member
    Join Date
    Dec 2011
    Posts
    75
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    4
    Thanked in
    4 Posts

    Default

    Quote Originally Posted by fuzz1 View Post
    Hi
    You don't really need this adapter to start working with UPA. Just use wires and rs232 port if the adapter is not there yet

    Just making a lead as we speak


    Sent from my iPhone using Tapatalk

  21. #555
    Member
    Join Date
    Dec 2011
    Posts
    75
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    4
    Thanked in
    4 Posts

    Default

    I ordered this set to but not sure if I need it?


    Sent from my iPhone using Tapatalk

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.