Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

RS232 Communications Program

Status
Not open for further replies.

Sputnik

Full Member level 3
Full Member level 3
Joined
Oct 19, 2004
Messages
150
Helped
4
Reputation
8
Reaction score
1
Trophy points
1,298
Location
South Africa
Activity points
1,667
Recently, as part of a larger project, have serially connected 2 computers and done some simple communications using Hyper Terminal. I would like to know if anyone knows or has simple communication programs (ie. type text here and it appears there) where I could learn and develop into my own.

Thanks
Sputnik :idea:
 

Try TeraTerm. The source is provided. I don't have the link now but I think a Google search would get you to the correct direction...
 

I don't quite get what you want. If you need a hyperterminal replacement for debugging, I use https://bray.velenje.cx/avr/terminal/. Or you can always choose from any of the serial port sniffers, or maybe virtual serial ports for development.
If you want to design your own interface, then it's a matter of interfacing the serial port thru programming.
 

You are familiar with MSN Messenger? Well, that's what I'm aiming for, except through serial port and not TCP/IP internet connection.

Sputnik :idea:
 

Use Realterm. It's excellent and FREE!

Realterm is a terminal program specially designed for capturing, controlling and debugging binary and other difficult data streams. It is far better for debugging comms than Hyperterminal. It has no support for dialing modems, BBS etc - that is what hyperterminal does.

http://realterm.sourceforge.net/

About 980KB zip file
 

Thanks, but I have another problem, the Visual Basic version I have is VB6 Learning, which doesn't support the mscomm32 control. I can't tell it to add it, cause when I do and try to use it, it tells me I don't have the required licence information to use it in the design environment. Is there anything I can do, or do I have to buy VB6 Pro or Enterprise.

Sputnik :idea:
 

There is minimum facilities in VB learing edition so I think you have use VB 6.0 pro or Enterprise.Or search online help in "misrosoft.com" web site.
 

can i ask, normally a com port once opened is belong to a certain applicattion, so other programs cannot obtain it until the port is released....

what kind of program that can monitor the port even though it's opened by another program? serial port sniffer & analyzer can do it?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top