Author |
Message |
Topic: AtTiny 202 |
svein.berg@ccd.as
Replies: 7
Views: 438
|
Forum: BASCOM-AVR Posted: Sat May 25, 2019 11:06 pm Subject: AtTiny 202 |
Hi all.
Any support for the AtTiny 202?
Or could I use the AtTiny20.dat??
regards svein
(BASCOM-AVR version : 2.0.8.1 ) |
Topic: Strange ISR problem. |
svein.berg@ccd.as
Replies: 9
Views: 470
|
Forum: BASCOM-AVR Posted: Wed Jan 02, 2019 9:12 pm Subject: Strange ISR problem. |
Thanks MWS!!
regards svein |
Topic: Strange ISR problem. |
svein.berg@ccd.as
Replies: 9
Views: 470
|
Forum: BASCOM-AVR Posted: Wed Jan 02, 2019 8:21 pm Subject: Strange ISR problem. |
Hi.
Yep, i'm sorry. Have problem reading it myself.
BUT. It was formated when i wrote the post.
Uploading it removed all the formatting.. arg...
regards |
Topic: Strange ISR problem. |
svein.berg@ccd.as
Replies: 9
Views: 470
|
Forum: BASCOM-AVR Posted: Wed Jan 02, 2019 7:16 pm Subject: Strange ISR problem. |
Thanks.
I cannot see how this should create random problems, but I will surely try
regards svein |
Topic: Strange ISR problem. |
svein.berg@ccd.as
Replies: 9
Views: 470
|
Forum: BASCOM-AVR Posted: Wed Jan 02, 2019 11:36 am Subject: Strange ISR problem. |
Hi.
I'm trying to make an electronic leadscrew for my lathe.
Main spindle have an encoder, and the program should drive a stepper motor according to the spindel speed (RPM) and a setting.
The setti ... |
Topic: Changing baudrate. |
svein.berg@ccd.as
Replies: 3
Views: 197
|
Forum: BASCOM-AVR Posted: Fri Dec 14, 2018 7:43 pm Subject: Changing baudrate. |
Yep.
ried a new config with the new baudrate, but when compiling I get;
"Com port already open"
Then I tried a Close #2 before config, but same result. |
Topic: Changing baudrate. |
svein.berg@ccd.as
Replies: 3
Views: 197
|
Forum: BASCOM-AVR Posted: Fri Dec 14, 2018 3:02 pm Subject: Changing baudrate. |
Hi.
I have bascom 2.0.8.1. and working with Arduino Mega with ATMEGA2560
I need to change baudrate runtime.
I start with config of the Com2;
Config Com2 = 19200 , Synchrone = 0 , Parity = None ... |
Topic: waitms with variable |
svein.berg@ccd.as
Replies: 2
Views: 301
|
Forum: BASCOM-AVR Posted: Sun Jun 03, 2018 7:47 pm Subject: waitms with variable |
Hi.
Thanks for Your reply.
Have also tested, and it worked.
But as an undocumeted feature, I would like to be sure it doesnt make any trouble down the road,
regards svein |
Topic: waitms with variable |
svein.berg@ccd.as
Replies: 2
Views: 301
|
Forum: BASCOM-AVR Posted: Thu May 31, 2018 10:30 pm Subject: waitms with variable |
Hi.
is this possible?;
Dim X as integer
for x=1 to 100
waitms x
next
regards svein
(BASCOM-AVR version : 2.0.8.1 ) |
Topic: Software UART problem |
svein.berg@ccd.as
Replies: 1
Views: 248
|
Forum: BASCOM-AVR Posted: Sat May 12, 2018 4:18 pm Subject: Software UART problem |
Hi.
I've been struggeling with software uart for days, so any help will be most welcome!
I'm using Bascom 2.0.8.1 on an Arduino Mega with ATMEGA 2560.
I need 5 com ports, so I have to use one in so ... |
Topic: Can one unit be both Master and Slave? |
svein.berg@ccd.as
Replies: 11
Views: 713
|
Forum: BASCOM-AVR Posted: Fri Sep 08, 2017 1:47 pm Subject: Can one unit be both Master and Slave? |
Thanks MWS.
Your post made me go through another hard "Hard day's night"
First;
Yes, I have started with a simple Master and a simple Slave, some weeks ago...
No, I didnt post all my code, just wh ... |
Topic: Can one unit be both Master and Slave? |
svein.berg@ccd.as
Replies: 11
Views: 713
|
Forum: BASCOM-AVR Posted: Thu Sep 07, 2017 11:04 pm Subject: Can one unit be both Master and Slave? |
Hi.
I still have problems. I have read the link, and tried to do the same, but I also have problem with Master.
It is clocking out the adress to the slave, and then its holding the clock line low, ... |
Topic: Can one unit be both Master and Slave? |
svein.berg@ccd.as
Replies: 11
Views: 713
|
Forum: BASCOM-AVR Posted: Thu Sep 07, 2017 6:07 pm Subject: Can one unit be both Master and Slave? |
Thaks all.
Great help. I got at least some part working, so I'm on my way...
regards svein |
Topic: Can one unit be both Master and Slave? |
svein.berg@ccd.as
Replies: 11
Views: 713
|
Forum: BASCOM-AVR Posted: Tue Sep 05, 2017 11:26 am Subject: Can one unit be both Master and Slave? |
Thanks.
I have been searching the forum for hours and hours, but cant find anything.
Can anyone help me finding the topic??
Regards svein |
Topic: Can one unit be both Master and Slave? |
svein.berg@ccd.as
Replies: 11
Views: 713
|
Forum: BASCOM-AVR Posted: Mon Sep 04, 2017 7:21 pm Subject: Can one unit be both Master and Slave? |
Hi.
I'm working on a Project where multiple units should communicate With each other With I2C (TWI).
The units would normally be in slave mode, waiting for a Call to its adress.
On user interaction ... |
|