BASCOM-AVR : using If statement with And statement : REPLY
[code:1:5b2cced2ab] If Pressure5 >= Plow And Pressure5 <= Phigh Then 'Activate all Air Cylinders Else 'Deactivate all Air Cylinders. end if [/code:1:5b2cced2ab] This should work, some us some...
View ArticleBASCOM-AVR : GLENA, can you check thread wav file player? Thanks. : REPLY
Hi, I have added error log returned after compiled with m64def.dat
View ArticleShare your working BASCOM-AVR code here : More code space : NEWTOPIC
Hi guys, been having a play with one of my programs, and as usual, ran out of space. Had a look into and a play with the fonts. I'm not sure that Albert would agree with me on this one but it seems to...
View ArticleBASCOM-AVR : [help] Detection of an incoming call : REPLY
Sorry Riki I have been away for a few days. If you can talk to your modem with a serial port on your processor and get it to respond to simple AT commands then you are almost there. Can you do this?
View ArticleShare your working BASCOM-AVR code here : More code space : REPLY
Hello Deanus Its good to have ways of saving space. Yes running out of flash was a problem I had with the clock (see HT1632 - 32x8 matrix) I moved my fonts into the eeprom to get more space. I tried a...
View ArticleBASCOM-AVR : [help] Detection of an incoming call : REPLY
[quote:941931975e="njepsen"]Sorry Riki I have been away for a few days. If you can talk to your modem with a serial port on your processor and get it to respond to simple AT commands then you are...
View ArticleVarious : Bascom AVR - supported device : NEWTOPIC
Hello all, So far as I remember, I saw something like "Bascom AVR supported device" on the main page, or on the compiler description/details page. Probably it was like Bascom AVR supports all ATMega...
View ArticleBASCOM-AVR : [help] Detection of an incoming call : REPLY
show how you setup the Input for receive messages
View ArticleBASCOM-AVR : [help] Detection of an incoming call : REPLY
[quote:d6964c0d15="kimmi"]show how you setup the Input for receive messages[/quote:d6964c0d15] This has managed to send a message.
View ArticleShare your working BASCOM-AVR code here : GPS processing and status display :...
Here are the pictures! I had more luck than I thought! :) My lcd survived the over voltage and I can round up a m32 which has enough sram to run my code. Basic information:...
View ArticleVarious : Bascom AVR - supported device : REPLY
When you have the latest version all the devices can be found under - Tools - Compiler - Chip - Chip In the worst case the demo version can be downloaded to see the supported devices. Frank.
View ArticleVarious : Bascom AVR - supported device : REPLY
Yes, there it is found. But probably I saw it before on the webpage, not sure. Thank you.
View ArticleBASCOM-AVR : [help] Detection of an incoming call : REPLY
Post your code riki & I will send you some code to receive an sms and do something when it arrives
View ArticleBASCOM-AVR : Including compiled piece of code : NEWTOPIC
Hello, Anyone know if Bascom support to include a compiled piece of code to our program? Best regards toto [b:1f647f10dc][color=red:1f647f10dc](BASCOM-AVR version : 2.0.7.2 , Latest : 2.0.7.6...
View ArticleBASCOM-AVR : Including compiled piece of code : REPLY
Sure, a lib is basically that. There are some difficulties however, no absolute jumps, no variables at fixed addresses, but if this is overcome, it will work. Another option is $INC, which would...
View ArticleBASCOM-AVR : how to save more power ? : REPLY
Hi everybody. Ok I give you litlle news about the project. Now the current in powerdown mode is about 70µA. And I'm happy about that results. MWS thanks for the suggest about the bodlevel, but the...
View ArticleBASCOM-AVR : how to save more power ? : REPLY
[quote:df7363400e="Vincent"]MWS thanks for the suggest about the bodlevel[/quote:df7363400e] Did i say anything about bodlevel? [quote:df7363400e]but the power can't go in the ATmega, because this is...
View ArticleBASCOM-AVR : [help] Detection of an incoming call : REPLY
$regfile = "m8535.dat" $crystal = 12000000 $baud = 19200 Dim A As Byte Config Pina.0 = Input Config Pina.1 = Input Config Pina.2 = Input Config Portb.0 = Output Portb.0 = 0 Wait 30 Do...
View ArticleEASY TCP/IP : WIZ820i0 : NEWTOPIC
I try to do my first project with TCP/IP. I tried all samples but nothing working. FOr example the code below. Ping working but UDP communication not. I check communication with the Easy TCP/IP...
View Article