Questions tagged [bascom]
The Bascom is the original Windows BASIC Compiler for the AVR and 8051 family.
6 questions
1 vote
1 answer
213 views
Problem using two 74HC595 to create a 16-bit output
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 ...
0 votes
0 answers
583 views
Store Receive bytes from UART as a string in BASCOM AVR
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 ...
0 votes
2 answers
133 views
when DC supply is given to ATmega16 micro-controller, I want it to continue functioning from the same state, from where it was stopped
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 ...
1 vote
1 answer
199 views
How to show a long sentence on character LCD by using bascom?
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 ...
-2 votes
1 answer
1k views
How to program MCU to work with NRF24L01 module in Bascom language? [closed]
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 ...
-7 votes
1 answer
190 views