Serial Communication In PIC Microcontroller | UART in PIC

Поділитися
Вставка
  • Опубліковано 18 жов 2024
  • For information transmission or reception, a number of devices, including GPS, GSM, RFID, sensors, etc., must communicate with the UART serial communication.
    A built-in USART module on the PIC18F46K42 is helpful for serial connection. We can send and receive data to a computer or other devices with the aid of USART. Additionally, USART can be used to connect the PIC to numerous modules, including Bluetooth, GPS, GSM, Wi-Fi (ESP8266), and Wi-Fi.
    Code Download Link:
    bit.ly/3AdWbyp
    Recommended Video Links
    How To Design GUI Using Tkinter in Python | GUI in Python:
    • How To Design GUI Usin...
    How to Generate PWM in PIC18F using PWM Mode (Create New Project Step By Step With This Video)
    • Xilinx ISE Design Suit...
  • Наука та технологія

КОМЕНТАРІ • 16

  • @SwatcomComputers
    @SwatcomComputers 2 роки тому +1

    Sir will you make us know how to connect a weighing scale i.e a scale that we see in any vegetable shop which is electric scale or a scale in the gold Smith shop which comes with a com port. In python project. These scales work on 2400 and 9600 and some other scales work on 4800 baud rate.

    • @dhanawadeamit
      @dhanawadeamit  2 роки тому

      Does your weighing scale send data on series port?

    • @SwatcomComputers
      @SwatcomComputers 2 роки тому

      @@dhanawadeamit waiting for your response

    • @dhanawadeamit
      @dhanawadeamit  2 роки тому

      Hello, I have a video on interfacing PIC serial port with python gui this helps you.
      Here is the like for you:
      ua-cam.com/video/updn8EUxbzg/v-deo.html

  • @bajarangsutar5396
    @bajarangsutar5396 10 місяців тому

    VERY USEFULL TUTORIAL THANKS

  • @shrikantbhosale951
    @shrikantbhosale951 Рік тому +1

    Thank you Sir!

  • @sathishvarri5445
    @sathishvarri5445 5 місяців тому

    Sir could you please provide I2C interface with winstar display with this PIC18F46K42 microcontroller in the same ide

  • @harithabinu7572
    @harithabinu7572 10 місяців тому

    Sir can you please do the spi, can interface through mcc. 🙏

  • @harithabinu7572
    @harithabinu7572 10 місяців тому

    Thank u Sir

  • @hasky1332
    @hasky1332 Рік тому +1

    Thank You :)

  • @mrafayshams3089
    @mrafayshams3089 2 роки тому +1

    Hello sir, is it possible to read an 8 byte long string with PIC UART?

    • @dhanawadeamit
      @dhanawadeamit  2 роки тому

      Yes, you can read multiple bytes in two ways.
      1. Poll your serial port for 8 times this works when you are assured that you will receive 8 bytes in a short span of time.
      2. UART Interrupt with this there is no limitation on time you could receive byte and store it an array and when 8 byte received reset array index to 0 to receive further set of 8bytes

    • @vishnu.k4737
      @vishnu.k4737 Рік тому +2

      @@dhanawadeamit please put a vedios for spi, i2c, can protocols in pic controller please

  • @MRTAG08
    @MRTAG08 3 місяці тому

    what about without code configurator?