[beagleboard] BBB UART2 Write Issue (C/C++)

2014-04-17 Thread Michael B.
Hi, I'm currently using the BBB to control a rover robot for a project at my university. I'm currently having an issue using the UART file /dev/ttyOx to write an array of characters to a smart servo using c/c++. More specifically, I've opened the file using fopen(/dev/ttyO2, wb) which should

Re: [beagleboard] BBB UART2 Write Issue (C/C++)

2014-04-17 Thread Alex Gal
Hi Michael, I'm currently using the BBB to control a rover robot for a project at my university. I'm currently having an issue using the UART file /dev/ttyOx to write an array of characters to a smart servo using c/c++. More specifically, I've opened the file using fopen(/dev/ttyO2, wb)