New Life Games LLC

Homebrew Player Tracking and EFT Systems => NLG Homebrew Player Tracking and EFT Systems => Topic started by: peasoup49 on October 18, 2020, 10:48:28 PM

Title: Complete LP Required??
Post by: peasoup49 on October 18, 2020, 10:48:28 PM
I've been trying to establish comms using the code below.  Am I supposed to be sending the complete LP (i.e. 01 80 00 00...00 xx xx)?? I get the Tx flicker, but no "lockup". Been at the same point now for 3 days and don't know what I'm missing. Also, where is the code 0x81 from? I can't find that anywhere in the darkest corners of the Internet.

Thanks.


Code: [Select]
  UCSR1B = 0b10011101;
  Serial1.write(0x80);
  delay(20);
  Serial1.write(0x81);
  delay(1);
  UCSR1B = 0b10011100;
  delay(10);
SimplePortal 2.3.5 © 2008-2012, SimplePortal