BASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : NEWTOPIC
I'm trying to convert a hex string which is received from a modem into its uncoded ascii form, but when using Mid$, the last pair of characters are not extracted properly, dropping the last character...
View ArticleShare your working BASCOM-AVR code here : Fast library for SSD1963 LCD : REPLY
[quote:2562dad061="Evert :-)"]Sorry i can't read that, i'm not that good in my Russian. It was meant as compliment, i'm glad that a lot of people using (parts) of my code and share the code that they...
View ArticleBASCOM-AVR : WizFi modules and BASCOM : REPLY
[quote:35427c9dca="bzijlstra"]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...
View ArticleShare your working BASCOM-AVR code here : Fast library for SSD1963 LCD : REPLY
[url=http://evertdekker.com/Joomla/index.php?option=com_content&task=view&id=77&Itemid=84]Link works fine[/url], check your browser settings or use a other browser.
View ArticleShare your working BASCOM-AVR code here : Fast library for SSD1963 LCD : REPLY
[quote:af8d7d3a69="Evert :-)"][url=http://evertdekker.com/Joomla/index.php?option=com_content&task=view&id=77&Itemid=84]Link works fine[/url], check your browser settings or use a other...
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
Hello, I ran your code on a atmega168v. The output is correct, "Command: START,2,3". So maybe you have a hardware problem.
View ArticleShare your working BASCOM-AVR code here : Fast library for SSD1963 LCD : REPLY
[quote:7a88ab2e96="Evert :-)"][url=http://evertdekker.com/Joomla/index.php?option=com_content&task=view&id=77&Itemid=84]Link works fine[/url], check your browser settings or use a other...
View ArticleBASCOM-AVR : Wiznet Link Status : REPLY
Finally got a chance to sit down and code this. Here are the results. I didn't code up the W5200 but you get the idea. The platform is the Arduino M2560 with a EthernetShield. A wire mod must be done...
View ArticleShare your working BASCOM-AVR code here : Fast library for ILI9325 LCD : REPLY
Mrshilov, Is possible to use this code with an ILI9341 ? I know that this works with 3.3V, and the ILI9325 works with 5V, but I can use the same library ? Thanks ! Paulo
View ArticleShare your working BASCOM-AVR code here : Fast library for ILI9325 LCD : REPLY
No, ILI9341 and IL9325 are not compatible.
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
Try something like this to see if the problem is maybe in the print; [code:1:3f9901481b] Print "Command: " ; Temp$ ; " end" 'Temp$ should be "START,2,3" waitms 500 [/code:1:3f9901481b]
View ArticleShare your working BASCOM-AVR code here : MD070SD Display : REPLY
ha, this was somehow confusing :-) the bgc files are from the lcdconverter. I thought you made a new tool because you were treating bgc different. But it does not matter. The rgb8 to 16 routine is...
View ArticleBASCOM-AVR : Bascom-AVR-USB Add On for ATXmega : REPLY
Hi, The USB Add-on don't support the Xmega types, sorry.
View ArticleKokkeKat FAT-free SD card lib : Compatibility : REPLY
Hi Deanus, Yes. The SD card must be formatted in a device with full support for SD, e.g. a Windows, MAC OSX, Linux, or a digital camera. After this, there should be no problems. Please note that...
View ArticleKokkeKat FAT-free SD card lib : WORK WITH ATMEG8 but : REPLY
Hi Benoit Sorry for my late response. I would just like to say that I am impressed and grateful for your sharing of your project. Thanks! Niclas
View ArticleKokkeKat FAT-free SD card lib : SW SPI Problems : REPLY
Hi Ariel, Sorry for my late reply. The only advice I can give you about SW SPI is that you can try with full error handling and see where it goes wrong. I guess that this problem has to do either with...
View ArticleKokkeKat FAT-free SD card lib : Compatibility : REPLY
Hi Niclas, Excellent, thanks for the reply. Deanus
View ArticleShare your working BASCOM-AVR code here : Fast library for ILI9325 LCD : REPLY
Thanks for the information, Mrshilov. Paulo
View ArticleBASCOM-AVR : Bascom-AVR-USB Add On for ATXmega : REPLY
I know, but 31.10.13 tech support said: "The Xmega has an entire different USB architecture. Support for xmega USB i splanned for end of the year." By mail can not get an answer
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
[quote:fb5e9c8af6="Dave"]Hello, I ran your code on a atmega168v. The output is correct, "Command: START,2,3". So maybe you have a hardware problem.[/quote:fb5e9c8af6] The problem is actually in the...
View Article