Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: Byte to Hex

    by enigma
    Replies
    7
    Views
    5,686

    Byte to Hex

    Hi all

    I`m grabbing the serial number from an iButton in 6 array bytes. The full number is 12 digits, 2 per byte. Normally I output the number by serial using the HEX2 prefix to give 00 to FF...
  2. Thread: PBP Road map

    by enigma
    Replies
    2
    Views
    14,114

    Re: PBP Road map

    There is a thread in the PBP wish list, I suspect as CuriousOne says there isn't one, least there doesn't seem to be the will to do much in the way of improvements
  3. Replies
    2
    Views
    5,554

    Re: Telit GL865 Status monitoring

    Hi Henrik
    Yes there is an AT command but its not that consistent. I`m looking at monitoring this from the main look, unfortunately I`ve already got the hardware so I cant easily add in the...
  4. Replies
    2
    Views
    5,554

    Telit GL865 Status monitoring

    Hi All

    I'm running a GL865 and it would be useful to know the network registration status by monitoring the status LED. When the module is not registered the status pin is low for around 1 second...
  5. Thread: FineLineIDE

    by enigma
    Replies
    187
    Views
    257,879

    Re: FineLineIDE

    Hi Norm
    I`m wondering if its permissions. If I edit the ini file manually and add in the paths its OK, it just wont select and add from the program. Long shot but have you a debug version which will...
  6. Thread: FineLineIDE

    by enigma
    Replies
    187
    Views
    257,879

    Re: FineLineIDE

    Hi Norm

    Tried it root C: Program files, desktop even via dropbox. I can find and select for example the compiler, click OK then if I try to select a PIC from the dropdown I get "Find PBPx.EXE in...
  7. Thread: FineLineIDE

    by enigma
    Replies
    187
    Views
    257,879

    Re: FineLineIDE

    Hi Norm

    Yes, I tried both adding it manually and also ticking the box when its automatically found. It does the same thing with the compiler too. I did add it manually to the ini file and that...
  8. Thread: FineLineIDE

    by enigma
    Replies
    187
    Views
    257,879

    Re: FineLineIDE

    Hi All

    Has anyone got V3.3 running on windows 10?. I can set PBP3 path etc in options but it forgets it after selection.
    Cheers Pete
  9. Replies
    19
    Views
    14,298

    Re: Calculating Daylight Saving Time

    Hi

    I think it depends on the manual you have, mine has MOD as a reserved word in it but an earlier version does not.
    Cheers Pete
  10. Replies
    19
    Views
    14,298

    Re: Calculating Daylight Saving Time

    Hi Heckler


    So how do you translate this bit of code into PICbasic??
    DSTStart = (31 - (((5*Year)/4)+ 4) mod 7)

    The whole subroutine is cut directly from my PBP program and will work as is. ...
  11. Replies
    19
    Views
    14,298

    Re: Calculating Daylight Saving Time

    Hi All
    I've used this for many years, works for Europe and I suppose could be adapted for USA. DST Europe changes in March or October, last weekend of the month. The routine calculates the date in...
  12. Replies
    2
    Views
    3,771

    Re: 16F819 config for A/D

    Thanks! That's got it up and running, Cheers Pete
  13. Replies
    2
    Views
    3,771

    16F819 config for A/D

    Hi All
    Not used this PIC before, trying to read a voltage on AN0 pin17 but get the same result on my serial out for any input, 5235. I suspect I`ve either miss configured a register or missed one...
  14. Replies
    21
    Views
    15,296

    Re: On Screen Displays?

    I`m still looking too, there must be something out there. I was monitoring this project http://www.rcgroups.com/forums/showthread.php?t=1290963 but it seems to be dead now. B&W only but had...
  15. Thread: Future PBP

    by enigma
    Replies
    19
    Views
    47,092

    Re: Future PBP

    does anyone have any meaningful information on an update to PBP3. I have used PBP since it launched and I`m comfortable with it, but I`m hitting limitations with both it and the IDE which equally...
  16. Replies
    13
    Views
    23,482

    Re: 12F1840 config issues

    That's possible, I am not using timer 1 though so I will look to disable it. Unfortunately this is a PIC upgrade from a 12F683 so I am stuck with using the same pins for this app. I've sent a support...
  17. Replies
    13
    Views
    23,482

    Re: 12F1840 config issues

    Hi All

    I LED on the same pin configured to blink once per second, does just that so I am pretty sure some configs are right. I`ll try the last suggestions and see before I put in a support...
  18. Replies
    13
    Views
    23,482

    Re: 12F1840 config issues

    Yes 9600 inverted and the same line works correctly on other PIC types I have tried, its only with the 12F1840 it doesnt
  19. Replies
    13
    Views
    23,482

    Re: 12F1840 config issues

    I now have the code below. The serial data appears to come out at intervals of one second but is complete garbage still. Replacing the PIC with an appropriately configured 12F683 all functions fine....
  20. Replies
    13
    Views
    23,482

    Re: 12F1840 config issues

    Many thanks, I will run through these and see. These seem tricky beasts to set up and I am sure I have probably not set something I need to. Will report back! Cheers Pete
  21. Replies
    13
    Views
    23,482

    12F1840 config issues

    Hi All
    I searched for an answer to this but came up blank. The program has been reduced to a single serout2 command to test. It works fine on both a 12F683 and 16F688 with the correct configs but I...
  22. Replies
    4
    Views
    8,676

    Re: Using Gsm module in Data Mode

    Where are you based?

    Cheers Pete
  23. Replies
    4
    Views
    8,676

    Re: Using Gsm module in Data Mode

    Hi Isaac

    Its the GM864-GPS which is the same as the basic GM864 but with built in GPS. I buy these direct but they are obtable from Sparkfun I think along with a dev board to mount it on.
    ...
  24. Replies
    4
    Views
    8,676

    Re: Using Gsm module in Data Mode

    Hi Isaac

    I`ve used the Tellit GM864 sucessfully in data mode for socket to socket communications and also http posting of data to a webserver which is probably the less complicated way to send...
  25. Thread: Boundschecker

    by enigma
    Replies
    1
    Views
    2,287

    Boundschecker

    Hi All

    Anyone know of a boundschecker for PBP?. I have just discovered after using PBP for years that you can due to an error in my program, address an array element that doesnt exist and the...
Results 1 to 25 of 50
Page 1 of 2 1 2