Anonim17PL / BBI2

Bus Board Interface 2 (Threaded Edition) for OMSI 2
Creative Commons Zero v1.0 Universal
4 stars 1 forks source link

BBI2.dll is not writing anything to the USB-serial-port #1

Open thatzok opened 1 month ago

thatzok commented 1 month ago

I downloaded BBI2.dll and BBI2_example.opl from this repo, renamed BBI2_example.opl to BBI2.opl, changed the last lines to

[BBI]
COMx=4
BAUD_RATE=115200

and copied both files into OMSI2 plugin-folder, startet OMSI 2, used a bus, but nothing is written to COM4.

System: Win 11 23H2, OMSI 2 2.3.004 with an ESP32S3 connected to COM4 (USB serial port) that echoes all received characters to its other port for testing purposes.

Anonim17PL commented 1 month ago

Hi, I checked the plugin, created a loopback with com0com and watched the transmission in Putty. It's ok.

Make sure that the code for ESP32 is written well (I have trauma from chaos in the documentation, I will never use anything from Espressif again), and the port itself is not busy (the plugin does not inform about the port being busy and the error).

Sorry for writing back so late. I've been a bit busy lately.