HyperTerminal example re-work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-07-20 3:07 AM
Hello all ,
After all your feedbacks on the HyperTerminal example, we're currently reworking the package (documentation and source code) . the new sources (um0884.rar) are in attachement of this post . in this corrected version, UART2 is initialised as : - 9600 bauds - 8 Data bits - 1 Stop bit - no parity HyperTerminal configuration must also be align to UART configuration (see figure13 & 14 png) You can also simplify the on-board conection (see figure1.png) The Documentation is currently on rebuild and will be published as soon as possible. By the way thanks for your patience and sorry for the delay on this post . Best Regards Grom- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-08-29 5:21 PM
Suggestion for improvement: do not call it a ''HyperTerminal'' example!
It is, I think, simply an example of using the USART for asynchronous RS232 serial comms - HyperTerminal is entirely irrelevant as far as the microcontroller is concerned!The code is in no way specific to or reliant upon HyperTerminl - it would work equally well with any other terminal program (not necessarily a PC or Windoze program), or any real terminal. The code simply sends characters to the UART, and receives characters from the UART - it neither knows nor cares where the transmitted characters go to, nor where the received characters came from! Giving the impression that this is in some way specific to HyperTerminal just confuses novices... (it also suggests a certain lack of clarity of thought on the part of the authors)
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-09-16 2:33 PM
It's not even as if Hyperterminal is a standard part of Windows any more:
http://windows.microsoft.com/en-US/windows-vista/What-happened-to-HyperTerminal
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-09-25 1:59 AM
See also:
[DEAD LINK /public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/ARM CortexM3 STM32/Hyperterminal is not the only terminal program!!&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000626BE2B829C32145B9EB5739142DC17E]https://my.st.com/public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fARM%20CortexM3%20STM32%2fHyperterminal%20is%20not%20the%20only%20terminal%20program%21%21&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000626BE2B829C32145B9EB5739142DC17EA complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-10-22 9:25 AM
And also:
[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM8SDiscovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM8SDiscovery/Hyper Terminal Tutorial&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000CCDF802E596CAF44ADED5E61F5CA8B1B&TopicsView=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM8SDiscovery/AllItems.aspx¤tviews=21]https://my.st.com/public/STe2ecommunities/mcu/Lists/STM8SDiscovery/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fSTM8SDiscovery%2fHyper%20Terminal%20Tutorial&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000CCDF802E596CAF44ADED5E61F5CA8B1B&TopicsView=https%3A%2F%2Fmy%2Est%2Ecom%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FSTM8SDiscovery%2FAllItems%2Easpx¤tviews=21A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-11-23 11:40 PM
Bug in Int2Str - see:
[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM8SDiscovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM8SDiscovery/Type conversions&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000CCDF802E596CAF44ADED5E61F5CA8B1B&TopicsView=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM8SDiscovery/AllItems.aspx¤tviews=25]https://my.st.com/public/STe2ecommunities/mcu/Lists/STM8SDiscovery/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fSTM8SDiscovery%2fType%20conversions&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000CCDF802E596CAF44ADED5E61F5CA8B1B&TopicsView=https%3A%2F%2Fmy%2Est%2Ecom%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FSTM8SDiscovery%2FAllItems%2Easpx¤tviews=25A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-11-24 12:20 AM
''we're currently reworking the package (documentation and source code)''
Please take care to remember the point and target audience of ''sample'' or ''example'' code:
- The Purpose is to inform and explain;
- The Target Audience is people who are not familiar with the software and/or the hardware
http://www.8052.com/forumchat/read/174319
(I cite the 8052.com version because, as we know, links for this forum are unweildy).A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-11-24 2:36 AM
''the new sources (um0884.rar) are in attachement of this post''
You've changed hyperterminal.c (bad name; see other posts) and main.c - but you haven't updated the version information! They both still say ''v1.00'' !
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-11-29 5:35 AM
I would like the new hyperterminal.c and the main.c but don't know how to download the attachment. Would you tell me how to download the attachment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-11-29 5:56 AM
Look at the '
' link...A complex system designed from scratch never works and cannot be patched up to make it work.
