What programs can act as a terminal and access serial ports?
This is not for terminal access on an IP connection, this is so I can access a hardware device plugged into a USB/serial converter running at 9600/8/N/1.
|
What programs can act as a terminal and access serial ports? This is not for terminal access on an IP connection, this is so I can access a hardware device plugged into a USB/serial converter running at 9600/8/N/1. |
|||||||
|
|
You can use the terminal command As seen on ServerFault:
Or, if you prefer Mac OS X hints...
Many USB-Serial adapters use the chip from FTDI (www.ftdichip.com). Install the "Virtual COM Port" driver and look for the proper TTY name in /dev . For example, on a PowerBook G4 it came up as /dev/tty.usbserial-FTALKY8I . |
||||
|
|
|
The best program I know of for this is
|
||||
|
|
|
If you prefer not to work in Terminal, you might mant to try CoolTerm (free). Scroll down a bit for description and download. Don’t let the fact it‘s written in RealBasic turn you away... I have used it to connect to plotters, Arduino boards and receipt printers via a Keyspan USB<->Serial Adaptor. |
|||
|
|
|
You should have a look at ZOC, what I think to be the best terminal emulation program available for the Mac. I use it everyday for my job. It has the ability to do direct communication with a serial port. Of course it does way more than just serial communication.
|
|||||||||||||||
|