Tom Collins
Tom Collins
Thoughts, @gstellenberg @jabdoa2 @preble ? Maybe if I can get a P3-ROC and resolve the `pinprocfw` issue we could release a 2.1?
Note that I tried `winbuild.bat` first, but it failed because I don't have CMake installed. That's why I reverted to using the `create_vc2022_from_vc2012.bat` script.
I'm pretty sure I'm building x86 binaries at this point, which is fine for me. I recently moved, and probably won't get back to PinMAME for at least a month....
@droscoe, I've been tied up with some other projects and haven't come back to attempts to build PinMAME.
Have you tried some of the `libftdi` Ubuntu packages? https://packages.ubuntu.com/search?keywords=libftdi It seems like `libftdi1-dev` might work. When I was using Windows, I was working with PinMAME in Visual Studio and...
You might be able to make use of the pre-built files for Windows in the PinMAME repository. https://github.com/vpinball/pinmame/tree/master/ext/pinproc
> I see thanks, will take a look. I got back to where I was before after installing the package from ubuntu. It's about 70% in and it fails building...
I'm all for someone forking the library and adding Rust wrappers. I personally haven't done any Rust programming, so I wouldn't be qualified to review a PR with Rust wrappers....
Does it work with XCTU? Do you have `ATAP` set to 1? Do you have the correct baud rate? Correct serial port? Can you use the `xbee_term` sample to communicate...
Does the `atinter` sample work? If so, then the serial port and XBee module configuration are good. If not, try using `xbee_term` to verify basic communications to the module. If...