Main Menu
Counter
This page today ...
total: 0
unique: 0

This page ever ...
total: 223
unique: 154

Site ...
total: 4376
unique: 2549
Online
  • Guests: 1
  • Members: 0
  • Newest Member: ole
  • Most ever online: 170
    Guests: 170, Members: 0 on Sunday 15 January 2023 - 07:39:26
Chatbox
You must be logged in to post comments on this site - please either log in from the Login box or from here.If you are not registered click here to signup.


bullet Kim
5 years ago
test
Royalsystems blog

MCS Electronics Forum

  • BASCOM-AVR : new version 2087 : REPLY



    I finally got 8087 working without error like Sielcon: My development PC is a DELL Inspiron 3881 Windows11 . I changed the mouse, it was still the same thing, I changed the keyboard, I took a horrible It.works keyboard very noisy but it works. the culprits [img:2be5cfaaab]https://www.mcselec.com/userpix/115_20250427_185329_1.jpg[/img:2be5cfaaab]

    Thank you Mark , you said "i created a work around for this which i will release in another update. " I'm waiting for it :wink:

    JP

  • BASCOM-AVR : new version 2087 : REPLY



    I'll try it, thank you very much.

  • BASCOM-AVR : running BASCOM on windows 11 arm error code 320 : REPLY



    it is a syntax error. for some reason there is an @ in your code?
    make sure the file is ansi. your code works for me.
    you can also turn on invisible chars to see if your code contains odd invisible chars.

  • BASCOM-AVR : running BASCOM on windows 11 arm error code 320 : NEWTOPIC



    Hello,

    i have installed Bascom in a virtual windows 11 machine that is on a MacBook with an ARM cpu

    if a try to compile sorting is get "Error : 320 line : 0 [syntax error = '@ ']" , in File :

    this happens in bascom-avr 2086 2087

    What does error 320 means, its not on the error list in the help file

    Greetings Tiny

    example code
    [code:1:4f2661b625]

    $Regfile="xm256a3udef.dat"
    $Crystal=4000000
    $hwstack=40
    $swstack=16
    $framesize=32

    dim a as byte
    dim b as byte

    for a = 1 to 10

    b = 0
    b = b + a

    next

    end
    [/code:1:4f2661b625]


    [b:4f2661b625][color=red:4f2661b625](BASCOM-AVR version : 2.0.8.7 )[/b:4f2661b625][/color:4f2661b625]

  • BASCOM-AVR : UPDI : REPLY



    i use the same converter. in all test boards i use them so i use a lot of them.
    one day i got a bad batch. could not see a difference. they worked as serial port but not as programmer.
    using same PC and usb host port. i had not much time to investigate. i simply returned them and bought from another source. those worked fine.

    trying a different port is always a good idea.
    also : remove the driver and then scan for hardware changes in device manager. could be you get a better driver.
    i have no idea why such a simple piece of hardware has different outcome for some users.

    anyway i think you can best invest in a SNAP programmer which is only 15 $ and the only problem is that you must reprogram the firmware for AVR.
    but after that it is a great and quick device. it is supported in 2087 version. and it uses built in windows drivers.

  • BASCOM-AVR : new version 2087 : REPLY



    the error is because some usb device (probably mouse) is not hid compatible. you can try plug the mouse in a different usb port.
    i created a work around for this which i will release in another update.

    about the server : we get lot of 'bad' traffic from some countries which we blocked for now.

  • BASCOM-AVR : new version 2087 : REPLY



    Hello everyone, I installed version 2.0.8.7 via the 2.0.8.6 update. When I run it, I get the error below. I want to reinstall, always using 2.0.8.6, but when I tell it to check for updates, it gives me an error message saying "Check for updates." I also tried updating from the MCS website, but clicking "sound=bre download" does absolutely nothing.
    Also, the website often gives me a timeout error and doesn't open, which only happens to me on the MCS website. Has anyone had a similar problem?
    Thank you very much, and best regards to everyone.

  • Various : BT401 Bluetooth module with SPP support under BLE protocol : REPLY



    Problem solved!

    To use AT-commands for switching over to SD-card depends on a 3k resistor on the clock line that the designer of the module have used to detect "card inserted"
    See attached schematics that a helpful forum user at DfRobotics found on the net for me.
    After this fix the module behaves perfectly well.

    It is fascinating how a <10$ unit can act as a Music MP3 player, Bluetooth sound streamer, and emulate an old style SPP serial device like HC06.
    (On chineese sites you can get it for one dollar.)
    It can even play stereo MP3 and communicate SPP at the same time.

    It seem to be compatible with MP3 players over bluetooth as Spotify can control it while streaming music data to it.
    Start/Stop and Volume up/down works from my mobile phone whole playing. smile

    All well!
    /Per

  • BASCOM-AVR : How to use TWIy on XMEGA with MCU_REVID < 7 : REPLY



    If you finally find the cause of this troubles then you can convert that whole I2c routines into one line.

    [code:1:0834de619a]I2creceive Twi_addr , Rawb(1) , 0 , 4[/code:1:0834de619a]

    This will do Start, read four bytes and do Stop cheesey
    You only should not set that R/W bit manually.

  • BASCOM-AVR : How to use TWIy on XMEGA with MCU_REVID < 7 : REPLY



    Thank you Jarek and EDC. You have given me more than enough to get started.

    In the future, we will ask the "Polish Connection" for help with I2C/TWI problems.

    cheesey

    E

