BASCOM-AVR : Inputbin versus Inkey : REPLY
use waitkey() instead. inkey() can not tell the difference between a 0 byte and / no data. but since you use ischarwaiting(), you know data is waiting and thus you can use waitkey().
View ArticleBASCOM-AVR : Wiznet Link Status : REPLY
Thanks Mark for the reply. I will make a make do PHY Status for the W5100. It will running in the main loop and will assign a flag based upon the status, only if the chipset is the W5100. Since my ISR...
View ArticleShare your working BASCOM-AVR code here : MD070SD Display : REPLY
First we meet color byte. This byte processed with [b:62d0102c0f]Color_convert[/b:62d0102c0f] routine after "Else" condition. So, when we meet $AA color is already processed. Moreover, because we had...
View ArticleShare your working BASCOM-AVR code here : MD070SD Display : REPLY
the prevpixel is also not used. I understand how the bascom code works, but my question is about the coding routine, the bitmap converter : does it ensure that : - &HAA is only used to indicate a...
View ArticleBASCOM-AVR : Inputbin versus Inkey : REPLY
Hello Mark, Thanks, but Waitkey wait and can freeze the program. This is why i can't use Inputbin. It wait until all bytes received. My program work on a very noise envirenment and with Inputbin...
View ArticleBASCOM-AVR : Inputbin versus Inkey : REPLY
you use buffered input. so when ischarwaiting() indicates there is data, you can use waitkey() without any problem. like i said, inkey() will return if no data is in the buffer, but also 0 for a...
View ArticleBASCOM-AVR : Inputbin versus Inkey : REPLY
Hello Mark, Thank you, i will test it tomorrow. Do you think that is not possible that waitkey freeze, right? Best regards toto
View ArticleBASCOM-AVR : ATXMega128D4U : REPLY
Peter you asked for ATXMega128D4[b:a4a7bb83fa]U[/b:a4a7bb83fa] but the files you attached are without the U. I have these too. So the Q is : do you mean the atxmega128D4 or D4U ?
View ArticleBASCOM-AVR : WizFi modules and BASCOM : NEWTOPIC
Currently tethered using various Wiznet modules. Looking at going wireless with a Wiznet Wizfi210. Reading the info on the Wiznet site and searched here. When connecting this device up to a serial...
View ArticleBASCOM-AVR : Problem with serial data transfer : REPLY
the ISR: is just the serial interrupt. a state machine is an effective way of controlling different events and stages. A state machine has a limited number of states. And it does not do a thing unless...
View ArticleBASCOM-AVR : Inputbin versus Inkey : REPLY
waitkey() does not free when ischarwaiting() is used before and indicates that there is data in the buffer.
View ArticleBASCOM-AVR : WizFi modules and BASCOM : REPLY
Check the wiki on this site. The 7 inch board and the splendid application hkipnik made with Bascom and Basic4Android. With a link to www.youtube.com Have fun Ben Zijlstra
View ArticleBASCOM-AVR : ATXMega128D4U : REPLY
Despite my chip being marked atxmega128d4-u this code does not seem to exist and the d4 version seems to be what I have and it should be -au. The d series are either 64 or 44pin versions without USB....
View ArticleBASCOM-AVR : Inputbin versus Inkey : REPLY
But is it not true that the combination of Ischarwaiting and Inkey also works ? If Ischarwaiting is true, then there is a char in the buffer, so Inkey gets the char. If its 0 it still gets interpreted...
View ArticleShare your working BASCOM-AVR code here : Fast library for SSD1963 LCD : REPLY
[quote:f615422766="Evert :-)"]Always nice to see that big parts of [url=http://evertdekker.com/Joomla/index.php?option=com_content&task=view&id=77&Itemid=84]my code[/url] is re-used....
View ArticleBASCOM-AVR : WizFi modules and BASCOM : REPLY
Ben, Thanks for the reply. I looked on your main page and saw, in reference to the 7in display, more info to follow. I believe I watched the correct Youtube as it sent commands then added jumper for...
View ArticleBASCOM-AVR : WizFi modules and BASCOM : REPLY
Mark Serial or Spi is just a way to communicate to the Wizfi210. And because it is a serial device with a special command set you will have to use that. Config tcpip are for the W51/52/5300 nm7010...
View ArticleBASCOM-AVR : Inputbin versus Inkey : REPLY
Adrian, yes you are 100% right. it will work. it only adds overhead. so inkey can be used, as long as there is an ischarwaiting() before to ensure there is data.
View ArticleBASCOM-AVR : Bascom-AVR-USB Add On for ATXmega : NEWTOPIC
When can I buy "Bascom-AVR-USB Add On" for ATxmega128A4U, ATxmega21A4U ? [b:98a180c5c9][color=red:98a180c5c9](BASCOM-AVR version : 2.0.7.7 )[/b:98a180c5c9][/color:98a180c5c9]
View ArticleShare your working BASCOM-AVR code here : Fast library for SSD1963 LCD : REPLY
Sorry i can't read that, i'm not that good in my Arabic. It was meant as compliment, i'm glad that a lot of people using (parts) of my code and share the code that they made also with the Bascom...
View Article