BASCOM-AVR : Library .equ references : REPLY
MarkA@- A couple of things.... 1. Happy Birthday! :) 2. As I can understand why you wouldn't want all .equ global, huge headache with 3rd party .libs, internal .libs etc using the same names different...
View ArticleBASCOM-AVR : Library .equ references : REPLY
The lib code is bind in last. This because libs can be overridden with alternative libs. And when all code is compiled the libs and included. But this also means that .equ references are invalid for...
View ArticleBASCOM-AVR : Library .equ references : REPLY
MarkA- Thank you for the explanation. Sorry to make more work for you. :) Sure you hear this all the time but your product is outstanding! There are few times, that I can't do what I want it to do,...
View ArticleEASY TCP/IP : Default Buffer setup in W5100 : NEWTOPIC
Just like to know the default settings for the buffers in the W5100 , how much TX & RX is set for each socket can not find this in the help. Regards Paul
View ArticleAVR : AVR leaching power from serial line : NEWTOPIC
Hello Everyone, I searched through the site but didn't find anything on this topic. The AVR chips require very little power to operate and I have a project where the AVR remains running after the...
View ArticleBASCOM-AVR : clock & date : REPLY
ok..thanks for your information. :) i will try my best..
View ArticleBASCOM-AVR : baskom avr : NEWTOPIC
hi everyone.. :) i have troble with my baskom avr ..in baskom avr simulator,the intterupt switch cannot appear.is my software not match with my windows 7?i don't know....i use baskom avr...
View ArticleBASCOM-AVR : game : NEWTOPIC
hello, I am a novice user baskom avr ... I want to make a toy program using ATmega8. toys put coin to activate it so how can I make a program to set up two new incoming current coin or three coin a...
View ArticleAVR : AVR leaching power from serial line : REPLY
Hi Eddy, a resistor is series with tx and rx lines will reduce the available current. Selecting the Brown Out Detection voltage to near rail voltage will mean when the voltage drops due to the removal...
View ArticleBASCOM-AVR : baskom avr : REPLY
Hi Kiki, In the simulator, if you have a switch connected to a port as an input, the switch will NOT appear in the simulator. To operate the switch in the simulator, Turn on the LCD button in the...
View ArticleBASCOM-AVR : game : REPLY
Hi Kiki, The forum is here to HELP you to do your programs, nobody will write the program for you, but they will help in what you wish to achieve. It is up to you to figure out your project, and how...
View ArticleEASY TCP/IP : Default Buffer setup in W5100 : REPLY
all RX and TX are set to the chips default value which means that space is evenly divided.
View ArticleEASY TCP/IP : Wiznet W5500 : REPLY
I had a look. this is not really the same as w5200 and i do not see a real advantage of using this chip. the only advantage (IMO) is the SPI can transmit larger chucks. But it no problem to support...
View ArticleEASY TCP/IP : Default Buffer setup in W5100 : REPLY
Hello Mark Thank you , then that means they get 2K each just so I know how big a buffer would be needed to hold the RX data. Regards Paul
View ArticleBASCOM-AVR : Timers configuration problem, Atmega88 : NEWTOPIC
Hi everyone, I need to generate 100kHz square wave from Atmega88. I have decided to achieve that by using Timer and sub-procedure called on interrupt from Timer. This is the code which I'm using to...
View ArticleBASCOM-AVR : makemodbus given the right instruction : NEWTOPIC
Hello everyone How to receive data from transmitters load cells via Modbus Transmitter has a slave address 3, register 0 is the initial, read 4 registers. Mbpoll to read data from the sensor...
View ArticleBASCOM-AVR Old versions : makemodbus : NEWTOPIC
Hello everyone How to receive data from transmitters load cells via Modbus Transmitter has a slave address 3, register 0 is the initial, read 4 registers. Mbpoll to read data from the sensor...
View ArticleAVR : AVR leaching power from serial line : REPLY
I looked at the brownout detection settings but since that looks at voltage, I wasn't sure it would accomplish what I wanted. But using your suggestion to limit the current along with BD, it may work...
View ArticleBASCOM-AVR : Timers configuration problem, Atmega88 : REPLY
Hi Bart, you will not be able to create a 100KHz frequency with a timer via an interrupt. This is due to the required register saving before and reloading after the interrupt. That requires around 110...
View ArticleBASCOM-AVR : Timers configuration problem, Atmega88 : REPLY
Thank you very much. Everything is working now! Regards, Bart
View Article