Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Re: Pic18 and RN42 bluetooth communication problem using UART

    Actually It's working using what you suggested.


    Hserout [10,0]

    Thanks alot!
  2. Re: Pic18 and RN42 bluetooth communication problem using UART

    I got it running using external oscillator but bluetooth doesn't pickup the commands..

    Any idea? even
    Hserout [dec 10] doesn't work.
  3. Re: Pic18 and RN42 bluetooth communication problem using UART

    Thanks alot! I will try that.

    Do I need to set OSCCON and OSCTUNE registers as well if I am using internal oscillator? I am a bit confused about Frequency Tuning bit of OSCTUNE register.How you...
  4. Re: Pic18 and RN42 bluetooth communication problem using UART

    How should I enter ints 16 bit signed values? like following?



    Hserout [0]
    Hserout [0]

    Hserout [0]
    Hserout [0]
  5. Re: Pic18 and RN42 bluetooth communication problem using UART

    I changed the oscillator value but it still doesn't work.

    I think it could be because of missing line in arduino code to enter command mode!


    Serial.print("$$$")

    Any suggestion on doing the...
  6. Pic18 and RN42 bluetooth communication problem using UART

    Hello everyone,

    I have a RN42 bluetooth module in HID profile that I am trying to get it working with PIC18F24J50.

    I have a code in arduino that is working and basically moves the cursor.I want...
Results 1 to 6 of 6