BASCOM-AVR Old versions : Atmega128 Uart0 and Uart1 both Interupt reception...
From BASCOM Help, [code:1:d1ef992b65]'The M128 has an extended UART. 'when CONFIG COMx is not used, the default N,8,1 will be used Config Com2 = 19200 , Synchrone = 0 , Parity = None , Stopbits = 1 ,...
View ArticleBASCOM-AVR Old versions : Atmega128 Uart0 and Uart1 both Interupt reception...
Hi Björn, Can you test this file
View ArticleBASCOM-AVR : Updated SD-Card / AES Bootloader for XMega : REPLY
Here is the new code - smaler for more own code - with SDHC support [code:1:861ccfb4e8] $regfile = "xm256a3def.dat" $crystal = 2000000 $hwstack = 256 $swstack = 512 $framesize = 512 $loader =...
View ArticleBASCOM-AVR : Problems with graphic LCD : REPLY
Hello, the problem was solved. In TIMER subrutine I puit a control flag which allow to measure temperature only immidiately after timer is reset. tiemr is resetting every 1 second, so now uC have 1...
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : REPLY
Hi Ian, Well done, it's a good feeling when when you finally get something working that you've been playing with for a while isn't it ! That could be handy in the future, maybe a battery charger like...
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : REPLY
[quote:52b2a561ab="Deanus"]Hi Ian, Well done, it's a good feeling when when you finally get something working that you've been playing with for a while isn't it ! That could be handy in the future,...
View ArticleBASCOM-AVR : XTEA encryption problems : REPLY
I used a delphi example as a basis. the java implementations seems different. I changed it and used the C code as a basis : https://github.com/polarssl/polarssl/blob/master/library/xtea.c And this...
View ArticleBASCOM-AVR Old versions : Config Graphlcd problem with Port-DDR : REPLY
this was changed in 2077
View ArticleShare your working BASCOM-AVR code here : Motorola-C115 and V180 libraries :...
Just watched the YT video demo. As always, very impressive. Thank you for sharing your work. I appreciate it highly.
View ArticleBASCOM-AVR Old versions : Config Graphlcd problem with Port-DDR : REPLY
Allright, thank you Mark. I will upgrade my version.
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Thank you for sharing Roger. That is a big list of improvements. Good to see this project is still continued and improved. I will add some features to the compiler so you can use some more space in...
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
btw I found this code : If Radiotext_start_decode = 2 Then 'Bedingung zum Erstellen des RT-Strings erfüllt If Service = &B00100000[b:0798bcef1c] Then Else [/b:0798bcef1c] 'Position entsprechend...
View ArticleShare your working BASCOM-AVR code here : code for DS3234 Arduino Shield...
hi JP good to see you were successful. Thank you for sharing. One never know when it becomes handy :-)
View ArticleBASCOM-8051 : Bascom-8051 starts after a long delay : REPLY
I have no idea about the delay. Did you looked at the event viewer messages? Is the terminal emulator working correct? Make sure all settings that use a COM port, have an existing COM port selected....
View ArticleBASCOM-AVR : Errors list in Code Explorer? : REPLY
you can best read the help topic about the code explorer. but short answer is that you can ignore all errors from the code explorer in 2077.
View ArticleShare your working BASCOM-AVR code here : Enhanced Software for Si4735...
Hi Albert, You are right. This was a remainder of a former version of the Radiotext-decoding which was replaced afterwards by the lines following it. The line "If Service = &B00100000 Then Else"...
View ArticleBASCOM-AVR : Using SPI on 3.5 display with FTDI FT800 controller. : REPLY
Hi Peter, I setup the same ATmega328 and external Crystal in your last code without the bug and now have a working 3.2 inch display. I can't thank you enough for sharing your code! I was going for a...
View ArticleShare your working BASCOM-AVR code here : SIEMENS-AX75 LCD library : REPLY
Dear Mrshilov, thank you again for sharing your work. It is great that you put so much effort in supporting the various lcd's. It is good to see you include circuit and examples as well. For a new...
View ArticleBASCOM-AVR : GetSocket/SocketConnect : REPLY
Mark that is probably the difference between the W3100 and W5100. The W3100 did not had a disconnect. At least it is good to know. I moved the maketcp to the proper group.
View ArticleBASCOM-AVR : Using SPI on 3.5 display with FTDI FT800 controller. : REPLY
Larry BTW which FT800 board are you using ? Regarding Includes sometimes you can leave them in the main file while developing and move them to a seperate file once debugging and testing is finished,...
View Article