Shop OBEX P1 Docs P2 Docs Learn Events
Memory stick logger — Parallax Forums

Memory stick logger

jleemanjleeman Posts: 9
edited 2009-01-04 18:41 in BASIC Stamp
Hello all, I posted about this before in a GPS forum. I've been trying to make the code for the logger test at http://www.parallax.com/Store/Accessories/Communication/tabid/161/CategoryID/36/List/0/Level/a/ProductID/434/Default.aspx?SortField=ProductName,ProductName to work on my BS2P. I've changed the directive, but still no luck. I've tried fooling with the BAUD to no avail. I'm sure it's simple, but I'm a far from a great expert.
Thanks in advance.

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-01-04 17:56
    You have to change the Baud constant. It's not enough to just change the directive. A lot of the constants used for timing in programs depend on the type of processor. The values needed are given in the Stamp manual in the chapters on the statements involved. For SEROUT and SERIN, the value is 240 for a BS2p.
  • jleemanjleeman Posts: 9
    edited 2009-01-04 18:27
    Mike, Thanks that did the trick. Hopefully thats the last of my BAUD issues.
  • PJAllenPJAllen Banned Posts: 5,065
    edited 2009-01-04 18:37
    We went through this last week.

    http://forums.parallax.com/showthread.php?p=773074

    Guess it didn't take.· Deduction, Deduction.· Oh well.
  • jleemanjleeman Posts: 9
    edited 2009-01-04 18:41
    Yes but then the change was to 500. As I said I'm not a computer scientist just plain scientist. Sorry for a redundant question though and I do appreciate the help to a newby.
Sign In or Register to comment.