Skip to main content

Questions tagged [bascom]

The Bascom is the original Windows BASIC Compiler for the AVR and 8051 family.

1 vote
1 answer
213 views

I'm migrating a code made in Bascom from a fully functional hardware to a C language (XC8) Through two 74HC595. They increase to 16 digital outputs. The way they do it is like this I have made my ...
Fabián Romo's user avatar
0 votes
0 answers
583 views

I'm working on receive interrupt uart and I wanna store all of data as a string . I also catch data (one by one) byte until receiving ETX . When I catch ETX ,it means end of datas. unfortunately, my ...
Milad Rasouli's user avatar
0 votes
2 answers
133 views

I am writing my code in BASCOM-AVR. It has 2 if loops and 1 for loop inside the 1st if loop. I will give DC supply to ATmega16 controller. Now, what I want is, if the power is cut off when code is in ...
Deep Chhowala's user avatar
1 vote
1 answer
199 views

I want to show a long message that going to differ every time and it's 3 lines or less. This message comes from Sim900. I cant show the whole sentence on my 4x20 lcd. how can I print it in several ...
Mohammad Reza Hasanpour's user avatar
-2 votes
1 answer
1k views

I want to connect several devices together with this RF module. But it's hard for me to understand the Bascom program. Could you please tell what the main idea is or explain in general for me? Do ...
Mohammad Reza Hasanpour's user avatar