BASCOM-AVR : Demo version and Xmegas : REPLY
Hi Mark, Sorry for the confusion. JS's original question was about programming Xmegas with a Demo version of Bascom, which was answered. I then added on to the discussion, as JS is assisting me in...
View ArticleBASCOM-AVR : Demo version and Xmegas : REPLY
Mark I was trying to sent you a PM but I don't know how to do it from this forum. You can email me if you like for further information. On another note I'm not a BASCOM user apart from, occasionally,...
View ArticleAVR-DOS : Bootload over FTP : NEWTOPIC
I am trialling bootloading an Atmega 1284P by FTP transfer of the .HEX file, and it is working quite nicely. The AT1284P is a data logger several hundred miles away, and I want to be able to update...
View ArticleBASCOM-AVR : Line continuation does not compile for Bascom manual PRINT :...
This does not compile (copied from the manual example print.bas)[code:1:15e09ad819] Print "You can also use multiple" _ ; "lines using _" Print "use it for long lines"[/code:1:15e09ad819] Compiler...
View ArticleBASCOM-AVR : Line continuation does not compile for Bascom manual PRINT : REPLY
try this: [code:1:88a5274699] Print "You can also use multiple" _ ; "lines using _" Print "use it for long lines" [/code:1:88a5274699]
View ArticleBASCOM-AVR : Line continuation does not compile for Bascom manual PRINT : REPLY
maybe you copied some invisible characters or the _ is not the last character on the line? when i copy&paste your code into a sample it works. the underscore must be at the end of the line and no...
View ArticleBASCOM-AVR : Demo version and Xmegas : REPLY
aha, now i understand. this is about the new NDA chip. well as i do not have any info and you may not share any of it, it is a good idea to pause the discussion till it is released. pm is disabled....
View ArticleBASCOM-AVR : Line continuation does not compile for Bascom manual PRINT : REPLY
Sarek: you made my day! It seems most important that in the editor there is [u:2eafb4011f]no blank line[/u:2eafb4011f] after the line continuation [b:2eafb4011f]_[/b:2eafb4011f] Mark: I see now that...
View ArticleBASCOM-AVR : Line continuation does not compile for Bascom manual PRINT : REPLY
in C and pascal we have the ; to indicate the end of a line. in basic the end of a line is the end of the line. So an empty line means end of the line. I did not had a problem but maybe i removed the...
View ArticleBASCOM-AVR : Line continuation does not compile for Bascom manual PRINT : REPLY
[quote:0aaedb1fec="albertsm"]while i could strip empty lines, it would always strip empty lines.[/quote:0aaedb1fec] How do I solve this then? I could not find an option in the editor "remove blank...
View ArticleBASCOM-AVR : Line continuation does not compile for Bascom manual PRINT : REPLY
you solve it by using the DEL key. :D all samples can be found in the samples folder so you can load from there as well. or you might want to try the wiki.mcselec.com , maybe it does not insert these...
View ArticleBASCOM-AVR : Line continuation does not compile for Bascom manual PRINT : REPLY
Mark, IIRC, originally every line in Basic should allways contain something. If I want something like a blank line then it should have at least...
View ArticleBASCOM-AVR : Line continuation does not compile for Bascom manual PRINT : REPLY
smallbasic is not a standard. Have a look at QB and VB. They allow blank lines. It would be really annoying not to allow blank lines. Sorry if do not take your remark very serious. you seem to be...
View ArticleBASCOM-AVR : atmega325 i2c_twi.lbx compile errors : REPLY
Yep, that's exactly what I needed! Thank you Evert and Mark
View ArticleBASCOM-AVR : Program overwrite bootloader Atmega2560 : NEWTOPIC
Hello, I using the Bootloader from Josef to update the firmware trough SD card. I can compile it and works fine if i use $include "Config_MMC.bas" But now i need to use 4 Gb card, so i changed on the...
View ArticleShare your working BASCOM-AVR code here : RHT03 (DHT22) Sensor : REPLY
Thank you! I just picked up the DHT22 on eBay and am ready to try it out with your code. I note that you used the ATMEGA328 for your application. If I am correct, the ATMEGA328 follows the same minor...
View ArticleShare your working BASCOM-AVR code here : RHT03 (DHT22) Sensor : REPLY
With bascom it is usually easy to change chips its as simple as changing the $regfile to the chip you are using if the pin-out is identical then hardware changes are not need most of the time. I will...
View ArticleShare your working BASCOM-AVR code here : RHT03 (DHT22) Sensor : REPLY
With bascom it is usually easy to change chips its as simple as changing the $regfile to the chip you are using if the pin-out is identical then hardware changes are not need most of the time. I will...
View ArticleBASCOM Project Blog : Watering system Contrioller : REPLY
Some more code and functions. Now we have Auto Stor for infra-red codes by typing Autostoron at the terminal the AVR will respond "Auto Stor On" now when we press a button on the remote its code will...
View ArticleShare your working BASCOM-AVR code here : RHT03 (DHT22) Sensor : REPLY
Thanks Paul! I'll post the results here; I should have something in a week or so. I have a collection of ATMEGA48 chips on hand so I'll try using one of those (with appropriate $regfile change). If I...
View Article