| Author |
Message |
|
|
Posted: Nov 09, 2006 - 06:52 PM |
|


Joined: Nov 17, 2004
Posts: 6144
Location: Great Smokey Mountains.
|
|
Cliff,
Glad you finally got it going, had me worried there
MicroCarl,
I've not used the 'publish' with C# before, but just did and I've posted the zip of the publish file. Since I don't have a virgin machine (not screwed by C# or .NET) I can't really test it. Also the main reason for posting this was for folks to use the source code and learn C# so they can modify the terminal as they wish. I'm not really sure how valuable this is as a stand alone terminal.
I'm finishing up the beta version of the Developer's Terminal and will start a thread on it soon.
Smiley |
_________________ FREE TUTORIAL: 'Quick Start Guide for Using the WinAVR C Compiler with ATMEL's AVR Butterfly' AVAILABLE AT: http://www.smileymicros.com
|
| |
|
|
|
|
|
Posted: Nov 09, 2006 - 08:55 PM |
|


Joined: Mar 28, 2001
Posts: 20635
Location: Sydney, Australia (Gum trees, Koalas and Kangaroos, No Edelweiss)
|
|
A published version of the program will possibly try and download and install .NET2 automatically if it can't find it on the machine. At least that's what happens with my VB Message Sation program.
Just a little forewarning and I would be interested in feedback from people that don't have .NET2 yet to see if this is the case with C# also. |
_________________ John Samperi
Ampertronics Pty. Ltd.
www.ampertronics.com.au
* Electronic Design * Custom Products * Contract Assembly
|
| |
|
|
|
|
|
Posted: Feb 21, 2008 - 12:36 AM |
|

Joined: Feb 21, 2008
Posts: 1
|
|
Hey Guys
I need some HELP!!!
I have programmed a Motorola 9S12DP256 board to receive data from heart and then the ADC on the board converts it to DIGITAL data, then I have a CLassII bluetooth which will transmit the data thru RS232 port to computer, the bluetooth sender and receive are conneted via Virtual COM5 port but I have to receive it in COM 2 port, is there a GUI you have which will just receive this data and save it in a file or at least plot all these data over time?
Thanks |
|
|
| |
|
|
|
|
|
Posted: Feb 21, 2008 - 01:05 AM |
|


Joined: Mar 28, 2001
Posts: 20635
Location: Sydney, Australia (Gum trees, Koalas and Kangaroos, No Edelweiss)
|
|
|
|
|
|
|
Posted: Feb 21, 2008 - 02:01 AM |
|

Joined: Nov 14, 2001
Posts: 3438
Location: Charlottesville, VA USA
|
|
|
Quote:
I need some HELP!!!
I agree !!!
Jeesh |
|
|
| |
|
|
|
|
|
Posted: Feb 22, 2008 - 01:08 AM |
|


Joined: Mar 28, 2001
Posts: 20635
Location: Sydney, Australia (Gum trees, Koalas and Kangaroos, No Edelweiss)
|
|
|
|
|
|
|
Posted: Apr 01, 2008 - 08:45 AM |
|

Joined: Jan 03, 2008
Posts: 11
|
|
thankyou this is a great help
PaulC |
|
|
| |
|
|
|
|
|
Posted: Apr 12, 2010 - 12:00 PM |
|

Joined: Mar 25, 2010
Posts: 8
|
|
|
smileymicros wrote:
THIS IS NOW OBSOLETE - go to www.smileymicros.com for the latest Simple Terminal source code, executable, and documentation
THE FOLLOWING IS OBSOLETE
The first 30 downloaders got some bad code, so if you were one, please download Beta2 Zipped.zip
SORRY FOR THE INCONVENIENCE
The free C# 2005 Express (http://msdn.microsoft.com/vstudio/express/visualc/download/) provides an easy (relatively) way to create a PC side GUI ( Graphical User Interface) for serial communication with a microcontroller. I've pulled out a chapter (28 pages) of a book I'm working on. This chapter, The Simple Terminal Source Code - beta release.pdf is appended and shows how to build a simple terminal for serial communications between a PC and a COM port device. The appended zip file also contains two directories with the related source code.
I think that this would be a good way for someone interested in microcontrollers to learn to create PC GUIs and I'm willing to provide help (either on this thread or via emails) to anyone who wants to read the chapter and work through the materials to build the C# programs. In return all I ask is some feedback, especially looking for typos, stupidos, and what-tha-fuuu-os.
EDIT: Fixed bug for Settings menu returning a null string for a COM port. See below for now. I'll add the fix to the code later and delete this EDIT line.
EDIT: Can't find COM ports on Windows 2000. I'll look into this.
Smiley
PS
The download will be named index.php, change that to Beta2Zipped.zip on your computer.
thanks so much ,can you send me your code in your spare time ,I really need it ,thanks so much much ,and my E-mail is : sduliuzhe@gmail.com |
|
|
| |
|
|
|
|
|
Posted: Apr 12, 2010 - 12:42 PM |
|

