Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - RS-232

 
Thread Tools Search this Thread
Old 05-26-2004, 07:26 AM   #1
Default RS-232


Hi,

I just have a small question regarding a RS-232 transmission. I'm going to
set up one of these, but just wan't to make sure that I ain't thinking
entirely wrong.

After setting up a RS-232 interface in the FPGA, if you f.ex. use
Hyperterminal and transmit a simple .txt file, containing the numbers 123

How will the FPGA respond? Will it receive then serially receive the hex
digits responding to the ascii characters, something like this:

H'1' (Start of heading)
H'2' (Start of text)
H'31' (the number 1)
H'32' (the number 2)
H'33' (the number 3)
H'3' (End of text)
H'4' (End of transmission)

I just wan't to make sure that I understand things correctly, so if someone
could give me any feedback/correction that would be great.

Cheers,

Runar




Runar Gjelsvik
  Reply With Quote
Old 05-27-2004, 03:18 PM   #2
Thomas Reinemann
 
Posts: n/a
Default Re: RS-232
Runar Gjelsvik wrote:

> Hi,
>
> I just have a small question regarding a RS-232 transmission. I'm going to
> set up one of these, but just wan't to make sure that I ain't thinking
> entirely wrong.
>
> After setting up a RS-232 interface in the FPGA, if you f.ex. use
> Hyperterminal and transmit a simple .txt file, containing the numbers 123
>
> How will the FPGA respond? Will it receive then serially receive the hex
> digits responding to the ascii characters, something like this:


You are merging three levels of communication, at least. RS-232 is a
standard to represent logic levels on transmission lines (0 and 1 are
represented by +12V and -12V). Then you have character representations
may be ASCII and at last you have protocols, but nothing is related to
VHDL. You should ask your question in a NG for protocols.

Bye Tom


Thomas Reinemann
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46