BASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
[quote:af0fa35529="Evert :-)"]Try something like this to see if the problem is maybe in the print, or are you using Rs485 or something like that? [code:1:af0fa35529] Print "Command: " ; Temp$ ; " end"...
View ArticleBASCOM-AVR : Atmega256a3bu problem with new (2.0.7.7) version : NEWTOPIC
Code doesn't work in chip when compiled in the new (2.0.7.7) version, and doesn't give any errors. In 2.0.7.6 it works well. I tried to compile with old .dat file (from 2.0.7.6) but get an error 222:...
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
Hi Sentinel, This may or may not help, but I compiled your code and run it in m32a chip, and it runs fine with the expected output. This means that the version 2.0.7.7 code is working correctly as it...
View ArticleBASCOM-AVR : Atmega256a3bu problem with new (2.0.7.7) version : REPLY
Always check register.mcselec.com ! The enhancements/bugs contain info about changes since the release : xmega, config OSC : when using external osc, enable the internal osc as well. So for you :...
View ArticleBASCOM-AVR : Bascom-AVR-USB Add On for ATXmega : REPLY
This is why we usually do not give release dates. I can only inform you that we are behind schedule.
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
it simulates OK in Proteus too. Do you verify after you program? Then : what do you get when you run this sample in hardware? If it is not Command: START,2,3 then it really means there is something...
View ArticleBASCOM-AVR : Using SPI on 3.5 display with FTDI FT800 controller. : REPLY
Larry Please try the attached file, change your port pins and make [b:183c41d54a]Const Wqvga = 0 [/b:183c41d54a] (FT800_Eve.inc) Spent days just trying to get it to work, converted a few sample...
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
OK, increasing the stack size from $hwstack = 120 $swstack = 120 $framesize = 200 to $hwstack = 150 $swstack = 150 $framesize = 230 has absolutely no effect. Additionally, Print Right(ar(3) , 2) where...
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
Confession time. I finally found the cause, and it's embarrassingly simple and should not have got past elementary checking. Quite simply, the receiving string from the modem was dimensioned just 1...
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
Fresh day, fresh cup off coffee solves a lot problems. ;-)
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
One shoud write true informations, not to waste other people's time. OP said the code from the first post did not work in real, but now it is clear that he actually never tried it in real.
View ArticleBASCOM-AVR : using RC5 protocol to connect two AVR's : NEWTOPIC
I'm trying to connect two AVR's together with RC5 code - a reason is that i will be using 433MHz transmitter later and i thought that RC5 is great way to encode/decode signals. SO, i tried to connect...
View ArticleBASCOM-AVR : using RC5 protocol to connect two AVR's : REPLY
RC5 is working with an carrier frequent of 36Khz. 433Mhz transmitters has an bandwidth between 1.6kHz and 13kHz, so that won't work.
View ArticleBASCOM-AVR : using RC5 protocol to connect two AVR's : REPLY
Yes, you have the point... i saw that after a while, too. So, i tried with IR receiver TSOP34838 (which is 38kHz, to be exact, but that wasn't the reason for not working), but that didn't work either....
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
So very true, Evert. I have had so many "Eureka!" moments in the first waking moments in the morning after struggling with a problem into the wee small hours of the night(s) before. One minute of...
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
sentinel: I am sorry if my note sounded unkindly. But in your first post you gave a code and wrote [quote:65756c0541]The strange thing is that it works in the simulator, but when compiled and run in...
View ArticleBASCOM-AVR : Problem with Mid$ happens in chip but not in simulator. : REPLY
You are right. I should have verified that the problem occurred in the code extract so that we could all have been discussing the same thing. I have learned my lesson and will be better prepared when...
View ArticleBASCOM-AVR : using RC5 protocol to connect two AVR's : REPLY
Hi, Maybe have a look at the HopeRF rfm73 Radio modules. I'm currently playing with them and am quite impressed. The range isn't wonderful (ca. 10 meters through 2 concret walls) but the modules are:...
View ArticleBASCOM-AVR : using RC5 protocol to connect two AVR's : REPLY
I already did play with RFM22B modules, but they are sooo complicated, i'd almost need a college degre to undesrstand it... HMTRP module is quite nice and simple, but a bit more expensive...i wanted...
View ArticleBASCOM-AVR : using RC5 protocol to connect two AVR's : REPLY
Hi protoncek, The documentation from HopeRF for the rfm73 isn't that goof, but with the AN (an 115) and some time to study it's not that hard. These things are complex, so the programming is complex....
View Article