BASCOM-AVR : DAC unnecessary : REPLY
0805 or 0603 on the pins are a great idea. This is the solution. thank you very much.
View ArticleBASCOM-AVR : Gosub vs. Call a procedure : REPLY
call (without parameters) and gosub appear to be similar. and technical they are. they use the same stack space. but there are differences : - with config submode=new, only used sub routines will be...
View ArticleAVR : ATmega32m1 : REPLY
thanks for the links. i only need the connector but when it has a cable it is no problem. i do have the bluetooth device, but that is not what i need when connecting a CAN chip.
View ArticleBASCOM Project Blog : Watering system Contrioller : REPLY
Now a two buss system the serial for inputs & outputs and I2C with RTC , 12bit 12port ADC , LM75 temperature sensors (to be added). You can check out "Working With MAX1238/9 12BIT 12 Channel I2C...
View ArticleAVR : ATmega32m1 : REPLY
They have connectors as well, pretty much everything. http://www.obd2cables.com/products/obd-connectors/
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : NEWTOPIC
hi, I lost my XP computer during Super Storm Sandy, so I bought a new computer with Win 7 and installed a SIIG CyberParallel PCI card and the driver. I then set up Bascom-AVR ver 2.0.7.6 to use the...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
Hi, PCI bus cards can sit in the low IO memory range, so address 278,378 and 3BC won't work. Some drivers have a emulation function but they're not that effective. The only thing you can try is...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
you need to find the address the card uses. you can find it by clicking properties in device manager of the card. at resources you can find the address range. this is the range you need to enter in...
View ArticleShare your working BASCOM-AVR code here : Arduino Mega + 5 inch SSD1963 16...
Here the code and some pictures for the Arduino Mega, TFT shield, SSD1963 display 16 bit. With thanks to HKipnik and SIX1. These are the base routines, all functions can be catched from other...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
in Port Settings LPT1 LPT2 LPT3 in Resources I/O Range EFD8-EFDF I/O Range EFD4-EFD7 I/O Range EFE0-EFFF I am not sure what to enter in Port Settings nor what to enter in LPT-address in Bascom-AVR Can...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
you need to enter EFD8 for LPT1. so add the address and chose lpt1. that should do the trick.
View ArticleShare your working BASCOM-AVR code here : Arduino Mega + 5 inch SSD1963 16...
thanks to you all for your great display work. :D
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
I set LPT1 in Port Settings and added EFD8 in LPT-address and still will not program the chip Is there anything else I can try?
View ArticleEASY TCP/IP : bug in PING sample? : NEWTOPIC
Hi! I'm using a W5200 in a WIZ820IO. It pings a couple of IPs (and does a lot more). I encoutered some problems, the ram appeared corrupted after the ping. I found out, that the ping-answer from the...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
did you installed the io driver? When you run setup you have the option to install the IO driver. If you did not installed it, it will not work.
View ArticleEASY TCP/IP : bug in PING sample? : REPLY
maybe the w5200 puts the header into the data as well. in that case you would need 4 more bytes. you should clear the buffer by reading 1 byte in a loop till there is no more data.
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
Yes the driver was installed Device Mgr says "This device is working properly" Is there anything else I should try?
View ArticleEASY TCP/IP : bug in PING sample? : REPLY
11+4=15; that makes sense. I will clear the buffer anyway, thanks a lot!
View ArticleAVR : ATmega32m1 : REPLY
I hope this means you are working on an OBD2 library, ODB has huge interest only have to look at the blog section to see the large number of views, of course it would only come with the full version I...
View Article