Hi all,
I understand that the MCP430 of the LDC1000EVM is listening on an USB-CDC connection, which emulates a serial connection.
I try to address the LDC1000EVM from linux (ubuntu), where this emulated serial is called /dev/ttyACM0.
I did get it streaming back at me using echo and cat command in the shell, however now I try to get the firmware version (command 09) with a program, I fail miserably.
Q: Do I need to know the baud rate, etc. to communicatie or is this not necessary with an USB-CDC connection ?
these details are missing from the FAQ. thanks for any guidance you might have for me.