BASCOM-AVR : how to controle date : REPLY
They are here in the blog section of the forum http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewforum&f=19 Regards Paul
View ArticleBASCOM Project Blog : Watering system Contrioller : REPLY
I have drawn a circuit diagram of what I have hooked up with jumpers on 6 little boards just the power is additional my black on green LCDs need 8volt for the backlight at present its all running from...
View ArticleBASCOM-AVR : USB HID VID : REPLY
It's described in the manual that you get with it when you bought it.
View ArticleBASCOM-AVR : Need help for convert MicroC to Bascom Avr PWM Sine wave 50H :...
Thanks Kimmi on your's help. I'm test yours corrected Bascom code in Isis and have following results.
View ArticleBASCOM-AVR : RTClock what goes wrong? : NEWTOPIC
I am creating a RTClock everyting is going well exept the date can some one help my with this here is my code: '------------------------------------------------------------ ' CLOCK RTClock.BAS...
View ArticleBASCOM-AVR : [help] read the incoming sms : NEWTOPIC
I've managed to send sms from microcontroller [siemens c55], but now I want to revive and turn off the system by sending sms to a microcontroller [siemens c55], later if the microcontroller [siemens...
View ArticleBASCOM-AVR : Controller and BASCOM : NEWTOPIC
Hi, do you think, that BASCOM will be good for this controller on ATMEGA32: http://www.e-tronix.us/3,controller-su-1-2.html [b:80e27c8b7e][color=red:80e27c8b7e](BASCOM-AVR version : 2.0.7.6...
View ArticleBASCOM-AVR : Controller and BASCOM : REPLY
Hi, Bascom supports the atmel mega32. On the web page they even mention Bascom, so maybe they have code samples to make your life easier, Regards Ian Dobosn
View ArticleBASCOM-AVR : Controller and BASCOM : REPLY
[quote:2a0a3cb52f="i.dobson"]Hi, Bascom supports the atmel mega32. On the web page they even mention Bascom, so maybe they have code samples to make your life easier, Regards Ian...
View ArticleBASCOM-AVR : Question about Displayconverter : NEWTOPIC
Hi , inthe Application Notes I have found the VGA AVR - BASCOM-AVR VIDEO CONTROLLER by GIOVANNI DE LUCA . Does someone build this controller ? Works it ? Many thanks for every answer Hans...
View ArticleBASCOM-AVR : Question about Displayconverter : REPLY
if you want support about this project you can ask him directly at http://www.delucagiovanni.com/public/phpbb3/index.php
View ArticleEASY TCP/IP : TCPWRITE: when to socketdisconnect? : REPLY
I checked it meanwhile. My ideas was absolutly right: The client can disconnet immediatly after TCPWRITE. The server can read the input buffer even after connection has been closed. The sample is a...
View ArticleBASCOM-AVR : EasyAVR7 development board : NEWTOPIC
I recently bought this development board and i noticed one very annoying change versus EasyAVR6 (which i own, too): LCD and GLCD pins are totally messed up. On ver.6 GLCD dataport was C and control...
View ArticleEASY TCP/IP : TCPWRITE: when to socketdisconnect? : REPLY
yes after tcpwrite you can disconnect, that is no problem since tcpwrite will write all data or reports an error. for the server : you could read data that is still in the buffer, it would have been...
View ArticleBASCOM-AVR : UART receiving a string or ? : NEWTOPIC
I do not know how i can receive for example number 60. The command Input working, but i would like to use different command because the program stays on Input command until to a character is received....
View ArticleBASCOM-AVR : UART receiving a string or ? : REPLY
Hi, The only solution is to use a loop with ischarwaiting/inkey and create the string yourself. Also have a look at the config serialin for buffered serial input Regards Ian Dobson
View ArticleBASCOM-AVR : UART receiving a string or ? : REPLY
Hi, I think I cannot use serial buffer because I use URXC Intterupt.
View ArticleBASCOM-AVR : Random output pin toggling : NEWTOPIC
Hi, I need randomly toggle with an output pin. As fast as possible and I need as long period as possible before repeating "random" sequence. Without ADC using, no external components, internal...
View ArticleBASCOM-AVR : UART receiving a string or ? : REPLY
Now I can receive a two-digit number. I do not know in advance whether a number will be one-digit or two-digits. [code:1:9dab6e4122] Rs232_rx: Disable Urxc Cls A = 0 U = 0 Buffer_count = 0 Check_enter...
View ArticleBASCOM-AVR : XMEGA serial lost characters : NEWTOPIC
Hi all, i decided to rewrite the bootloader for the Xmega. Not the initial was "bad" but, i use many kind of serial communication (Wireless with Xbeepro, IP with Lantronix or internal mesh RS422), and...
View Article