BASCOM-AVR : Inkey not working : REPLY
The help says it all [code:1:459bb6e96f] 'With INKEY() we can check if there is data available 'To use it with the software UART you must provide the channel Do 'Store in byte B = Inkey(#2)...
View ArticleBASCOM-AVR : Inkey not working : REPLY
check this out : http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=11533&highlight=software+uart+interupts
View ArticleBASCOM-AVR : xMega and 1Wire dont work as descriped : NEWTOPIC
Hi, got a problem with xMega and 1Wire DS18B20. [code:1:84ea0e5469] $regfile = "xm32a4def.dat" $crystal = 32000000 $lib "xmega.lib" : $external _xmegafix_clear : $external _xmegafix_rol_r1014 $hwstack...
View ArticleBASCOM-AVR : EAdogs102 : REPLY
:D Thank you - it works! Sorry, but I couldn't find it in the helpfile.
View ArticleBASCOM-AVR : AYUDA IMAGENES GLCD : NEWTOPIC
Que tal gente busco ayuda porfavor para manejar un LCD grafico de 240x128 con mascara touch capaz y mi problema es de lo mas facil pero hasta ahora lo que necesito es que me ayuden a convertir las...
View ArticleBASCOM-AVR : AYUDA IMAGENES GLCD : REPLY
Hello Gabriel, please write in english, most of the people here can't speak spanish! As i understood, Gabriel want's help on converting Images to BGF Files. His tries ended up in shifted pictures on...
View ArticleBASCOM-AVR : Problem of speed with graphic LCD : REPLY
Hello Thanks a lot, it work fine with glcdks108-gdm.lbx, even if i declare 6000000 instead of the real speed wich is 8000000
View ArticleBASCOM-AVR : AYUDA IMAGENES GLCD : REPLY
The image to transform into BGF must be a BITMAP one in the SAME format (240x128) as your LCD, so by using the tool graphic converter it must work.
View ArticleBASCOM-AVR : Inkey not working : REPLY
[quote:54515f9a51]Is there any possibility at all to connect the software UART and HyperTerminal or search for another solution[/quote:54515f9a51] Yes. See the picture. Connect TX to PORTB.1, RX to...
View ArticleBASCOM-AVR : BASCOM AVR 2.0.7.6 not working with SDK500 native driver Pro :...
I'm working with an USB AVR ISP Programmer which is installed in BASCOM 2.0.7.6 as an SDK500 native driver (using Windows 7/64). After starting the program, the chip is detected properly in the lower...
View ArticleBASCOM-AVR : Inkey not working : REPLY
Maybe I did not explain the problem. This is an example where instruction inkey works well. [code:1:4655362ae3] $regfile = "m168Def.Dat" $crystal = 8000000 $hwstack = 64 $swstack = 64 $framesize = 64...
View ArticleBASCOM-AVR : Serial communication-wifi : REPLY
friends, does anyone have a solution? :lol: :lol: :lol:
View ArticleBASCOM-AVR : Brownout reset : REPLY
Hi Arera, thanks for your layout pix; I ordered 10x new boards last week, and they left the mfrs 4 days ago so should be here in a few days. I have completely revised the layout and have a ground...
View ArticleBASCOM-AVR : Inkey not working : REPLY
[quote:79205e6da1]why do you jump into the routine screen inkey instruction does not work, can someone please explain [/quote:79205e6da1] Inkey() works well. Remember that when no byte came to the...
View ArticleBASCOM-AVR : Inkey not working : REPLY
Thank Visovian if hiperterminal = 1 then gosub screen ( only one cycle jumps ) if hiperterminal = 0 then gosub screen ( I have a cyclical jumps ) This program includes a hardware UART works perfectly,...
View ArticleBASCOM-AVR : Inkey not working : REPLY
hello dr. sjajko , may be you can use software uarts with interrupts , refer to this thread : http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&p=17840#17840
View ArticleBASCOM-AVR : Inkey not working : REPLY
have a look at datasheet: PortB.2 = INT2 so try to use interrupt to get the rs232 chars. [code:1:e6750a4f4b] '------------------------------------------------------------------------------- ' INT2 RX...
View ArticleBASCOM-AVR : Inkey not working : REPLY
Thank six1 I think your proposal is right. Currently impossible to try your suggestion but as soon as I try I'll let the result best regarda
View ArticleBASCOM-AVR : SPI chip select bascom AVR : NEWTOPIC
Hello Everybody, I'm trying to use a mcp41010 digital potentiometer with an atmega168, programmed in bascom. The datasheet states that two bytes need to be sent using spi. One command byte and one...
View ArticleBASCOM-AVR : Open "com2:" For Binary As #1 NOT WORKING : REPLY
[quote:25dc5ba02e] Warte: Do Print Hex(z) Waitms 100 Z = Inkey() Loop Until Z = Chr(&H06) Return [/quote:25dc5ba02e] This will not work because you don't use buffered input. While you wait 100ms...
View Article