Balboa-GS510SZ icon indicating copy to clipboard operation
Balboa-GS510SZ copied to clipboard

Question about How it works

Open koalatje2000 opened this issue 10 months ago • 1 comments

Hello, I'm working on this project too, and I aim to get it running on the display's second port. I have a couple of questions regarding the transmission of button data:

  • Can I simply send 3 bits of button data followed by 3 clock pulses directly to the print, and will that work as intended?
  • Or should I transmit both the display and button data over the line, since the 3 bits are follow-up bits within the display message?

Additionally, in your setup—where you're positioned between the controller and the display cable—do you use the full message and swap only the last 3 bits, or do you send a new request during the roughly ±16ms interval when the display isn't communicating?

Thank you in advance. Once I get it working, I'll showcase my system. Hopefully, it can help you improve yours.

Best regards,
Wouter

koalatje2000 avatar Apr 30 '25 08:04 koalatje2000

Hi @koalatje2000

I tried the second port during developmend but I nerver get it to work! Perhaps I didn’t put enough time to sort out why.

The code calculates the message sent between controller and display and simulates button presses on the bit positions explained in description, section button-data. The only thing you need to simulate is the button pushes

MagnusPer avatar May 03 '25 14:05 MagnusPer