I'm working on a project that will involve a Raspberry Pi talking with an Arduino over a USB-Serial adapter. I'm fairly certain the USB-Serial adapter will work with the default kernel drivers, but I'm not sure which language I should program in to access the port.
Python and Java definitely have libraries for communicating over serial but the likelihood that I could successfully compile a library for ARM is... minimal.
Does anyone have any experience with this, in Linux specifically? What's the best way to do this?