BASCOM-AVR : modbus on Xmega : REPLY
Hello, Looks to me, (hopefully I am wrong) as if this is another case where some of the core libraries, do it support the xmega processor. I assume that it is not a priority of MCS Electronics to...
View ArticleBASCOM-AVR : Atmega8 and external oscilator : REPLY
MWS and Arera thanks for replay. As you find out, I'm programing just for hoby. Temperature read, analog inputs, turn on/off outputs is not so difficult. Timers are more complicated and obviously I...
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : REPLY
Hi, The battery runs in slave mode normally (YOu can read out the Charge, curent load, runtime at the current load) but if the battery has an Alarm it Switches over to master mode once every 10...
View ArticleBASCOM-AVR : Atmega8 and external oscilator : REPLY
Hi, Good to see my timer program is still being used :) Without using nosave and manually saving the Registers that are used in the ISR bascom will save/restore most of the AVR's Registers which will...
View ArticleBASCOM-AVR : illegal character in version 2.0.7.7 : NEWTOPIC
Hello, I switched from V2.0.7.6 to V2.0.7.7 But now some of my bigger codes create during/after compiling following errors: Error : 222 Line : 12043 Illegal character [expected (, got ')'...
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Rsavas, can you post your PCB ? I like this chip, if possible I want to use it in one PCB too. Thanks ! Paulo
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Hi Paulo and everyone else, Well I can report I am working my way through Roger's code, it is my latest brain exercise :-) Paulo, what RDS standard does Brazil follow? Same as the US or Europe? The...
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : REPLY
So how about configure the mcu to have two i2c ports, one setup as a master and one as a slave? That way, when the battery sends its data , you can start a timer to keep track of interval, so you can...
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : REPLY
Hi, That's actually an idea that I might follow. Reading the SBS Smart battery specification it appears as if a smart battery can work in one of two Alarm modes 1) Switch to master and send Alarm...
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : REPLY
[quote:bc349d04e8]It's weekend and time to do something else[/quote:bc349d04e8] Funny I had to look at my clock to see what day it is, no job = no keep track of time. [quote:bc349d04e8]2) Polling...
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : REPLY
Hi, It's hard my Job and Hobby are almost the same. For the Company I'm working on a remote/zigbee controlled System for room decontamination and at home I'm working on a tiny Radio controlled module...
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
Hi all I have been playing and trying lots of things.. But i can not seem to find what goes wrong here.. I have written a little description in the code. [code:1:092b55df09] '$sim $regfile =...
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
Hi Björn did you try a bigger $timeout value ? like $timeout = 5000000
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
Hi Kimmi Thanks, Yes i have tried that.. no luck :( The strange thing is, i can make a loop without any delays.. Like Do read_freq(0) send_freq(freq,1) Loop And this works super.. so i am totally...
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
hmm for test try $hwstack = 254 $swstack = 254 $framesize = 254 see if this works you use alot of long vars
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
[quote:3a97829894="kimmi"]hmm for test try $hwstack = 254 $swstack = 254 $framesize = 254 see if this works you use alot of long vars[/quote:3a97829894] Hmm, no luck :( Maybe another approach how i...
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
just to be sure Fuse M103C OFF ??? [i:cee7c37084]'By default the M128 has the M103 compatibility fuse set[/i:cee7c37084]
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
[quote:5ae779f471="kimmi"]just to be sure Fuse M103C OFF ??? [i:5ae779f471]'By default the M128 has the M103 compatibility fuse set[/i:5ae779f471][/quote:5ae779f471] Yes, its off
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
I have no idea why , but you can try buffer input [code:1:3cc115ef7a]Config Com1 = 4800 , Synchrone = 0 , Parity = None , Stopbits = 2 , Databits = 8 , Clockpol = 0 Config Com2 = 4800 , Synchrone = 0...
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Rsavas, Wow !!! You are making a monster, not an DSP radio only !!! I see you entire post now, and you are right, this is much more than I can make . But I like good hi-fi sound, and liked a lot your...
View Article