if i was going to buy a laptop and i wanted to use programming from there what type of port should i have? If i also wated to do it from a home computer is the port labeled “I0I0” ok?
Foster
March 22, 2008, 10:04pm
2
You want a serial port, it has a 9 pin female connector. It is often labeled IOIOIO.
Otherwise a USB port works if you get a USB to Serial converter, about $20.
what if the port is labeled “com 1”?
system
March 23, 2008, 12:57am
4
that should work too- i’d say its really better to use serial compared to a usb-to-serial cable, since that is a lot slower (at least on my AVR )
In order to program the bot, you need a USB converter or a computer with a standard db9 female port (9 pins). These are labeled 1010 or COM1. These are the same. (I’m pretty sure those are 1s and 0s, not Is and Os).
In telecommunications, RS-232, Recommended Standard 232 is a standard introduced in 1960 for serial communication transmission of data. It formally defines the signals connecting between a DTE (data terminal equipment) such as a computer terminal, and a DCE (data circuit-terminating equipment or data communication equipment), such as a modem. The RS-232 standard had been commonly used in computer serial ports. The standard defines the electrical characteristics and timing of signals, the me An RS...
In computing, a serial port is a serial communication interface through which information transfers in or out one bit at a time (in contrast to a parallel port). Throughout most of the history of personal computers, data was transferred through serial ports to devices such as modems, terminals, and various peripherals.
While such interfaces as Ethernet, FireWire, and USB all send data as a serial stream, the term "serial port" usually identifies hardware more or less compliant to the RS-232 stan...
COM (Communication port) is the original, yet still common, name of the serial port interface on IBM PC-compatible computers. It might refer not only to physical ports, but also to virtual ports, such as ports created by Bluetooth or USB-to-serial adapters.
Most PC-compatible computers in the 1980s and 1990s had one or two COM ports. As of 2007, most computers shipped with one or no physical COM ports.
As of 2014, most PC-compatible computers don't include any COM ports, though some of them...