Share your working BASCOM-AVR code here : DDS AD9850 SMALL CODE : REPLY
thanks for sharing.
View ArticleBASCOM-AVR : Garden automat : REPLY
Hi, I still have some problems. I have added percent scale of runtime. If one of start times is true then percent scale crashed (pic below). I cannot set a flag inside my Main Loop because then is...
View ArticleEASY TCP/IP : How to access W5100 registers : REPLY
Thanks. That polling, is that done by the Socketstat command? I that is the case it would be useless for me as I have a Waitms 750 in the mail program loop. Meaning it would poll only once every...
View ArticleEASY TCP/IP : How to access W5100 registers : REPLY
no, socketstat only returns the status of the specified registers. but when you send something using tcp, the socket status is polled to see if the data has been sent, or that there is a time out.
View ArticleBASCOM-AVR : Garden automat : REPLY
I read Deanus's answer [url]http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=11327&postdays=0&postorder=asc&start=0[/url] I'll try it remake.
View ArticleEASY TCP/IP : How to access W5100 registers : REPLY
Ok, in my project I'm more interested in the receiving part. As soon as a message is received the program should store the data including the details of the sender (peeraddress and peerport). That's...
View ArticleShare your working BASCOM-AVR code here : DDS AD9850 SMALL CODE : REPLY
Thank you for posting, it makes sine wave generation much better at all available frequencies. Available in th USA between approx. $20-$30. Especially useful for sine wave power inverter applications....
View ArticleBASCOM Project Blog : 7 inch display board : REPLY
Here the source of our Easter Word Clock. Have fun Ben Zijlstra Theo Kleijn :smt031 Easter project 2013
View ArticleEASY TCP/IP : How to access W5100 registers : REPLY
Also check SETTCPREGS Have fun Ben Zijlstra
View ArticleBASCOM Project Blog : 7 inch display board : REPLY
hi Ben & Theo, thanks for the source, that is indeed a nice project for this Easter :-) Wish you Happy Easter !
View ArticleBASCOM-AVR : experience whith YAMAHA YM2314 sound synthesiser chip? : NEWTOPIC
Is someone out there who has mastered the YM2314 chip? This chip , aka UM3567, produce instrumental / melody and rhythem sounds whithout additional components - just a quartz is needed. It can be...
View ArticleBASCOM-AVR : RS-485 protocol help : NEWTOPIC
Hello all, i was wondering if someone here could shed some light on the RS-485 protocol, i have this project i need to work on, i'm not too familiar with this protocol, i have done many projects which...
View ArticleBASCOM-AVR : Attiny84v - ADC interrupt & soft UART out : NEWTOPIC
Hello, All! :wink: There is a problem in your project by using the code: [code:1:aa5a778b33]Config Adc = Free , Prescaler = Auto , Reference = Avcc Stop Adc ... Open "comb.2:9600,8,n,1" For Input As...
View ArticleBASCOM-AVR : RS-485 protocol help : REPLY
hi, There is no real fixed protocol on RS485, in principle it is the same as RS232 you send and receive data just like RS232. RS485 is the way it works electrically, it doesn't say anything about the...
View ArticleBASCOM-AVR : Using AVR Dragon as External Programmer : REPLY
I have had similar luck using the AVR dragon to program targets from bascom using EVI 287's process However instead of using the avrdragon.exe command interface i am utilising the atprogram.exe...
View ArticleBASCOM-AVR : RS-485 protocol help : REPLY
hai , search this forum "rs-485" , you'll get many hit ...
View ArticleEASY TCP/IP : WizFi 210 thoughts? : NEWTOPIC
Hi: I've ordered a wizfi 210 shield and am wondering if Easy TCP/IP can be used/extended to interact with this new part, or if I'll need to roll a new library. Initially, I'll just be using this for a...
View ArticleBASCOM-AVR : Can't add chr(0) from Deflcdchar to a string : NEWTOPIC
Hy, i tried to code a bargraph and want to add the special characters to a string and it works fine except for chr(0). Without a string variable it works fine ... This is my sample code :...
View ArticleBASCOM-AVR : Can't add chr(0) from Deflcdchar to a string : REPLY
ASCII 0 is the string-terminator and can't be used as char in a string.
View ArticleBASCOM-AVR : Can't add chr(0) from Deflcdchar to a string : REPLY
Ok, but why starts DefLcdChar with "0" ? So i only can use it with Lcd Chr(0) in no other way ? Regards
View Article