Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,859

    Re: Why can't I make this assignment?

    Thanks, Darrel
  2. Replies
    2
    Views
    1,859

    Why can't I make this assignment?

    Guess I've been away from PBP too long. Don't understand why I can't make this assignment:

    '======================
    DIPSWITCHES:
    '======================
    I2CREAD SDA1,SCL1,DIPSWITCH,[X] ...
  3. Replies
    5
    Views
    3,631

    Re: Netburner SBL2e ?

    Heckler,

    The SBL2e's serial port is connected to the PIC via 2 general purpose I/O pins. I wanted to be sure I didn't have any issues with signal polarity (that always seems to bite me), so I...
  4. Replies
    5
    Views
    3,631

    Re: Netburner SBL2e ?

    Since my original post, I have used the SBL2e with a PIC and DS1820's to transmit temp info to a server. I find them to be inexpensive and easy to use. (Plus support is right here in San Diego!)
  5. Replies
    5
    Views
    3,631

    Netburner SBL2e ?

    Does anyone have any experience using Netburner's SBL2e Serial to Ethernet on a PBP project?

    http://www.netburnerstore.com/serial_to_ethernet_p/sbl2e-100ir.htm
  6. Replies
    40
    Views
    51,818

    Re: How about String Variables?

    Yeah, how about STRING variables?????


    Strings are needed ALL THE TIME! I wish PBP would face the music and implement them! Every other compiler I see has them, why not PBP? (And No, I don't...
  7. Replies
    1
    Views
    1,949

    Re: Special Characters in MicroCode IDE?

    DT was kind enough to answer me on the melabs forum.
    Windows 7 command 'CHARMAP'.

    Thanks again, Darrel.
  8. Replies
    1
    Views
    1,949

    Special Characters in MicroCode IDE?

    Is there any way to print special characters (daggers, footnote markers, symbols) in MicroCode IDE?
    Thanks.
  9. Replies
    2
    Views
    9,456

    Re: PIC18F46K22 config issue

    Datasheet Page 153 [10.7]
  10. Replies
    2
    Views
    9,456

    PIC18F46K22 config issue

    Hi folks,

    Im trying to use a PIC18F46K22 for the first time, and am having a little trouble with the config for PORTD. I am using D.2 & D.3 as DEBUG pins, and D.5 as a LED indicator. The first...
  11. Replies
    3
    Views
    2,377

    Re: Software equiv of MCLR for PIC18F ?

    Will look again. Didn't look in the appendix, but just saw @ documented as a one line ASM command. Thank you.
  12. Replies
    3
    Views
    2,377

    Re: Software equiv of MCLR for PIC18F ?

    Found a thread that said to use '@ RESET' for a PIC18, and the other method for a PIC16. :)
  13. Replies
    3
    Views
    2,377

    Software equiv of MCLR for PIC18F ?

    Hello,

    I've seen several posts but don't know which, if any, apply to a PIC18F6722.

    I want to do as near as possible to a MCLR RESET using software.

    Someone suggested "@ RESET" and someone...
  14. Re: picbasic-l Calculating the day of Week from a date

    Hey Darrel,
    Thanks for that
  15. Re: picbasic-l Calculating the day of Week from a date

    WHERE is the original post showing ALL of Melanie's code?
  16. Re: NTP server / External (no "www") time base for PC / DCF77

    I've decided to give Lantronix Matchport module a try. Onward. :smile:
  17. Re: NTP server / External (no "www") time base for PC / DCF77

    Charles,

    Thanks for your code post. I was considering a Netburner 'PINK' module, but you've got me looking at the Lantronix Pro again. I have to admit that I'm really in the dark when doing an...
  18. Replies
    4
    Views
    6,113

    Re: Mcp79410 rtcc

    Lines 57-59 error. Did you end up remarking them out?

    SSPSTAT = %00000000
    SSPCON1 = %00101000 'MASTER MODE SSPM E ENABLE SSPEN
    SSPCON2 = %00011111 'SEN,RSEN,PEN,RCEN,ACKEN

    I'm glad you got...
  19. Replies
    8
    Views
    5,198

    Re: Nano SocketLAN connection to PIC

    OK! The voice of authority! As long as the polarity of the PIC's hardware uart is right for the SocketLAN, life is good. I DO need level conversion from 5V to 3.3V and will use the SN74LVC2G07 with...
  20. Replies
    8
    Views
    5,198

    Re: Nano SocketLAN connection to PIC

    Well, no, I'm not SURE, but I think so. For example, on the SocketLAN demo board the serial data just comes out of the LAN module, and goes through a MAX232 inverter/level shifter and out to the PC...
  21. Replies
    8
    Views
    5,198

    Re: Nano SocketLAN connection to PIC

    My immediate inclination was to try to use the hardware serial port, and use DT_INT RX_INT for the hardware interrupt, but because I don't have the flexibility of inverting the polarity of the in/out...
  22. Replies
    8
    Views
    5,198

    Re: Nano SocketLAN connection to PIC

    What does that mean? Interrupts on a serial connection to a PC via the RS232 port, or interrupts via a serial connection to the SocketLAN? Just say what you mean. The point of my question was the...
  23. Replies
    8
    Views
    5,198

    Nano SocketLAN connection to PIC

    When connecting a Nano SocketLAN module to a PIC, should I use the hardware UART on the PIC itself, or use other I/O pins so I can use SERIN2/SEROUT2 and invert the signal?

    Thanks
  24. Replies
    6
    Views
    5,115

    Re: Measuring temperature with a PIC

    I would recommend the DS1820. There are many variations of this part, and any difference in the part number requires slightly different software, so watch that, but it's quick and fairly easy.
  25. Replies
    91
    Views
    92,743

    Re: mackrackit's ConnectOne example code

    Hi,
    I just ordered a Connect One SocketLAN, and am doing some background searching for tips on how to hook it up to a PIC project. It looks like the serial pins are the most basic but am a little...
Results 1 to 25 of 35
Page 1 of 2 1 2