2083 ist da

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    Aufgrund technischer Veränderungen ist der Mailverkehr innerhalb des Forums (Private Nachrichten) nur noch eingeschränkt möglich. Die Einschränkung ist notwendig, um zusätzliche Betriebskosten für das Forum zu vermeiden. Näheres zu den Hintergründen im Thread "Aktuelles zum Forum".Wir bitten um Verständnis.

    Hinweis kann nach Kenntnisnahme deaktiviert werden!

    • Ahh, danke für die Info, gleich mal geholt ;)


      2083.003 special build
      - corrected xmega dat file options for COM ports (C3/D3)
      - added shortcut CTRL+ALT+P for proper indent
      - fixed Xmega-E series config XPIN for slewrate which works on the entire port and uses PORTCFG_SRLCTRL register
      - config printbin has only one option but NORMAL was added since that is the default: CONFIG PRINTBIN=EXTENDED|NORMAL
      - x.m = y.m or z.m resulted in a storebit error when bytes were used
      - crc16uni can handle words now
      - local did not support new dim syntax : Local Start_idx , Temp_idx , Temp_step As Byte
      - config rc5 background mode has an additional option to manual specify the prescaler value. by default it is calculated.


      2083.001
      - new option SAFE for variables. Dim b as bit SAFE , see help.
      - added BOOTONLY option to $LOADER directive. $loader bootaddress[,BOOTONLY] this will write just the boot loader code to the BIN file. The HEX remains as is.
      - you can select the Options_Select_Settings_File now. This setting is stored in the registry.
      - project files are stored with absolute files names inside the prj file. An absolute file name is relative to the location.
      - simulator bug fixed where SI file simulation data was not processed properly.
      - MemFill added.
      - using instr() with {xxx} for the search string does not work : pos=instr(someAString,"{065}")
      - using compare_a/compare_b=clear for timer0 results in SET instead of CLEAR. you can use COMPARE_A_PWM=CLEAR_UP instead.
      - bascomp command line utility updated to support new file structure
      - multiple instances bug fixed.
      - mcs.lbx was not in sync with mcs.lib.
      - when using channel specifier without # you will get an error
      - stk500v2 based programmers like mkII and stk500v2 could give a program error when your code contains empty blocks And the processor has multiple 64KB segments. applies to normal mega only.
      - crc8 overloaded version added for big strings.
      - 2082 broke the default printing function
      - added DES asm instruction.
      - added DesEncrypt and DesDecrypt which are also supported by the simulator
      - inputbin accepts an optional variable for the number of bytes to receive. delimited by a ;
      - simulator update.
      - simulator double click cycles, will reset cycles
      - simulator allows to load a custom serial data file from file
      - Xtiny support, requires a commercial add on
      - CTS/RTS bug fixed : only part of the buffer was used
      - added PA version of dat files M88PAdef,M644PAdef,M48PAdef,M168PA. These are almost the same as the P versions. They are binary compatible and have the same ID
      - searching in files would not search in the specified folder when the folder name contained a space. Instead the root folder was used.
      - $programmer option did not support conditional compilation. It was global. Now supports #IF/#ENDIF. but only when 'Use new method' is used in environment IDE options.
      - CLEAR serialinx buffer did not clear the RTS pin when cts/rts was used for xmega uarts 4-7.
      - xmega high baud calculation > 2MB and higher did not support double rate flag resulting in a wrong baud rate
      - for next using a step for bytes could fail when the byte boundary was crossed.
      - xmega num2str code rewritten and xmega routine rewritten that used _XmegaFix_Rol_R1014 and _XMEGAFIX_CLEAR. These routines are not used anymore!
      - using a string function with select case, could result in improper branching, depending on the user function.
      select case mid(someString,start,len) for example.


      - bascom-AVR and the SETUP are now code signed.
    • Naja, das die neuen XTinys extra kosten finde ich wirklich fair. Ging je schneller als gedacht, da kann ich bald Mit BASCOM weitermachen, ohne auf eine andere Sprache ausweichen zu müssen.

      Da freue ich mich :)
      Aus datenschutzrechtlichen Gründen befindet sich die Kontaktdaten auf der Rückseite dieses Beitrages.
    • Hm, ich bekomme eine Fehlermeldung:


      Checking for update...
      Current version : 2.0.8.2
      Latest version : 2.0.8.3
      Downloading update...
      Update downloaded

      Download Error. Please make sure you have a valid registration.

      Hab ne valide Registrierung durchgeführt und bekomme in 2.0.8.2 beim Benutzen ansonsten keine Fehlermeldung
    • 17b schrieb:

      Hm, ich bekomme eine Fehlermeldung:


      Checking for update...
      Current version : 2.0.8.2
      Latest version : 2.0.8.3
      Downloading update...
      Update downloaded

      Download Error. Please make sure you have a valid registration.

      Hab ne valide Registrierung durchgeführt und bekomme in 2.0.8.2 beim Benutzen ansonsten keine Fehlermeldung
      I had to to put license (bscavrl.dll) manually. Copy from 2082 and paste to 2083.
    • Michael schrieb:

      17b schrieb:

      ich bekomme eine Fehlermeldung:
      Wenn du registriert bist, dann hol dir die neue Version doch direkt:register.mcselec.com/login.php
      Fehler gefunden, war doch nicht registriert. Hab nen Account angelegt, eingeloggt, Daten eingegeben und dann gings auch mit dem runterziehen. Ich bekam allerdings zwischendurch diese Fehlermeldung:
      Dateien
      • Unbenannt.PNG

        (12,38 kB, 6 mal heruntergeladen, zuletzt: )
    • Wenn deine Installationsdatei aus einer vertrauenswürdigen Quelle war, diese als vertrauenswürdig einstufen und nochmals versuchen.

      Diverse Virenscanner neigen nun mal zu false positiv Meldungen (auch der vom MS).
      Hierorts hat der allerdings nicht gemeckert (WIN10 1909, weil das 2004 für mein Gerät noch nicht verfügbar ist)
      Man kann dem Defender aber auch sagen, dass er diese Datei wieder herstellt und künftig in Ruhe lassen soll.
    • Ich habe die Version 2.0.8.3 auf zwei Rechner installiert.
      Auf beiden ist die aktuelle Version von Windows 10/64Bit (2004).
      Auf dem einen Rechner ist Defender und am zweiten Avast premium Security installiert.

      Fazit: KEINERLEI PROBLEME beim Update auf die neue BasCom-AVR Version

      Das Update habe ich über die Programminterne Update-Funktion durchgeführt.
    • Hallo Foristen, hallo Michael

      Also ich antworte mal hier auf die Fragen:

      Welches Betriebssystem?
      Windows 10 pro 64 Bit last release


      Wo kommt deine Installationsdatei her?
      von der MCS Seite wo ich es auch gekauft und lizensiert habe


      Wie groß ist diese?
      die direkt geladene Datei ist als ZIP , so wie ich sie bekam, ist 41,9 MB (44 003 110 Bytes) groß. bcavr.zip
      Am Datenträger ist sie 41,9 MB (44 003 328 Bytes) groß (aus den Eigenschaften der Datei kopiert)
      Die entpackte Setup datei hat 42,2 MB (44 304 592 Bytes)


      Wie hast du die Installation durchgeführt?
      mit dem Updateaufruf von Bascom selbst geladen, wie auch von MCSElec direkt runtergeladen, verhält sich gleich.

      lg
      Franz

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von FGA ()