Technical support for the MELabs PICBASIC Compiler is provided solely via the online forum. Click the forum button on the top menu bar of this page. Before posting a support question, it maybe useful to search the forum for answers to perviously asked questions that are similar to your own. Or look through the user created sections on the main page of this site. The wiki, code example and other areas carry user generated content, to assist you with your enjoyment of our products.
If you can't find the answer you need, our community volunteers are ready to help you find a solution, just post your question in the relevant section of the forum.
Re: I/O Pin status during startup
Simple answer- you cannot do that.
Jerson Today, 02:57You should design your project with active low outputs to account for the High-Z input state at power on. Almost every microcontroller, I know, behaves...