We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am working on LM3S8962 and need to write a program to comunicate with PC via UART. I use Labview inline C node to write codes using ARM_Serial.c which is from Keil Software.
The file has
int ARM_Serial_InitPort (int serDevNo, unsigned long baudrate, unsigned int databits, unsigned int parity, unsigned int stopbits) int ARM_Serial_Write (int serDevNo, const char *buffer, int *length)
I tried to use them to control serial port, but it didn't work well. I used U0TX, U0RX and GND pins on micro controller to connect to a serial port in PC.
I couldn't find any information about ARM_Serial_InitPort and ARM_Serial_Write functions on the internet. Any information or tips about it would be very appreciatted.
Thank you.
Masa
Yes. But I couldn't find any information about it.
By the way, I noticed that my microcontroller which is connected to PC with USB cable creates a virtual com port in PC. And it seems that the virtual com port is receiving some data from the microcontroller instead of actual serial port.