RE: Serial port doesn't send data?
"Kelly Smith" <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <[email protected]> |
Dear Fabian - Re: "Do you know about some software that monitore the serial port?" TeraTerm Pro is very good, at: http://hp.vector.co.jp/authors/VA002416/teraterm.html "Tera Term (Pro) is a free software terminal emulator (communication program) for MS-Windows. It supports VT100 emulation, telnet connection, serial port connection, and so on." HyperTerminal on any PC with Windows OS, will do also. Best regrds, Kelly Smith -----Original Message----- From: tini-admin-6tN4nzCoH/[email protected] [mailto:tini-admin-6tN4nzCoH/[email protected]]On Behalf Of Fabian Lopez Coloma Sent: Monday, May 17, 2004 9:05 AM To: tini-6tN4nzCoH/[email protected] Cc: [email protected] Subject: [TINI]Serial port doesn't send data? I have a TiniTutor board from Taylec. The problem that I have is that I can not write data aaon serial port, although the program is working and writting correctly in the serial port outputstream: public SerialPort sp; public OutputStream sout; sout=sp.getOutputStream(); ... sout.write(a); System.out.print(a); I am monitoring the serial port in order to see if it is sending anything, but I can not detect anything, althoug System.out.prinln(a) shows the bytes that are supposed to be sent. Do you know about some software that monitore the serial port? Thanks a lot for your help! -- _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini