Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Hanson; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: Serial data sending#do someone came across programming 16f676 with TRH031M?

    Hi,

    Sorry Henrik for making you confused. I am not sure that I can use SERIN with SHIFTIN/OUT so I mistakenly mixed them up.

    Actually what Im doing is transmit a data at 13.56MHz by using...
  2. Re: Serial data sending#do someone came across programming 16f676 with TRH031M?

    Hi Henrik,

    Now considering I have successfully received and stored the data in PIC16f877 as "ActualData" and I wish to send the stored data to the "slave (TRH031M)".
    Can I use SHIFTIN/OUT method...
  3. Re: Serial data sending#do someone came across programming 16f676 with TRH031M?

    Hi Henrik,

    Thanks alot! My brain isn't functioning well just now. Sorry for the confusion.
  4. Re: Serial data sending#do someone came across programming 16f676 with TRH031M?

    Hi Henrik,





    i VAR BYTEDataIn VAR BYTE[16]ActualData VAR BYTE [6]' DataIn is 16 bytes containg A A A A A H A N S O N E E E E E' Verify that the first 5 bytes are all "A"For i = 0 to 4 If...
  5. Re: Serial data sending#do someone came across programming 16f676 with TRH031M?

    Hi Henrik,

    Let's say Im now sending a serial data "Hanson" and i set my start frame as "AAAAA" and end frame as "EEEEE". So the serial data Im sending is like:
    "AAAAAHANSONEEEEE"

    at sending...
  6. Re: Serial data sending#do someone came across programming 16f676 with TRH031M?

    Hi Henrik,

    Thank you so much for the clarification made. Considering "slave(trh031m)" already received data from "master(16f877)" and I wish to send received data through TX1 of TRH031M, still I...
  7. Re: Serial data sending#do someone came across programming 16f676 with TRH031M?

    Hi Henrik,

    As per my understanding, to perform SPI between a master and a slave, 2 programmable PICs are needed (1 for master& 1 for slave) while TRH031M I am using is kinda transmitter which...
  8. Re: Serial data sending#do someone came across programming 16f676 with TRH031M?

    Dear Charlie,

    I am new in picbasicpro. Where can i find a sample SPI coding to be referred? Currently Im using TRH031M as "slave" in SPI mode and pic16f877 as a MCU (master in SPI mode)
  9. Serial data sending#do someone came across programming 16f676 with TRH031M?

    Dear experts,

    Currently I am trying to program pic16f676 as a microcontroller to send serial data from TRH031M (kinda 13.56MHz transmitter)
    http://www.farnell.com/datasheets/460824.pdf

    Im...
Results 1 to 9 of 9