Jump to content

Kurisu

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Kurisu

  1. OMG THIS IS HUGE. Ive been trying to figure out how these packets are structured for the better part of 3 hours now, and i only got to about 1/5th of whats on that github. Being able to communiate with this guy would be amazing, so if you wouldn't mind it'd be great if you could dm me his reddit. cheers
  2. Update: Managed to get custom text working, just trying to figure out formatting. if anyones interested this is one of the packets They seem to be bundled by 6 bytes. The last 2 bytes are the text in ASCII as hex. The first 4 seem to be color, but very weirdly For example 4200 is white, but if you change it to 4201 it becomes pink and moves to the top left corner, so im still trying to figure that out. Also in the screenshot of my ide the blue stuff is the actual text but the green stuff has to be sent too for it to work and i dont know what that is yet. Maybe a character bitmap for each character? Python style comments (everything after a #) # TEXT "f2" # Position seems encoded by order # first 2 bytes seem to be color "4200""48" #H "4200""65" #E "4200""6C" #L "0801""6C" #L "4200""6F" #O "6300""20" #SPACE "8400""57" #W "a500""6F" #O "c600""72" #R "e700""6C" #L "0801""64" #D "2901""20" #SPACE "4a01""49" #I "0000""6D" #M "4200""20" #SPACE "4200""4B" #K "4200""75" #U "4200""72" #R "4200""69" #I "4200""73" #S "4200""75",#U
  3. I tried replaying capture traffic and that worked for displaying colors but unfortunately not for text
  4. Hey, glad to hear that works. Sadly i couldnt figure out how to get mcu-dotnet lib working. cause essentially all id want to do is also get it to communicate with DCS Bios. If someone could point me in the right direction here on how to get the PFP 3N to work with the mcu-dotnet lib, that would be grately appreciated
  5. i managed to capture some packets from the winwing software with wireshark. Seems to be using the USB request block protocol but i dont for the life of me know what to do with the data
  6. if someone could send me a package on how something like MSFS communicates with the PFP 3N, i could probably write a driver for it in C or C# with an interface for higher level languages to send arbitrary text to it. I unfortunatly cannot do this however, as i dont own MSFS and dont necessarily wanna buy it just to grab a packet
  7. Hey, would you mind sharing your code. I looked at the github you shared but the code there isn't the best documented. Im trying to get it working with my PFP 3N.
×
×
  • Create New...