BASCOM-ARDUINO : Arduino M2560-AVR port pin out : REPLY
many thanks to share your job, this picture is clear and easy to understand a special note about warning, very useful ! JP :wink:
View ArticleBASCOM-AVR : a problem with the font in bascom : NEWTOPIC
hi i have a problem with the font in bascom.help me please. i uploaded problem picture. [/img]http://i57.tinypic.com/zlubly.jpg[img][/img] [b:501aa9b656][color=red:501aa9b656](BASCOM-AVR version :...
View ArticleBASCOM-ARDUINO : getting started with Arduino and bascom : NEWTOPIC
here you will find step by step a protocol to start Waiting for comments JP :wink:
View ArticleBASCOM-ARDUINO : Programm Arduino with Bascom - step by step solution : REPLY
hello, well you to , you lost your hair as me with arduino ? :lol: I'm still in W7 Windows version I hope it is ok with W8.1 In my last post I show a step by step method. I hope your hairdresser will...
View ArticleBASCOM-AVR : double < 0 : REPLY
Hi, in my mind, you didn't understand, that in binary system you can not show all possible floatingpoint numbers. Read the help and think about. regards, michael
View ArticleBASCOM-ARDUINO : NX-BRIDGE, an unique Arduino board with W5100 : NEWTOPIC
Hi there, time ago i wrote SOftware in Bascom for NX-Bridge. (MYSQL Access - Bascom) It is a M328 Arduino with SD-Card and Wiz5100 Chip on Board. Have a look at ElecFreaks:...
View ArticleBASCOM-AVR : I2C EEPROM read / write into a ST 24C256 : NEWTOPIC
My Testprogram for a I2C transfer in to a ST 24C256 EEPROM would not work as expected but I c'ant find the failure in the program Any help is very apreciated. Walter This is my samplecode:...
View ArticleBASCOM-ARDUINO : Programm Arduino with Bascom - step by step solution : REPLY
I followed the step by step solution from JP Duval. As if by a miracle my Arduino worked fine with Bascom. Furthermore i took a saint smart uno and ... it works fine. Im happy. Thank you JP. Thank...
View ArticleBASCOM-ARDUINO : Arduino forum is living now ! : REPLY
Very nice, a Bascom Arduino corner.... Have fun Ben Zijlstra
View ArticleBASCOM-AVR : double < 0 : REPLY
Michael. You don't understand my question about compare Double and Zero. Think about. Ivan.
View ArticleBASCOM-ARDUINO : NX-BRIDGE, an unique Arduino board with W5100 : REPLY
michael, I remember, you help an other guy one time, some years ago about thermocouple Max Ic . I used you solution, I have never thanks you for that, It's time now ! many thanks for share your works...
View ArticleBASCOM-AVR : double < 0 : REPLY
ahh, ok... that can be the solution... i do not understand and therefore your code doesn't work... :lol: You ask about precision and have doubt about my skill? Maybe you better start debug and have a...
View ArticleBASCOM-AVR : HHO Generator : NEWTOPIC
Hello everybody, I'm on on my HHO generator project, It's objective is to power a 5 Kw gas powered generator from an HHO cell. This will all be driven via an ATMEGA8-16 powered by Bascom. This will...
View ArticleBASCOM-AVR : Question about programming : REPLY
Hello there, I currently use a boot loader in all of my projects, you can find a couple of projects I have uploaded here. I have since moved to a new type of IC that does not require any capacitors to...
View ArticleBASCOM-AVR : I2C EEPROM read / write into a ST 24C256 : REPLY
have a look at the code from 24lcd515.bas which is in the samples folder. I include it below. it is for a bigger chip but will show that you must manipulate the address. [code:1:25405c4e38]$regfile =...
View ArticleBASCOM-ARDUINO : Arduino forum is living now ! : REPLY
hi Jean-Pierre, thanks for your contribution. A good idea to create a dedicated forum. with all the different hardware and loaders it can be hard to get things going.
View ArticleBASCOM-AVR : CONFIG SUBMODE = NEW Problem and Question : NEWTOPIC
Hello All, I am breaking apart a working program into a new program that should come out the same, but will utilize includes. All Declare Subs are remarked. Many subs have been moved out of the main...
View ArticleBASCOM-AVR : CONFIG SUBMODE = NEW Problem and Question : REPLY
you really should read the help. [b:f7520fede1]When you use CONFIG SUBMODE=NEW, most behaviour is changed : - there is no need to DECLARE a sub/function before you call it. But, the actual...
View ArticleBASCOM-AVR : CONFIG SUBMODE = NEW Problem and Question : REPLY
Hello Mark and thank you for your reply. [quote:0b161438d9] you really should read the help. [/quote:0b161438d9] I did sir. [quote:0b161438d9] When you use CONFIG SUBMODE=NEW, most behaviour is...
View Article