Hi,
Serial ports are:
- SATA & SATA2
- USB
- Firewire IEEE 1394
- Telephone-Modem (commonly linked using RJ-11 connectors)
- Ethernet communication (commonly linked using RJ-45 connectors)
- RS-232, RS-422, etc. protocols are also serial communication based
- Audio signals (one per aplification line, i.e. one per speaker)
- etc.
So then, to call simply SerialPort to the commands of the RS232, RS422... serial communications PB library is in any case ambiguous, and IMHO erroneous.
PB4.20Beta & SerialPort commands
- Psychophanta
- Always Here

- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
-
maw
Historically serial ports have always been RS-232. Just because USB, Firewire and whatever use a serial protocol doesn't make them serial ports.
http://en.wikipedia.org/wiki/Serial_port
Why do people actually go around trying to to find things to complain about?
http://en.wikipedia.org/wiki/Serial_port
Why do people actually go around trying to to find things to complain about?
- Psychophanta
- Always Here

- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Why the focus so much on serial ports in the day and age when serial ports are vanishing? I mean, for example, Windows Vista has already dropped support for a lot of serial port devices that were used in WindowsXP, and serial ports are vanishing on current motherboards.
USB and firewire support for devices are far more plentiful then they are for serial ports.
USB and firewire support for devices are far more plentiful then they are for serial ports.
- electrochrisso
- Addict

- Posts: 989
- Joined: Mon May 14, 2007 2:13 am
- Location: Darling River
Even the ones that only cost $9 have such virtual serial port drivers.Berikco wrote:And it goes with a driver that emulates a serial portelectrochrisso wrote:You can buy a USB to Serial DB9 Port Adapter for about $20.
-
robinhossain
- New User

- Posts: 1
- Joined: Fri Nov 06, 2009 5:45 am
Re: PB4.20Beta & SerialPort commands
The serial port function is such an important addition to the PB command set. All labs and scientific work use serial data - as do microcontrollers and many chipsets.
The best serial port readers are very low level realtime readers that allow one to determine accurate timing analysis of data flow.
The best serial port readers are very low level realtime readers that allow one to determine accurate timing analysis of data flow.