| Date published: not known
Back to newsfeed list
Welcome
Username or Email:

Password:




[ ]
[ ]
Headlines

»BASCOM-AVR : new version 2087 : REPLY
I finally got 8087 working without error like Sielcon: My development PC is a DELL Inspiron 3881 Windows11 . I changed the mouse, ...
»BASCOM-AVR : new version 2087 : REPLY
I'll try it, thank you very much.
»BASCOM-AVR : running BASCOM on windows 11 arm error code 320 : REPLY
it is a syntax error. for some reason there is an @ in your code? make sure the file is ansi. your code works for me. you can al...
»BASCOM-AVR : running BASCOM on windows 11 arm error code 320 : NEWTOPIC
Hello, i have installed Bascom in a virtual windows 11 machine that is on a MacBook with an ARM cpu if a try to compile sor...
»BASCOM-AVR : UPDI : REPLY
i use the same converter. in all test boards i use them so i use a lot of them. one day i got a bad batch. could not see a diffe...
»BASCOM-AVR : new version 2087 : REPLY
the error is because some usb device (probably mouse) is not hid compatible. you can try plug the mouse in a different usb port. ...
»BASCOM-AVR : new version 2087 : REPLY
Hello everyone, I installed version 2.0.8.7 via the 2.0.8.6 update. When I run it, I get the error below. I want to reinstall, alw...
»Various : BT401 Bluetooth module with SPP support under BLE protocol : REPLY
Problem solved! To use AT-commands for switching over to SD-card depends on a 3k resistor on the clock line that the designer o...
»BASCOM-AVR : How to use TWIy on XMEGA with MCU_REVID < 7 : REPLY
If you finally find the cause of this troubles then you can convert that whole I2c routines into one line. [code:1:0834de619a]I...
»BASCOM-AVR : How to use TWIy on XMEGA with MCU_REVID < 7 : REPLY
Thank you Jarek and EDC. You have given me more than enough to get started. In the future, we will ask the "Polish Connection" ...


Date published: not known
Details

»Kein SPI bei einem AVR32DD16
Hallo, Ich versuche bei einem AVR32DD14 die SPI-Schnittstelle anzusprechen, bekomme jedoch an keinem Pin ein Signal. Gibt es irgendwelche Beispiele...
»Regfile für AVR64DB64-I/PT
Hallo zusammen es betrifft BASCOM-AVR Version 2.0.8.3 welches regfile muss ich für den AVR64DB64-I/PT verwenden? Gibt es eine Referenzliste für di...
»Neue Bascom Version 2.0.8.7 released
Heute zu Ostern gibst eine neue Version mcselec.com/index2.php?option=…59&page=viewtopic&t=15444
»DS1820 DS18S20 DS18B20 Temperatursensor 1Wire
diese 3 Typen sind erhältlich und werden aber unterschiedlich angesprochen. Es handelt sich um digitale Temperatursensoren der Firma Dallas / Maxim...
»Spielerei mit 8x8 WS2812 ohne Lib
Hallo zusammen. Seit einiger Zeit habe ich die 8x8 LED Matix mit dem Max1219 laufen. (Danke nochmals an tschoeatsch) Jetzt gibt es eine 8x8 Matrix ...
»ATTiny4313
Hallo, ich wollte mein Programm vom Attiny2313 auf Attiny4313 umstellen. Leider ist in meiner Vollversion die Definitionsdatei nicht enthalten. Ic...


Date published: Sat, 26 Apr 2025 07:13:45 +0000
Details

»4 January 20244 January 2024
»93c46 editor programmer bascom &amp; vb93c46 editor programmer bascom &amp; vb
»93c46 Bascom &amp; VB693c46 Bascom &amp; VB6
»Analog clock on SSD1289 3.2" 240x320 lcdAnalog clock on SSD1289 3.2" 240x320 lcd
»Nextion HMI lcd with KaraDio the best webradio esp8266Nextion HMI lcd with KaraDio the best webradio esp8266
»Adding 240x320 lcd to the WifiWebRadioAdding 240x320 lcd to the WifiWebRadio


Date published: not known
Details

»Bascom Can Bus Sniffer
»R.I.P Ben Zijlstra
Remembering Ben Zijlstra We hope that people who love Ben will remember and celebrate his life. more info at MCS www.mcselec.com/index2.ph...
»KaRadio webradio ESP8266
The Dimitris board is available at https://github.com/dsaltas/WiFi-WebRadio  This is a hardware project for Ka-Radio
»93C46
small tool to edit 93C46 eeprom written in BascomAVR & VB  Bascom control the 93C46 so we sent data via comport from VB code will be added later ...
»nRF24L01+ RC Controller
This is a RC controller TX & RX unit with nRF24L01+ nRF24L01+ / with PA and LNA for longer range facts: TX 1 x potmeter for servo ...
»RAW lcd
Connecting RAW lcd to atmega8 the lcd is 6 digit + time glass LCD Hour Meter for  tractor ,air compressor, ect the lcd have 4 com pins  & 14...


Date published: not known
Details


Proudly powered by e107 which is released under the terms of the GNU GPL License.