Search found 2 matches

by Roshan8051
18 Nov 2021 08:45
Forum: mikroBasic PRO for 8051 General
Topic: create variable delay using rc
Replies: 0
Views: 1637

create variable delay using rc

Hi ! I am trying to create variable delay using R & C. (using 89S52) where C is fixed value = 100NF & R is variable 100K resistor. time range maximum 1 second attaching my code but not getting success. also Attaching image program MyProject ' Declarations section dim speed as longword dim i as longw...
by Roshan8051
09 Feb 2021 11:13
Forum: mikroBasic PRO for 8051 General
Topic: Unable to print byte value on lcd
Replies: 1
Views: 1533

Unable to print byte value on lcd

Hi, I am novice for 8051. I am printing byte value on lcd in for next loop, but not working. here is my code. 'txt is string, declared in my program for i = 1 to 10 bytetostr(i,txt) lcd_out(2,5, txt) delay_ms(1000) next i but it does not print as 1 to 10 in . other printing on lcd working ok. need h...

Go to advanced search