PIC Micro: Get Serial Output from Byte Register

  • Thread starter Thread starter hisham.i
  • Start date Start date
  • Tags Tags
    Output Serial
AI Thread Summary
To achieve serial output from a byte register in a PIC microcontroller using assembly, it's essential to refer to the specific microcontroller's datasheet for details on the serial communication module. Microchip provides numerous application notes that can guide the implementation of serial communication protocols. These resources contain examples and modifications that can be adapted to fit specific needs. Understanding the configuration and operation of the serial communication module is crucial for successful output. Utilizing these references will enhance the development process for serial communication in PIC microcontrollers.
hisham.i
Messages
176
Reaction score
2
Hello...
If i have a byte in a register in a PIC micro controller, how can i write a subroutine using ASSEMBLY which allows me to get serial output from this register to the output port of the micro controller?
 
Engineering news on Phys.org
Please study the specification sheet for the PIC microcontroller you are using, particularly about the serial communication module if you are using it.
http://ww1.microchip.com/downloads/en/DeviceDoc/30292c.pdf

Microchip has hosted several application notes of their microcontrollers. There is plenty of literature for different types of serial communication. You can take a look at the them and modify your code accordingly. Check this link:
http://ww1.microchip.com/downloads/en/AppNotes/00510e.pdf
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top