SPC58EC-DISP USB to Serial connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-01 9:19 PM
I want to read and write data by serial connection.
For test, I import samples "SPC58ECxx_RLA SERIAL Test Application for Discovery" from application library.
In my understanding, the "main.c" function write "Hello World!" by serial connection.
my environment
RS232 connection (PC to SPC58EC_DISP)
putty
When I flash the code to my board, the putty write "cRK".
I cannot understand why my pc receive "cRK".
I think my pc receive the "Hello World".
please help!!
- Labels:
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-11 10:37 PM
Please, make sure to have 38400-N81 UART configuration on your PC serial port.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-13 1:40 AM
yes. I'm sure that I configure the PC serial port to 38400-N81.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-18 1:04 AM
Read this data (Hello Worl) from TX RX pins of SPC58. with USB to TTL module.
Run this python code in any IDE, change baud rate and COM port.
A1 - GND
D1- TX
A10- RX
