answersLogoWhite

0

Output the numbers from 0 to 10 to the port register, for onstance in PICBasic use the following code: [code] for PORTB = 0 to 10 next PORTB [/code]

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Do you have a source code for 3x3x3 led cube display using pic16f84?

no


Design a 6-bit binary asynchronous counter using J-K (rising) flip-flops. Then redesign this counter that counts from 0 to 48 and restarts from 0 when number is greater than 48. Show all steps of your design?

[object Object]


What is a binary counter?

It counts bits of information using 1s and 0s


How do you design a decade synchronous counter?

To design a decade synchronous counter, you start by using flip-flops, typically JK or D flip-flops, to create a 4-bit binary counter that can count from 0 to 9 (ten states). The counter increments on each clock pulse, and you implement combinational logic to reset the counter when it reaches the state representing 10 (1010 in binary). This reset logic can be achieved using AND gates to detect the 10 state and feed back to the reset inputs of the flip-flops. Finally, ensure that the clock input is connected to all flip-flops to maintain synchronization.


Design a counter with the following repeated binary sequence?

To design a counter for a repeated binary sequence, first determine the specific sequence you want to repeat, such as "0101." You can use a finite state machine (FSM) with states representing each bit in the sequence. Each state transition occurs on a clock pulse, cycling through the sequence until it resets. Implement this using flip-flops and combinational logic to ensure the output follows the desired binary pattern.


When you use a mod-2 counter what binary number will you be able to count to?

1 is the highest number you can count to using a mod-2 counter.


Design mod 9 down counter using j-k fk?

CT up counter N=9 JK


What are the benefits of using a counter to ceiling backsplash in a kitchen design?

A counter to ceiling backsplash in a kitchen design offers benefits such as easier cleaning, a visually cohesive look, and protection for walls from splashes and stains.


How do you design the 3 bit binary counter using D flip flop?

Designing a 3 bit synchronous counter using jk flip flop is not an easy project for the uninformed. This is best left to professionals who are adept at programming. There are lengthy guides available on the internet if it is necessary to create one.


What is UP Counter in Digital Electronics?

An up counter is simply a digital counter which counts up at some predefined increment. A Binary Up Counter with 'n' stages can count up to 2n states.If we are implementing Up Counter with flip flops, this 'n' stages becomes the number of flip flops. For example a 4 bit Up Counter can count from binary 0000 to 1111, i.e 24=16 states.A detailed design and working animation of of Binary Up Counter is given in the related link section below


Design of mod 8 counter using 7490 ic?

connect Q3 to both reset pins


Design a divide by two counter using D-Latch?

Hi, divide by two counter using d latch design is just same like as Divide by two counter using d ff. ex: we have a d latch, if enable is high, what ever the input , that will capture the output. if enable is low, This condition latch will remain in same state. So, if u do like, u can achieve divided by 2 counter using d latch. i hope this will help u.