Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Thread: QuickBlue

    by air1kdf
    Replies
    1
    Views
    5,653

    Well I still haven't gotten as much as a...

    Well I still haven't gotten as much as a response. I'm assuming that it can't do 38,400.

    Here's a better substitute.
    http://www.sparkfun.com/commerce/categories.php?cPath=16_115

    The good news...
  2. Thread: QuickBlue

    by air1kdf
    Replies
    1
    Views
    5,653

    QuickBlue

    Is there any QuickBlue device that can be used at 38,400 baud?

    I emailed support for QuickBlue weeks ago. No answer, so I'm not sure if it is actually available.
  3. Thread: PBP Book

    by air1kdf
    Replies
    83
    Views
    60,656

    I think that we are talking about the same thing....

    I think that we are talking about the same thing. I didn't mention nor imply anything complicated. Unless you consider a logarithmic type of sensor, which are simple to connect, but a quick search...
  4. Thread: PBP Book

    by air1kdf
    Replies
    83
    Views
    60,656

    I would spend a chapter on the bootloader, and...

    I would spend a chapter on the bootloader, and just putting some code on a chip. Basically talking to the chip, and flash an LED. Great start, minimal code.

    I would ignore writing anything on...
  5. Replies
    16
    Views
    16,501

    Cool project. DIY solar setups can be very...

    Cool project.

    DIY solar setups can be very inexpensive, check out ebay.

    I am setting up a solar panel system to heat my 30,000 gallon pool. There are systems like Goldline that make and sell...
  6. Replies
    2
    Views
    2,840

    I realize that it is 2 bytes. I just didn't...

    I realize that it is 2 bytes. I just didn't expect the compiler to see it as one byte.

    hserout [MyWord]
    will only send the lowbyte

    hserout [#MyWord]
    Will send upto 5 bytes depending on value...
  7. Replies
    2
    Views
    2,840

    VB Binary Serial Help for someone

    I have been reading a lot of posts on here absorbing information like a sponge, so I thought that I could give back a little. I wanted to send serial data via hserout. All is well. I'm using a 4...
  8. Replies
    26
    Views
    10,941

    Mine would look even better if the indentation...

    Mine would look even better if the indentation could be displayed. With a little luck there will be an attachment here.
  9. Replies
    26
    Views
    10,941

    Your code hurts my head and is very hard for me...

    Your code hurts my head and is very hard for me to follow the logic because it jumps in and out so much, so this is the same code rewritten. Is this what you were intending?

    start1:
    Do
    Serin2...
  10. Replies
    4
    Views
    6,432

    I would also like to know how long the pulsin...

    I would also like to know how long the pulsin command overhead itself takes with a given frequency.

    For example assume that the pulsin returned 1000 with a 20Mhz crystal would be 2000...
Results 1 to 10 of 10