I'll check my PC. I'm sure I found a tutorial.
Edit: this is where I'll start reviewing vb community.
I remember this guy being my #1 reference.
...
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:
'***************************************************************************************************
' ...
Re: PC Interface
Thanks for that. I review it in the past but is a bit complicated for me. I guess I am too old to do that...!
Ioannis Today, 15:45Maybe there is a simpler environment to build an executable with few drop down...