Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    DEFINE OSC 4


    DEFINE LCD_DREG PORTB
    DEFINE LCD_DBIT 0
    DEFINE LCD_EREG PORTD
    DEFINE LCD_EBIT 5
    DEFINE LCD_RSREG PORTD
    DEFINE LCD_RSBIT 6
    DEFINE LCD_RWREG PORTD
  2. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    strange, weird things happen in my terminal program. i use Bray's terminal as a communicator but the results are so silly as in my last post. i tried pic basic pro's serial communicator like Henrik...
  3. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    7707




    DEFINE OSC 4


    DEFINE LCD_DREG PORTB
    DEFINE LCD_DBIT 0
  4. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    i did it as you told but numbers and row are mixed in some cases. this method is not as useful as "hserin [wait ("sync"), str h\128]" one...
    using "for - next" makes "hserin" crippled :(
    any...
  5. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    i have a string in my pc/terminal and i want to send it to pic. string is sth like: 1F133580235647A848DCD824696A6321551CA53D541E2FF2E2FC...
    it is 128 hex number in total... i want to get this string...
  6. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    thank you all. everything works fine now :)
  7. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    yes, you are right- as always... i noticed schmitt trigger issue after i looked up at the right place in datasheet. can i use a 10 k resistor between 5v and usart rx pin as a level shifter? is it...
  8. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    i updated my codes as shown below. lcd always displays "timed out!" even if i send data from terminal. i dont know the reason of this but device is deaf...
    how can it be that the device (pic, i...
  9. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    no change :(
  10. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    hi;
    i solved my problem when i checked wiring between pic and bluetooth module. then i succeed to send some data from pic to pc. everything works fine; but when it comes to send sth from pc to...
  11. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    first of all, happy new year :)
    i went to basics and checked all the peripherals-led blinkings-analog converter- lcd drive... there is no problem. at the end, i succeed to pair with pc via...
  12. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    henrik, i did what you said but nothing has changed- neither led nor data. what do you think? can it be about hardware?
  13. Replies
    32
    Views
    20,320

    Re: usart-bluetooth problem

    thank you for your answer hendrik. do i need to put "pause" in main routine in order to see blinking of led?
  14. Replies
    32
    Views
    20,320

    usart-bluetooth problem

    hi,
    1. i want to send a packet of data from pc to pic via bluetooth hc 06 module. the dimension of the package is 512 byte string. i use windows 8 so i dont have hyperterminal, i use putty instead....
Results 1 to 14 of 14