Ada GNAT.Serial_Communications behavior on Linux
问题 I have an Ada program that communicates with an Intellibox Basic(a box that allows you to control trains) that is connected via USB. Under Windows, I had to install a specific Serial driver (CP210x USB to UART Bridge VCP). With that driver I can communicate perfectly with the box. That means sending commands to the box. Under Linux I'm communicating via /dev/ttyusb0 and I'm able to get messages from the box, but I can't send commands to the box. Nothing happens. I don't get an error or