Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    6,660

    Re: sht_75 and SHT XX pgm correction

    Mine still gives the same value no matter what I do, will work on it again this weekend.
  2. Replies
    5
    Views
    6,660

    Re: sht_75 and SHT XX pgm correction

    Hi There

    Can I ask that you post the complete corrected program, I am trying to get the sensor working with a 16F913 and are having issues. Another question in all the examples nobody use I2CREAD...
  3. Replies
    8
    Views
    20,297

    Re: User selectable baud rate

    Thanks Richard
    Just a question from what manual did you get the quote I had a look in the manual I got when I bought PBP and it does not match, is there a advance manual for PBP ?
  4. Replies
    8
    Views
    20,297

    Re: User selectable baud rate

    Thanks for this I had a look and it could have saved me a few hours - will definitely remember it now.
    I have another question in my quest for user select ability :is there some were I can read up...
  5. Replies
    8
    Views
    20,297

    Re: User selectable baud rate

    Hi all here is the code I use now and it works, 48M crystal on a PIC18F4550
    Next will be parity, I will copy the code again when it works

    If bRate = 0 THEN
    RCSTA = $90 ' Enable serial port &...
  6. Replies
    8
    Views
    20,297

    User selectable baud rate

    Hi all
    I am trying to select the baud rate via dip switches at start-up
    first attempt
    IF bRate = 2 then
    'DEFINE HSER_BAUD 14400 ' 14400 Baud
    ENDIF
    IF bRate = 3 then
    DEFINE HSER_BAUD 19200...
  7. Replies
    2
    Views
    4,284

    Re: Pic18f4550 hserout

    It seems to be the 16 bit baud rate generator that is creating the problems as soon as you disable it everything works
  8. Replies
    2
    Views
    4,284

    Pic18f4550 hserout

    Hi Guys, Wonder if any one can point out the difference between the PIC18 and PIC 16 HSEROUT commands.
    I normally use the following code in my PIC 16 programs,
    '*Serial port Setup 9600 8E1*...
  9. Replies
    3
    Views
    3,209

    Re: Portc 16F913 problem

    Thanks i'll do so - I did a bit of reading and it seems it has something to do with the "read modify write" functions on portC.2 and 5.
    I moved the pins to portB as they are spare and all seems to...
  10. Replies
    3
    Views
    3,209

    Portc 16F913 problem

    Hi all
    I am trying to use a PIC16F913 to read a keypad, the problem is i can not get PortC.2 to go to a high state ,can anyone please point me in a direction, Pin 0 and 1 works fine



    INCLUDE...
  11. Replies
    1
    Views
    2,150

    PIC12F675 AD Reference problem

    Hallo
    I am trying to measure a output from a LM3914 bar display driver with a pic12 the problem is that if you measure from 0V nothing happens, if you measure from 5V you get a variance running up...
  12. Replies
    1
    Views
    2,632

    Internal osilator

    I am trying to set my PIC16F913 to use a internal ossilator in code without changing any other files. acording to another post i just add "@__config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF &...
  13. Replies
    2
    Views
    2,421

    Interestig is that if you change the 78l05 with a...

    Interestig is that if you change the 78l05 with a resistor and zenner you can drop the power with about 2.5mA to 1.6mA
  14. Replies
    2
    Views
    2,421

    Low power applicationn

    Can someone please help i am missing something, if you read the datasheet for the pic16f913 it states it consumes 100uA at 2V and 1 Mhz opperating conditions.
    I am using a 4mHz cristal and a pic no...
  15. Replies
    25
    Views
    26,726

    Thank you i entered it in hex and everything works

    Thank you i entered it in hex and everything works
  16. Replies
    25
    Views
    26,726

    Mabe i mis understand something i have a file in...

    Mabe i mis understand something i have a file in my project called DESCUSBProject witch acording to me is the file i need to change but i i understand corectly it is already setted to use 64 bytes...
  17. Replies
    25
    Views
    26,726

    Hallo Darrel a question i have used your code...

    Hallo Darrel
    a question i have used your code and it work 100% with a array of 8 values, if i would like to transfer more values do i need to edit your file as well as in the main program
  18. Replies
    12
    Views
    19,453

    Thank you it works like a charm, now i can...

    Thank you it works like a charm, now i can continue with the rest of my program, thank you once again:)
  19. Replies
    12
    Views
    19,453

    Hi there, i am back still batteling with the...

    Hi there, i am back still batteling with the VB.net part of my project, i have tried this code to send data to my pic when i press a button, it does not work, i know this is not a vb forum but mabe...
  20. Replies
    12
    Views
    19,453

    Thanks Darrel after looking at your code i...

    Thanks Darrel after looking at your code i changed the code to look like the this, it works fine, i will again post some code if i get the VB code to send some data.


    include...
  21. Replies
    12
    Views
    19,453

    After looking at some other code this is what i...

    After looking at some other code this is what i did and it works, now for the next one sending data from the VB application


    ' ************************************************************
    ' *...
  22. Replies
    12
    Views
    19,453

    USB to VB.NET

    Can someone please assist me, i am trying to get a PIC18F4550 to talk to a VB application.
    If i connect the pic the software detects the pic but no data comes through.
    I have hard coded the data...
  23. Replies
    1
    Views
    3,100

    Mplab 8.40

    I have just reloaded my pc and upgraded to MPLAB 8.40 with PBP 2.46 but can not get any of my programs to compile is there any one who can give me advice?
  24. Replies
    2
    Views
    2,646

    Thank you, that fixed the problem

    Thank you, that fixed the problem
  25. Replies
    2
    Views
    2,646

    Formating numeric values to text

    Hi there
    Wonder if someone can give me advice:
    I have a counter running that i use for in a RTC, i then send out the data as a serial string on my com port. the problem is that i need it to be the...
Results 1 to 25 of 86
Page 1 of 4 1 2 3 4