BASCOM-AVR : code explorer in 2.0.7.7 : REPLY
as mentioned on the 2077 topic. 2077 is not an official version yet and problems should be reported to support. in this case that is not needed. i'll have a look at it. it appears to be a bug.
View ArticleBASCOM-AVR : ATXMEGA: VPORT Configuration Overwriten : REPLY
Thank you very much for the fast response. I was reading the Help, but maybe nor carefully enough. I was thinking i can use the config for each VPORT individually. Thank you for your support
View ArticleBASCOM-AVR : ATXMEGA: VPORT Configuration Overwriten : REPLY
I changed the help to make it more clear.
View ArticleBASCOM-AVR : Proper Indent, tab-size fixed to 3? : REPLY
yes this is a great feature. I use it when i get code at support to make it better readable. The tab is indeed fixed to 3. the reason is simple : the adjustable setting did not made it to this beta....
View ArticleBASCOM-AVR : Programming tool for multiple DIP packages? : NEWTOPIC
Hello all, Can anyone suggest a programming tool for multiple DIP packages? I need a semi-production tool that can do 5 or 10 or something DIP packages at one time. Thank you, Tim...
View ArticleBASCOM-AVR : about eprom read and write : REPLY
Mark, thank you. Now all works fine. Bes regards, Matjaz
View ArticleBASCOM-AVR : Compiling : NEWTOPIC
Hi all. I have a small issue that I hope someone could help me with please. I compile a simple code, Blinky, and program my arduino uno r3 vai usb. The tx rx lights flash and the code is written....
View ArticleBASCOM-AVR Old versions : Compiling : REPLY
maybe you can post the 2 different hex files (Zipped) ? since the compiler is a 32 bit process it does not matter if it runs on 32 bit or 64 bit. in fact it is developed on a win7 64 bit machine. you...
View ArticleBASCOM-AVR Old versions : Xmega buttons and noises : REPLY
you do not show any code, you use an ancient version. i would advise to update. then it is also good to know that config port/pin also sets the DDR register. when you make the port register high, it...
View ArticleBASCOM-AVR : please help setting internal fusebit : NEWTOPIC
hallo friends all .. please help me how where setting fusebit (internal cristal) ATMEGA8, with 8 MHz internal crystal. I use a program ponyprog so roughly like structure Which??...
View ArticleBASCOM-AVR Old versions : Xmega buttons and noises : REPLY
How do i set many pins to pullup and down in one line code?
View ArticleBASCOM-AVR : old statement vs. new one : NEWTOPIC
In an old program for the 89C2051 I found the following statements: Config Timer0 = Counter , Gate = External , Mode = 1 Set Tcon.0 My current compiler and the oldest one I have (from 2009) do not...
View ArticleBASCOM-AVR : Attempt to write Bootloader for flash-update via LAN : REPLY
I've got the network bootloader working! Thanks SIX1 for sharing your code, but I found that the whole task depends a lot from the HW and the rest of the project. Different ext. EEPROM use differend...
View ArticleBASCOM-AVR : old statement vs. new one : REPLY
the 8051 and avr programs are not 100% compatible. So it is normal that bascom-avr does not understand the syntax of the bascom-8051 code. I understand you want to port some code? The help of...
View ArticleBASCOM-AVR Old versions : Xmega buttons and noises : REPLY
you do not show any bascom code. So i have no idea what you do. You use a very old version which is not a good idea with xmega. The usual way is http://avrhelp.mcselec.com/ config xpin. But that will...
View ArticleBASCOM-AVR : Attempt to write Bootloader for flash-update via LAN : REPLY
it would be nice if you share your success story in Application note (AN) :)
View ArticleBASCOM-AVR : please help for convert code vision (C) code to bascom : REPLY
So take it one step at a time. Start by just flashing an LED on and Off. Then learn how to drive an LCD and display whatever you want to display, text or data. Then learn how to read a push button...
View ArticleBASCOM-AVR : RTD PT1000 : NEWTOPIC
Has anyone done any work with bascom-avr and the PT1000 temperature RTDs? I work in the home appliance industry and people bring me electronic range controls to repair all the time. Alot of cases...
View ArticleBASCOM-AVR Old versions : Compiling : REPLY
Thanks Albertsm, thank you so much. it was the swap file check box. It was checked. I un checked it and yup all go now. Thanks once again.. Nev :D :D :D
View ArticleBASCOM-AVR : old statement vs. new one : REPLY
Thank you for your fast reply. I thought, the 2051 was an old, no longer supported controller, I didn't know, that it needs a different compiler. Now I know, how to transfer the code to a 2313. Thanks...
View Article