BASCOM-AVR : how to save more power ? : REPLY
Hi, switching off the adc isn't the same as switching off the voltage reference. Have a look in the Atmel PDF how to disable the ref. Regards Ian Dobson
View ArticleBASCOM-AVR : INPUT funcion, Very strange behaviour in serialmatch interru :...
MWS said: [quote:6e0dc90a6c]You believe that because of your limited understanding.... Here I stopped thinking about the rest of your nonsense... [/quote:6e0dc90a6c] Do you still believe so ? Sorry, I...
View ArticleBASCOM-AVR : how to save more power ? : REPLY
Hi, I've looked through the PDF and:- The voltage reference has a start-up time that may influence the way it should be used. The start-up time is given in Table 16. To save power, the reference is...
View ArticleBASCOM-AVR : INPUT funcion, Very strange behaviour in serialmatch interru :...
- input and inputbin are 2 different things. - you paid BEFORE this functionality was added. - futures are added but like mentioned, some times i wait on feedback. Why spending time in implementing...
View ArticleBASCOM-8051 : BASCOM 8051 compatibility : REPLY
Hello Mark Alberts and thank you for your reply I assume all the required data comes from the header/inc files used in the silabs IDE; I am looking now in C8051F390.inc and C8051F390_defs.h which are...
View ArticleShare your working BASCOM-AVR code here : GPS processing and status display :...
sorry to hear that. how was that possible? the mkII is protected, are you sure it is defect? hope the USB port still works.
View ArticleBASCOM-AVR : Real time debugging using AVR STUDIO6 ? : REPLY
it is not my OBJ file : they are atmel OBJ files, and i just create them after their specs. Atmel told me that they would do the required change in studio so it should not be required to edit the...
View ArticleShare your working BASCOM-AVR code here : GPS processing and status display :...
I had a ywrobot breadboard power supply and its both voltage regulators gave up... So at the 3.3V line I had 5V and in the 5V line I had 12.5V... My mkII is a clone and now it can't communicate with...
View ArticleBASCOM-AVR : Real time debugging using AVR STUDIO6 ? : REPLY
- made image - tried to install update in old 6.0 folder. i had the setup without the net stuff. - got errors when running - uninstalled - downloaded a61 full - ran setup, it offered repair option? so...
View ArticleShare your working BASCOM-AVR code here : GPS processing and status display :...
yes that is a receipt for frying. use a fuse and a transient suppressor. it will help in cases like this.
View ArticleBASCOM-AVR : Real time debugging using AVR STUDIO6 ? : REPLY
Good to hear!! Strange that I got that error message I showed earlier.? I did install 6.1 after all I will try to re install it 6.1. Perhaps I get the repair option too. Did you do anything else to...
View ArticleBASCOM-AVR : Real time debugging using AVR STUDIO6 ? : REPLY
[quote:532e511fda="Per Svensson"] Strange that I got that error message I showed earlier.? I did install 6.1 after all I will try to re install it 6.1. Perhaps I get the repair option too. Did you do...
View ArticleBASCOM-8051 : BASCOM 8051 compatibility : REPLY
So I studded other DAT files and compared how data was being listed then did the same from the Silabs data, not sure if I have done it right tho so maybe its not such a good idea to use this, maybe...
View ArticleBASCOM-8051 : BASCOM 8051 compatibility : REPLY
it appears to be OK. but : you must remove the duplicates. if a register is under the BIT section(address ends with 0 or 8) it may not be listed under the BYTE section. the value after the comma is...
View ArticleBASCOM-8051 : BASCOM 8051 compatibility : REPLY
[quote:b0104c1ec6] you must remove the duplicates. if a register is under the BIT section (address ends with 0 or a [b:b0104c1ec6]yellow face[/b:b0104c1ec6] it may not be listed under the BYTE...
View ArticleBASCOM-8051 : BASCOM 8051 compatibility : REPLY
the yellow face was caused by the ). it was 8 (i changed it). you can not add remarks.
View ArticleBASCOM-AVR : How to disable and enable COM2 or above : NEWTOPIC
Hi! Is there a way to temporarily disable receiving data on COM3. Particularly on mega1280. Communication is buffered, so it can help also if I can disable serailin2 if possible. Then after to enable...
View ArticleBASCOM-AVR : (ask)how to output a 4bit each in 1 port : REPLY
I used a FLAG to update lcd from Main do loop see addon bas
View ArticleBASCOM-AVR : can someone explain the difference between sub routine and s :...
This question has been asked ( and answered ) several times. Here is link to one discussion:...
View ArticleBASCOM-AVR : can someone explain the difference between sub routine and s :...
Short answer: Both methods work well. Gosub & Return are the method used in old versions of Basic. JC
View Article