Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    47
    Views
    52,317

    For those who are still interested, I have a copy...

    For those who are still interested, I have a copy I can send.

    Cheers,

    Marc
  2. Replies
    1
    Views
    3,524

    After a bit of seaching & reviewing the PIC...

    After a bit of seaching & reviewing the PIC 18F4550 datasheet, it appears the following command might achive what I am looking for:

    DEFINE HSER_TXSTA 65h

    i.e. 9-bit tx enable, BRGH high, & 9th...
  3. Replies
    1
    Views
    3,524

    Defining 2 stop bits using HSEROUT

    Is there a way of using HSEROUT with 2 stop bits? I have a device that will only understand the following:

    1 start bit
    8 data bits
    2 stop bits
    no parity
    All data in hex strings
    baud...
  4. Replies
    5
    Views
    21,756

    There is a neat USB data acquisition project...

    There is a neat USB data acquisition project using the PIC 18F4550. The project details can be found at: http://www.sixca.com/eng/articles/usbdaq/index.html

    - 8 Digital output
    - 8 Digital...
  5. Replies
    3
    Views
    5,259

    Thanks for the excellent feedback Steve! I...

    Thanks for the excellent feedback Steve!

    I didn't think about using a PBP software solution. I'm using the 4550's USB & trying to get things to work with an ENC28J60. Unfortunately, when I...
  6. Replies
    3
    Views
    5,259

    18F4550 UART and SPI

    Unfortunately the UART Rx and SPI SDO functions on the 18F4550 share the same pin. I can't think of a simple solution which retains both ports without going to a different PIC. Has anyone come...
  7. Replies
    5
    Views
    10,940

    Another USB bootloader

    Also check out: http://www.piccoder.co.uk/content/view/51/26/

    Regards
    Marc
  8. Replies
    1
    Views
    6,533

    Check out the example in this thread: ...

    Check out the example in this thread: http://www.picbasic.co.uk/forum/showthread.php?p=10405

    I found it very helpful in getting started.

    yba2cuo3
  9. Replies
    47
    Views
    52,317

    Thanks. Check your private messages for the...

    Thanks.

    Check your private messages for the details.
  10. Replies
    47
    Views
    52,317

    PDFSUSB.exe source

    Has anyone come across the source code for Microchip's PDFSUSB.exe USB demo software?

    I had heard that Microchip started providing it to customers but were flooded with support calls to change the...
  11. Replies
    5
    Views
    6,595

    RE: Converting from PIC18F452 to PIC18F4550

    Interesting...

    I'm attempting to convert to the 18F4550 as well. Obtained a PICDEM FS USB Demo Board which seems to work very well in demonstrating it's USB capabilities. With respect to using...
Results 1 to 11 of 11