BASCOM-AVR Old versions : Atmega128 Uart0 and Uart1 both Interupt reception...
Hi Kimmi, Thanks i will test it tonight. I was wondering about the flushing routine, would that routine not capture all bytes before it enters the inputbin line? so i miss the 5 bytes? To be honest I...
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
[quote:8f022a81ac="Mrshilov"]You must copy library to LIB directory. С:Program FilesMCS ElectronicsBASCOM-AVRLIB[/quote:8f022a81ac] [b:8f022a81ac]thank you it works so great[/b:8f022a81ac]. :D there...
View ArticleShare your working BASCOM-AVR code here : Fast library for ILI9325 LCD : REPLY
[quote:3701a655b1="Mrshilov"]Tools/Plugins/Font Editor.[/quote:3701a655b1] [b:3701a655b1]yes.I am working on it. thanks a lot.[/b:3701a655b1]
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
My reply is for the first piece of code. It appears to be correct code. I can only advise to make Local Str_freq As String * 14 a bit longer to make sure the data will fit in all cases. Then when it...
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
Hi Mark Thanks for the reply, Well what i mentioned earlier, if i put a read and write in and endless loop without any delay in the loop, the communication is flaweless.. If it would be read...
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
yes but i was replying for the original problem where the code 'hung'. you can start new alternative codes but it is a good idea to determine the cause first. when it is indeed in the communication,...
View ArticleBASCOM-AVR : XTEA encryption problems : REPLY
Ok so what do I need to do to get this working? Im on a time crunch...
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
Sure sure, i know my code must work and i really want to know why i goes wrong on a place i can not understand why.. I made a video of my problem hope this will give some more input into the issue:...
View ArticleBASCOM-AVR Old versions : Atmega128 Uart0 and Uart1 both Interupt reception...
Hi Kimmi.. I have tested the code, but what i already expected.. the Flush code.. also flushes the bytes i need.. On my other thread i have posted a link to a video that describes the problem.. For...
View ArticleBASCOM-AVR Old versions : Atmega128 Uart0 and Uart1 both Interupt reception...
ubs must be before printbin :) did you get the info about possibel error Locate 3 , 1 : Lcd Offset ; " " [b:b7f9327c5e]Downlink_freq_temp[/b:b7f9327c5e] = [b:b7f9327c5e]Downlink_freq_temp...
View ArticleBASCOM-AVR Old versions : Atmega128 Uart0 and Uart1 both Interupt reception...
[quote:ef9b026108="kimmi"]ubs must be before printbin :) did you get the info about possibel error Locate 3 , 1 : Lcd Offset ; " " [b:ef9b026108]Downlink_freq_temp[/b:ef9b026108] =...
View ArticleShare your working BASCOM-AVR code here : NOKIA-3310/5110 LCD library : REPLY
Thank you for sharing Mr. Mrshilov. It is hard to keep up with you :D
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
Hi, It's not clear to me what code you use in the video, can you repost that code?
View ArticleBASCOM-AVR : XTEA encryption problems : REPLY
well i did send you the lib in the support ticket. just include it : $lib "xtea2.lbx"
View ArticleBASCOM-AVR : modbus on Xmega : REPLY
the makemodbus() was not adapted for xmega yet. we change/support when required. there are tons of functions in bascom and all core code support xmega. if you write to support i can send a modified lib.
View ArticleBASCOM-AVR Old versions : Atmega128 Uart0 and Uart1 both Interupt reception...
No no, The *10 is the following: When receiving the 4 bytes excluding the command byte, resulting in 8 "characters" at the end.. For example.. im receiving 43 52 00 00 these are the frequency bytes.....
View ArticleBASCOM-AVR Old versions : Atmega128 Uart0 and Uart1 both Interupt reception...
yes I got extra [b:ea77a37707]1[/b:ea77a37707] in the freq 435[b:ea77a37707]1[/b:ea77a37707]249080 my mistake just checked the sub and its ok btw why do you run at baud 4800 ? can't it run higher baud ?
View ArticleBASCOM-AVR Old versions : Atmega128 Uart0 and Uart1 both Interupt reception...
Yeah it runs at 38400baud now, works good.. its the max baudrate for the rigs.. Next step is to implement a preset table for satellite frequencies and their modes.. like USB, LSB and FM
View ArticleBASCOM-AVR : Print HEX values UART : REPLY
Well the problem is solved, Kimmi wrote a little Flush routine that makes sure the RX buffers are 100% empty before receiving again,, that solved all my issues :) [code:1:eb7a715c92] Sub...
View ArticleShare your working BASCOM-AVR code here : code for DS3234 Arduino Shield...
Nicely done, JP. Clear and well commented code. Excellent example.
View Article