BASCOM-AVR : question Baud SW UART : NEWTOPIC
When using Baud # 1, 14400 possible to substitute a variable in place of speed? Doing so. mini sample [code:1:79c50dc5c8] Dim A as Long Open "coma.1:9600,8,n,1" for output #1 Do A = 14400 Baud #1, A...
View ArticleBASCOM-AVR : ATmega3290 & ATmega3290P : REPLY
I did it. [url]http://www.sendspace.com/file/h1in1o[/url]
View ArticleBASCOM-AVR : ISD25xx Record / Playback Chip : REPLY
I have used them too some years ago. Very easy to interface. Just set up a test circuit from the datasheet if you have the chip. It will probably work if you get the connections right... :) And yes!...
View ArticleBASCOM-AVR : Nothing But Ping With WIZ820IO : REPLY
I had the same problem. If time below 150 ms ethernet module is not working. Only ping is working! Now i have 200ms
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C : NEWTOPIC
Dear all I just bought the LCD: http://www.ebay.com/itm/180939111604?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649 which has the LCD C2004A +PCF8574 with PIN ASSIGNMENT / PIN SYMBOL FUNCTION...
View ArticleBASCOM-AVR : Writing code to run multiple tasks at same time : REPLY
Adrian and Per, yes and yes. Agreed to everything both of you say. Just wanted to point out what to expect. And you are also right that there is no single solution to all the tasks one wants it to...
View ArticleBASCOM-AVR : question Baud SW UART : REPLY
Hi, according to the help text Syntax BAUD = var BAUD #x , const so no you can't use a variable like that. This might work A=9600 select case a case is = 9600 baud #1,9600 case is = 14400 baud...
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
Hi, Check pins on I2c board to lcd it may NOT be same setup as used in Lcd_i2c as I see 8574 pins to lcd is NOT same layout pin by pin !! 8574 pin 12 is data7 (pin 14 lcd) 8574 pin 11 is data6 (pin 13...
View ArticleBASCOM-AVR : Garden automat : REPLY
okay. I try to make a interrupt. One interrupt per second. I have the following problem. For example: - pumps running - it means actual time = starting time - Power outage appears - Power restore -...
View ArticleBASCOM-AVR : Garden automat : REPLY
Hi bibibo, Ah, just a couple of important things you failed to tell us at the beginning. Power outages are a problem, and in the past, I felt that if there was, you don't know how long it was out for...
View ArticleShare your working BASCOM-AVR code here : A simple WAV file player from an SD...
finally got it to work , i am using m1280 with 4 GB Transcend SDHC , Thanks for sharing now figure out how to change : [N]extFile, [F]astForward, [R]ewind [S]tartOver" into button and LCD .
View ArticleAVR-DOS : Atmega128 adc+avrdos+text : REPLY
hai send your files , so everybody can see , tq
View ArticleBASCOM-AVR : Garden automat : REPLY
"It is possible to get an interrupt per second from RTC ? " Yes it is and much of what you need to know I have done here >>...
View ArticleBASCOM-AVR : Installation or license issue , need advice : NEWTOPIC
Hi, I have BASCOM-AVR registered with valid license. I had a XP machine that bascom version 1.12.0.0 was working fine there . But recently PC died and I had to move to a Windows 7 PC. I installed a...
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
[quote:89c4f4493a="kimmi"]Hi, Check pins on I2c board to lcd it may NOT be same setup as used in Lcd_i2c as I see 8574 pins to lcd is NOT same layout pin by pin !! 8574 pin 12 is data7 (pin 14 lcd)...
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
Hello gpat "Can we brake a *.bas file to several and combine them together in the main program?" Yes bascom has a project mode where you can put all your sub's ect into seperate files then with an...
View ArticleBASCOM-AVR : LCD 20*4, C2004A, on i2C. E, E1, E2 signals and PCF8574 prob :...
[quote:196e625794]Lcd_i2c. describes : 8574 P6 -> E2 (on 1 or 2 line display nc) 8574 P7 -> E1 But my LCD has only E. What am I missing? [/quote:196e625794] you missing the NC 8574 P6 -> E2...
View ArticleBASCOM-AVR : Installation or license issue , need advice : REPLY
always run setup to install on a new PC, do not just copy the files. then in options, environment choose the language. it should be set by default to English but i have seen occasions where it was not...
View ArticleBASCOM-AVR : Converter USB>PS2 / Seriell : NEWTOPIC
Hi , does someone knows a shematic with software to convert signals from a usb-keyboard to ps2 or serial signals ? Or its possible to connect a usb keyboard dierctly to a MC ATMega 8 , 16 or an other...
View Article