Joined: Mar 25, 2010
Posts: 8
|
|
|
smileymicros wrote:
THIS IS NOW OBSOLETE - go to www.smileymicros.com for the latest Simple Terminal source code, executable, and documentation
THE FOLLOWING IS OBSOLETE
The first 30 downloaders got some bad code, so if you were one, please download Beta2 Zipped.zip
SORRY FOR THE INCONVENIENCE
The free C# 2005 Express (http://msdn.microsoft.com/vstudio/express/visualc/download/) provides an easy (relatively) way to create a PC side GUI ( Graphical User Interface) for serial communication with a microcontroller. I've pulled out a chapter (28 pages) of a book I'm working on. This chapter, The Simple Terminal Source Code - beta release.pdf is appended and shows how to build a simple terminal for serial communications between a PC and a COM port device. The appended zip file also contains two directories with the related source code.
I think that this would be a good way for someone interested in microcontrollers to learn to create PC GUIs and I'm willing to provide help (either on this thread or via emails) to anyone who wants to read the chapter and work through the materials to build the C# programs. In return all I ask is some feedback, especially looking for typos, stupidos, and what-tha-fuuu-os.
EDIT: Fixed bug for Settings menu returning a null string for a COM port. See below for now. I'll add the fix to the code later and delete this EDIT line.
EDIT: Can't find COM ports on Windows 2000. I'll look into this.
Smiley
PS
The download will be named index.php, change that to Beta2Zipped.zip on your computer.
excuse me ,I couldn't find your code can you tell me where can I download ?or can you send me ,I need it !
thanks a lot |
|
|
| |
|
|
|
|
|
Posted: Apr 12, 2010 - 12:53 PM |
|

Joined: Mar 25, 2010
Posts: 8
|
|
|
smileymicros wrote:
Cliff,
Glad you finally got it going, had me worried there
MicroCarl,
I've not used the 'publish' with C# before, but just did and I've posted the zip of the publish file. Since I don't have a virgin machine (not screwed by C# or .NET) I can't really test it. Also the main reason for posting this was for folks to use the source code and learn C# so they can modify the terminal as they wish. I'm not really sure how valuable this is as a stand alone terminal.
I'm finishing up the beta version of the Developer's Terminal and will start a thread on it soon.
Smiley
Hi , S,Now I am doing a project. Part of them is about communicating data betwwen PC and microcontroller:
I want to give two number ,for example ,A=0x001122, B=0x223333 to microcontroller AVRMega8515.In microcontroller ,I have already write the algorithm "multiplication",Now I want to send A and B to SRAM (memory of Microcontroller),from PC and store it in SRAM ,then LD A and B to register using the algorithm to compute the result of A*B,. After that I store the result to SRAM,
and From SRAM ,give PC the result of multiplication of A and B.
That mean I should write a communicating programe betwwen SRAM and PC, maybe I should use the serial communicating port but I haven't find any example about that kind programe,Can you help me ?IF anyone who have some exprience with this ,can you attache your souce code ?Thanks so much !! and if someone know some website about that ,please tell me ,thanks !
my email is sduliuzhe@gmail.com
thanks a lot |
|
|
| |
|
|
|
|
|
Posted: Apr 12, 2010 - 05:57 PM |
|


Joined: Nov 17, 2004
Posts: 6144
Location: Great Smokey Mountains.
|
|
|
|
|
|
|