Altera Nios UART communication

J

Jasmine Hau

Guest
Hi, can anybody tell me how to send/receive a multi-bit (Eg.160-bit or
512-bit)data between Altera Nios FPGA board with Visual Basic Program
running on PC? Do i need any handshakind signal between the C source
code which will downloaded into the embedded system with the VB
program?
And, can anyone recommen me any website to gain information
regarding serial port communication interface and C source code of it?
Thank you very much.
 
hauyuanwen1980@yahoo.com (Jasmine Hau) wrote in message news:<fc6016ce.0402040012.4cfa5e01@posting.google.com>...
Hi, can anybody tell me how to send/receive a multi-bit (Eg.160-bit or
512-bit)data between Altera Nios FPGA board with Visual Basic Program
running on PC? Do i need any handshakind signal between the C source
code which will downloaded into the embedded system with the VB
program?
No, you don't need to use the modem control signals. Books exist on
RS232 and Visual Basic, though I haven't read them. Try amazon.
You'll need to decide if you want a protocol (e.g., a checksum or CRC
at the end of your packet), or if you just want to accept the first N
bytes received.


And, can anyone recommen me any website to gain information
regarding serial port communication interface and C source code of it?
Thank you very much.
google. Also, look for application notes for UARTs.
 

Welcome to EDABoard.com

Sponsor

Back
Top