|
Archive for the 'Serial (RS232)' Category
Monday, October 29th, 2012
TinyTERM for Mac supports SSH and telnet connections. Century Software, Inc., has had a request to add RS232 (serial) communication capability.
CR 1084
Posted in Mac, Serial (RS232) | Comments Off on RS232 Serial Connection Support
Wednesday, August 3rd, 2011
Century Software, Inc., has received several requests for RS232 serial support in TinyTERM for iPad. Now that the Redpark Serial Cable for iOS has been approved officially by Apple, we are exploring the possibility of using it with TinyTERM.
Adding Bluetooth serial support to TinyTERM is more problematic. As of version 5, iOS does not support Serial Port Profile (SPP). The best wireless solution for now is a wifi-to-RS232 device, which is fully supported both by iOS and by TinyTERM.
CR 903, Bluetooth
CR 940, serial cable
Posted in iOS, Serial (RS232) | Comments Off on Serial Cable Support
Wednesday, July 13th, 2011
When running TinyTERM on a Windows 7 PC and connecting via RS232 (Serial), the numeric keypad gives inconsistent output. At a shell prompt it works as designed. Inside applications, it fails intermittently. The Force NumLock On keyboard option has no effect on this behavior.
CR 936
Posted in Keyboard, Serial (RS232) | Comments Off on Numeric Keypad Fails Over Serial Connection
Wednesday, December 9th, 2009
This error means the serial port you’ve selected in TinyTERM isn’t usable on your PC. There are a few possible causes:
- The serial port doesn’t exist. Older versions of TinyTERM offer ports COM1 through COM6, whether or not the ports are actually installed on the PC. Verify that the port number you’ve selected in TinyTERM has a matching physical port on the PC.
- Another program is using the serial port you’ve chosen. This is common for software such as fax programs. The other program will monitor the COM port, even if it’s not currently in use. This prevents TinyTERM from connecting to it. Shut down or reconfigure any other software that uses serial ports to bypass this problem.
- The serial port selected has a driver or hardware problem. Check with a trusted computer technician if this is the case.
Posted in Serial (RS232) | Comments Off on Error (514) Hardware Not Available
Wednesday, December 9th, 2009
TinyTERM does support 28800 baud as a connection speed. You can set that with this script command:
te.baud = 28800;
But this option is not available in the user interface. Century Software has received a request to add it.
CR 887
Posted in CScript, Serial (RS232) | Comments Off on Add 28800 Baud
Tuesday, August 14th, 2007
To make an RS232 serial connection in TinyTERM 4.x, do the following:
- From TinyTERM’s Edit menu, select Session Properties.
- Under Connection type, click RS232 (Serial).
- From the Available Devices drop-down list, select the COM port for this connection.
- Next to Available Devices, click the Setup button. The RS232 Setup dialog box appears.
- Set the baud rate, parity, word length, stop bits and flow control to match the port settings on the host.
- Click OK to close the RS232 Setup dialog.
- In the Emulation drop-down list, select the emulation required by your host.
- Click OK to close the Session Properties dialog.
- From TinyTERM’s File menu, select Save Session.
- Click Connect. You may need to press the Enter key once or twice to get a login prompt.
Posted in Serial (RS232) | Comments Off on Making a Connection via Serial Port
Thursday, May 10th, 2007
TERM for UnixWare installes from the /termunix/u3 directory on the TinyTERM/TERM CD. As it installs, it asks which UNIX you are installing to. Choose INTERACTIVE.
In order for TERM to use a serial port, the port must be set up for bidirectional access. (More information on this is in the Setup and Configuration of the UnixWare manual.) The script below should work:
pmadm -r -p ttymon3 -s 01d
pmadm -a -p ttymon3 -s 01d -s login -fu -v `ttyadm -V` -m "`ttyadm -b -h -r0 -t 60 -d /dev/term/-1s -1 9600NP -s /usr/bin/shserv -m ldterm -p "tty01 login: "`"
Change the lockfile format within the TERM setup under communications to:
/var/spool/locks/LK.%m
You must now connect to /dev/ttyxxx, not /dev/term/ttyxxx.
Posted in Serial (RS232), TERM, UNIX | Comments Off on Using a UnixWare ttymon
Thursday, May 3rd, 2007
TERM for Linux does not communicate through the Digi PortServer at all. It connects to the tty port generated, but there’s no response after that. The remote system doesn’t see anything you type in TERM, and TERM doesn’t echo anything back from the host.
CR 838
Posted in Linux, Serial (RS232), TERM | Comments Off on Can’t Communicate Through Digi PortServer
Thursday, May 3rd, 2007
SCO OpenServer 6 addresses serial ports with /dev/term/XX numbering. TERM for SCO UNIX’s callin and callout routines require /dev/ttyNN format instead. While SCO OpenServer 6 also provides that format for serial ports, it’s not their preferred method.
CR 794
Posted in Serial (RS232), UNIX | Comments Off on SCO 6 /dev/term/XX Ports Unavailable in TERM
Wednesday, May 2nd, 2007
PIXIL Thin Client only connects over TCP/IP. Century Software, Inc., has had a request to allow the included xterm to connect via direct serial cable.
CR 744
Posted in PIXIL Thin Client, Serial (RS232) | Comments Off on Serial Communications
|