BASCOM-AVR : Attiny4313 and HW TWI ? : REPLY
in the next update there is an option to use the USI as TWI. Send a ticket to support to get a beta. (serial required).
View ArticleBASCOM-AVR : 2077 official release : REPLY
[quote:dbcfe26ff3="astroschmidt"]The indent lines and the "code explorer" are really great enhancements. What would be a great enhancement for a future versions would be tabs for each sub or label...
View ArticleBASCOM-AVR : GetSocket/SocketConnect : REPLY
when you ask for a socket, there is no connection yet. only when you have a connection you need and have a local port and a remote port. the local_port is increased in order to get a unique port...
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
Ok guys Im at a point to try a complete different approach about the Receive part.. I want to use the serial interrupt example, that receives byte per byte in.. That is no problem, i used that...
View ArticleBASCOM-AVR : Atmega128 Uart0 and Uart1 both Interupt reception howto? : NEWTOPIC
Hi all I have a project that uses both the uarts on the Atmega128, In that project im using the Inputbin for receiving data from both uarts.. Im at a point to try a complete different approach about...
View ArticleBASCOM-AVR : illegal character in version 2.0.7.7 : REPLY
it appears that the DAT files were not updated correctly. this can happen when you use custom dat files. or when you had it open in a text editor or so. both the wiz and setup use the same files.
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
[quote:9501157e2f="Mrshilov"]It is in LIB folder of zip-file.[/quote:9501157e2f] [b:9501157e2f]I copied that to the main folder but there is a problem:[/b:9501157e2f]...
View ArticleShare your working BASCOM-AVR code here : Fast library for ILI9325 LCD : REPLY
[b:73d81fc697]Mrshilov thank you for sharing. how can i make my own fonts? (I want to make arabic fonts) thank you again. [/b:73d81fc697]
View ArticleBASCOM-AVR : Problems with graphic LCD : NEWTOPIC
Hi! I have a problem with graphic LCD. At picture1 there is situation after starting device - with no failure. After 40 minutes I've got first error (see picture2, and after few minutes later, I've...
View ArticleBASCOM-AVR : Problems with graphic LCD : REPLY
Is it possible to disable the timer1 routine to check if that is the cause of the problem? Have fun Ben Zijlstra
View ArticleBASCOM-AVR : SM Bus and Bascom AVR : REPLY
Hi All, Had a very good day today, everything I tried worked first time. I how have a working SMBus battery monitor:- [code:1:6a3cca921f] Battery Status 16177mVolt 2996°c 124ma 5841mAH 89%...
View ArticleBASCOM-AVR : GetSocket/SocketConnect : REPLY
Mark, Thank you for the detailed response, makes sense. Here is what I found. To date the local port does increment like it is suppose to. What was occurring is that I was getting all my sockets were...
View ArticleBASCOM-AVR : Problems with graphic LCD : REPLY
Thank you for your advice. I disable timer1 . Now I will wait few hours to see results.
View ArticleBASCOM-AVR : Problems with graphic LCD : REPLY
Hello! After more than hour, diplay is OK. The problem is in TIMER 1 function. Hmm, how to make a clok and temeperature measurement? I do not have a chance to make external chip for time measurement...
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
You must copy library to LIB directory.
View ArticleShare your working BASCOM-AVR code here : Fast library for ILI9325 LCD : REPLY
Tools/Plugins/Font Editor.
View ArticleBASCOM-AVR : Problems with graphic LCD : REPLY
Perhaps you can show some code. Or while writing to the display display timer interrupt. Have fun Ben Zijlstra
View ArticleBASCOM-AVR : Errors list in Code Explorer? : NEWTOPIC
Hi, my program seems to compile without errors since the report is ok. However, in the Code Explorer window there is a long list of errors when expanding the Errors tab. What is the meaning of those...
View ArticleBASCOM-AVR : Config Graphlcd problem with Port-DDR : NEWTOPIC
I have a problem with one pin on the controlport of the graphlcd. $regfile = "xm256a3def.dat" Following code [u:4d72fa4dad]is not[/u:4d72fa4dad] working: [code:1:4d72fa4dad] Config Porte.2 = Output...
View Article