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...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top