Thanks Robert.
Topic moved.
Now, the Interface should have drop down menus that the user would select. Most of the fields are predefined and not inserted by user.
For example select Serial...
Up to this moment I did not had any special needs for a fast power up, so the 1 sec pause worked just fine for me.
But I am pretty sure that each osc will have its own time to stabilise. So, for...
a pic is ready as soon as its osc is stable; as discoverable from the oscstat reg, a handful of microseconds at worst
a LCD can take 100's of milliseconds, 500 not uncommon. its not the...
Does anyone have an answer to the original question?
I'm trying to clean up code and wondering just how much we should pause at program start. I have code with pauses of all sorts of lengths....
i doubt i will understand how you came to that conclusion. you will need a different strategy if you plan additional interrupt usage as there can only be one interrupt handler, dt's elapsed timer...
richard Yesterday, 23:54I used Visual Studio 2022 for my interface tests recently.
https://visualstudio.microsoft.com/downloads/
I was just about to get back on doing more development in that area.
Start a thread...
In case someone needs it.
DT_INTS-14_16F18877.bas, supports on 16F18877:
- IOC
- Timer1
- Timer3
- RX
- CCP1
- CCP2
PIC 16F18877
Timer1 at 50ms intervals
Timer3 at 150ms intervals
Code:
'***************************************************************************************************
' ...
I have no clue why the elapsed timer worked once before I went to bed. I get up today, and I can't get it to repeat the same results.
I didn't comprehend the depth of this statement, until...
Re: PC Interface
I'll check my PC. I'm sure I found a tutorial.
Demon Today, 14:49