Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: pic-ker; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    10,322

    I have no idea why you think it wont...

    I have no idea why you think it wont work...because I have already tested it

    My defines are declared in the .INC file and not in the program.
    The interrupts are disabled here:


    ADCON1 =...
  2. Replies
    4
    Views
    10,322

    Simple 4 line LCD display with 18F4550

    I have written a few lines of code to implement common functions such as displaying a single line and clearing a single line on the 18F4550...spent a long time trying to get this working...this is...
  3. Replies
    16
    Views
    11,721

    I got my RF module to work...I was using the +VCC...

    I got my RF module to work...I was using the +VCC from the USB port to power the receiver and that was causing some continuous ripple

    I used a battery supply,connected the grounds,used a 0.01uF...
  4. Replies
    16
    Views
    11,721

    Its true, I tested the TX/RX using a wire...

    Its true, I tested the TX/RX using a wire initially and there were absolutely no problems with the baudrate or noise etc

    Now that I have attached the RF modules I get errors..its probably because...
  5. Replies
    16
    Views
    11,721

    I am sending a sync packet of '239' in a frame of...

    I am sending a sync packet of '239' in a frame of 6 characters, But I find that there is no need for error checking as I am using this mainly for text messaging..

    dave, do you have any kind of...
  6. Replies
    16
    Views
    11,721

    Yeah, youre right, the module was really cheap...

    Yeah, youre right, the module was really cheap ... it doesnt have a crystal based oscillator, rather there is an inductor coil which can be adjusted by a screwdriver....

    I think it would be better...
  7. Replies
    16
    Views
    11,721

    Differnet results each time... Anyway I have...

    Differnet results each time...


    Anyway I have finally got the TX/RX to work !

    Heres the section of the TX code which works:

    IF USBBufferIn[7]=239 then
    SEROUT...
  8. Replies
    16
    Views
    11,721

    I havre tried all the above statements.... ...

    I havre tried all the above statements....

    DEFINE HSER_CLROERR 1 is now inculded...

    however im still getting errors...
    i transmit : 239 65 66 67
    I receive : 254 254 6 134 128
    (5 chars...
  9. Replies
    16
    Views
    11,721

    Thanks, I'll try that now...

    Thanks, I'll try that now...
  10. Replies
    16
    Views
    11,721

    I have tried it with a DEFINE OSC 48 as...

    I have tried it with a DEFINE OSC 48 as well....infact the USB interface works fine...i tried to switch on/off the LED pins on you demo and they work ...

    The config fuses are
    24 0E 3E 00 00 83...
  11. Replies
    16
    Views
    11,721

    USB Serial Communication Continuous

    Hi everyone... Im working on a device to receive serial data wirelessly (2400 baud) and then transfer it to a PC using USB. I have completed the hardware and the PIC interface however im unable to...
Results 1 to 11 of 11