BASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
Hi Mark, You need card with a brand name and model number so that you can test it with Bascom and recommend it to your customers. On the Exsys web site you can download the driver and manual and you...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
Hi Mark, I have tested with the Bascom full setup (2.0.7.6) and after setup and reboot I get this error in the Windows system log: (Which is the same error as last year)....
View ArticleShare your working BASCOM-AVR code here : A simple WAV file player from an SD...
Yes. You should be able to play them at a different speed by adjusting the variable WP_SampleRate. When the file is opened, the header metadata is read and WP_SampleRate is set to how many samples per...
View ArticleShare your working BASCOM-AVR code here : A simple WAV file player from an SD...
[quote:e40a4ecb2c="glena"]Yes. You should be able to play them at a different speed by adjusting the variable WP_SampleRate. When the file is opened, the header metadata is read and WP_SampleRate is...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
[quote:688638a29f="Luciano"] You need a card with a brand name and model number so that you can test it with Bascom and recommend it to your customers. Luciano[/quote:688638a29f] No it is not my task...
View ArticleBASCOM-AVR : I2C clock error : REPLY
I have here a XMega64D3 working with a DS1307 and 3,3 V without problems. At first it was not working when using the sample code as in "DS1307.BAS". The solution is also in Patrick's code. When...
View ArticleBASCOM-AVR : I2C clock error : REPLY
instead of i2cstop/i2cstart, you could try i2crepstart
View ArticleBASCOM-AVR : I2C clock error : REPLY
Yes. i2crepstart is required. Otherwise I get compile error. I found that DS1307 does not work on 3.3 volt. (can you please post your schematic of xmega & ds1307 ? ) I saw , DS1307 on 5 volts and...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
Hi Mark, Everything working now, thank you! This is what I have done on my Windows 7 Ultimate 64-bit system: - Uninstalled Bascom 2.0.7.6. - Rebooted the PC. (After rebooting the registry was OK, no...
View ArticleVarious : Windows 7 x64/Setupio CPU usage problem : REPLY
Update: The driver problem will be solved in Bascom Bascom 2.0.7.7. For now you can use this solution:...
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
thanks for testing and the excellent pictures. in 2077 the bascom setup will also install the driver like this when you chose to do so. maybe the IO card need some specific BIOS settings. I will check...
View ArticleBASCOM-AVR : I2C clock error : REPLY
Hello Devidas To save all the trouble of the DS1307 which relies on the accuracy of a non calibrated crystal I prefer the RX-0825 it is fully calibrated with internal crystal and works from 1.7V to...
View ArticleBASCOM-AVR : I2C clock error : REPLY
In the wiki a 7 inch display with an ds1338 on an atxmega128a. Hope that helps... Have fun Ben Zijlstra
View ArticleBASCOM-AVR : I2C clock error : REPLY
Thank you Paul, I tried to google RX-0825. But couldn't locate it. Whose its manufacturer ? Its not found on mouser too. A well calibrated RTC is a boon for me :-) I am using DS1307 for years....
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
Hi Mark, The BIOS of the motherboard does not have an interface where you can change the default transfer mode (SPP/ECP/EPP) of a PCI parallel port card installed in a PCI slot. (Only the parallel...
View ArticleVarious : Problem with USB-ISP programmer and Mega644 : NEWTOPIC
Hello, I can't program a mega644 with the USB-ISP programmer I bought from MCS , some years ago. When I connect the programmer to a Mega8515 board , it works perfect. After this , I programmed the...
View ArticleVarious : Problem with USB-ISP programmer and Mega644 : REPLY
there is a speed setting in the programmer options. try a low speed (1) And do not install the jumper : without the jumper it is powered from the circuit which is best.
View ArticleBASCOM-AVR : Sample Electronics programmer not working in Win 7 : REPLY
While searching for cards i have read about problems and solutions and i found a remark about BIOS settings. I do not want to shut down my PC yet so i can only tell after i have installed the card. It...
View ArticleBASCOM-AVR : I2C clock error : REPLY
That was a typo it should be RX-8025 here is a link to data sheet http://www.digikey.com.au/Web%20Export/Supplier%20Content/EpsonToyocom_114/PDF/Epson_RX_8025.pdf?redirected=1 Regards Paul
View ArticleBASCOM-AVR : Buffered serial in handling ASCII STX and ETX, $02 and $03 :...
Once again I ran into problems with Buffered serial in. This time on a Mega32. I have a device connected that starts its messages with STX (=$02), then a bunch of ordinary ASCII characters (32 through...
View Article