BASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
it means the card is not working or that the supplied address is not correct. did you tried if the card will print to a printer? I can test later with my old PCI I/I card, providing there is an...
View ArticleShare your working BASCOM-AVR code here : Arduino Mega W5100 ethernetshield...
@Ben, Nice demo app!!! I purchased a Funduino 2560 and works GREAT with BASCOM and your code. A couple questions. I notice that the click counter is always = 1 on my page. I clicked on everything...I...
View ArticleBASCOM-AVR : lib and obj : REPLY
Thank you Mark, For the quick and through reply. I will try that and reply. Best Regards, Devidas
View ArticleBASCOM-AVR : XMEGA and 40*4 LCD : REPLY
I couldn't make the $lib "lcd4E2.lbx" work... So I did all BASIC lines, like this. But third and forth lines are not initializing. and third line is over-writing the first line. $regfile =...
View ArticleVarious : iPad Retina screen to a PC... : NEWTOPIC
Retina screen connected to a PC (perhaps later to an atXmega).. http://emerythacks.blogspot.ca/2013/04/connecting-ipad-retina-lcd-to-pc.html Have fun Ben Zijlstra
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[code:1:265e2d9393]Config Portd.2 = Output Spi_en_wiz810 Alias Portd.2 'SPI enable of WIZ810MJ Set Spi_en_wiz810 Config Portc.1 = Output 'Reset WIZ810MJ Wiz5100_res Alias Portc.1 Config Portc.0 =...
View ArticleBASCOM-AVR : Generate constant of the .bas Filename? : REPLY
i added 3 constants for major, minor and build version. while unused constants are not stored in code you could do this : Restore Label Read B1 Label: Data _Version_major
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:eb89ce9f96="bzijlstra"]See my question above and here [quote:eb89ce9f96]What are you doing with the SPI_enable line of the WIZ810MJ? What have you done with the reset of the WIZ810MJ?...
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[size=24:aa8e02b0ba][color=red:aa8e02b0ba]SPI_enable[/color:aa8e02b0ba][/size:aa8e02b0ba] should be connected with a resistor to VCC. See the schematic on my homepage. Have fun Ben Zijlstra
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
And to be complete. How is your module connected to the network, how is your PC connected to the network. What is the IP-address of your PC?
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
[quote:d92dbd70c1="bzijlstra"]And to be complete. How is your module connected to the network, how is your PC connected to the network. What is the IP-address of your PC?[/quote:d92dbd70c1] By this...
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
What about the fusebits. Did you disable Jtag?
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
What about the leds on the Wiz810mj? Do you get a link? Two leds, which one is on. On the switch do you have a link? On what voltage your Atmega32 is running? Is it possible to put your pc fixed on a...
View ArticleEASY TCP/IP : Atmega32 and Wiznet W5100 : REPLY
What about the fusebits. Did you disable Jtag?
View ArticleBASCOM-AVR : XMEGA and 40*4 LCD : REPLY
Refer to this post, http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=10913&highlight=
View ArticleBASCOM-AVR : XMEGA and 40*4 LCD : REPLY
Thanks Rick, I solved the problem today afternoon. It was due to clock startup of xmega. initlcd did it. Other aspects of vport were explained by Mark. But xmega internal clock seems to have slow...
View ArticleBASCOM-AVR : XMEGA and 40*4 LCD : REPLY
Good to hear you have it figured out. Slow start? Try $NORAMCLEAR
View ArticleBASCOM-AVR : Translating C code to Bascom-AVR : REPLY
[quote="rabiuls"]Hello all, I am not good in C language, and there are many examples in C. I try to understand or convert the code. For now can someone please tell me how to convert/translate C bit...
View ArticleBASCOM-AVR : RTTY decode? : NEWTOPIC
Before I reinvent the wheel, has anyone done the coding to decode standard FSK? A quick search says no :D [b:00455f1d4a][color=red:00455f1d4a](BASCOM-AVR version : 2.0.7.6...
View ArticleBASCOM-AVR : RTTY decode? : REPLY
Hello Ken RTTY does that bring back memories, since its just mark and space like the infra-red work I did I think my programs that decode the infra-red would be able to decode it once you have the...
View Article