جميع
برامج المسنجر وملحقاته
A little bit of information about the PC serial port
- Jan Axelson http://lvr.com/ has lots of information about RS-232 and RS-485 #rs485
- http://sourceforge.net/projects/libserial/ “A collection of C++ classes which allow the serial port on POSIX systems to be accessed like an iostream object. …”
- Programming Notes For Central Data Serial Ports http://www.cd.com/prog.html has lots of useful data on programming PC serial ports (in Unix and WindowsNT). [FIXME: ac968201 says this is offline]
- Unix Serial Port Resources http://www.stokely.com/unix.serial.port.resources/serial.card.code.html ???
- PC Interfaces and Controlling Devices http://www.epanorama.net/links/pc/interface.html has information about the PC serial port, PC parallel port, IrDA infrared link, USB, IEEE 1394, keyboard, mouse, joystick. [FIXME: copy link to other interfaces I talk about ?]
http://thairobot.com/interface.htm seems to have information about all the same interfaces …
http://www.beyondlogic.org/ seems to have information about all the same interfaces …
- Computer Interface: Serial and Parallel Port Communications http://engineering.cua.edu/biomedical/faculty/hidler/courses/be497/2001/projects/emg/EMGlinks.html#comp
- Michael Sweet http://www.easysw.com/~mike/ wrote the “Serial Programming Guide for POSIX Operating Systems” http://easysw.com/~mike/serial/
- “Use of a PC Printer Port for Control and Data Acquisition” by Peter H. Anderson http://et.nmsu.edu/~etti/fall96/computer/printer/printer.html
Programming The Parallel Port In QBasic http://www.aaroncake.net/electronics/qblpt.htm Programming The Parallel Port In Visual Basic http://www.aaroncake.net/electronics/vblpt.htm
[FIXME: this is about the parallel port, not the serial port ... do I have parallel port information elsewhere ?]
Newsgroups: comp.os.ms-windows.programmer.misc
Subject: Re: Question about serial ports
Date: 12 Sep 1995 11:32:18 GMT
Organization: Siemens AG Austria
Lines: 26
In <3253010398.350698279@ett.se>, <H.Olsen at ett.se> (Hakan Olsen) writes:
>Hello,
>
>I am writing a program that does some commmunication via modem. My problem is
>that I have not found any functions to initialize or communicate with the
>serial ports on a PC. Are there any libraries containing useful functions for
>serial communication? I would prefere if the libraries were for standard C
>as I am not very familiar with C++.
>
>I am using Borland C/C++ 4.0
>
>Any help would be much appreciated!
Look up the OpenComm(), CloseComm(), WriteComm(), ReadComm() etc.
in your SDK helpfile. For a more elaborate communication (X, Y, Z-Modem)
you should get (buy) a communication library supporting some of the
common protocols.
Helge
=)
———————————————————-
(c) All Thoughts are Mine — Genuine Genius
———————————————————-
helge at siemens.co.at —– VIENNA — AUSTRIA
———————————————————-
Subject: Re: ADB Physical Specs
From: st93urnu at post.drexel.edu (Aaron D. Marasco)
Date: Fri, 23 Feb 1996 17:24:21 -0500
In article <31233605.5C70@gtri.gatech.edu>, Bryan Dunn
<bryan.dunn at gtri.gatech.edu> wrote:
>Hello all!
>
>Im designing some hardware that will use the ADB interface. Can anyone
>suggest a good reference (on the net or in print) that describes ADB in
>detail?
>
>Thanks in advance!
>
>Bryan
“Guide to the Macintosh Family Hardware: Second Edition”
Tells everything about the Macs up to the IIfx, including ADB, and a
standard is a standard, so it shouldnt have changed (however, this *IS*
Apple were talking about!)
Anyway, it is a book I have for a school class, so I have all the info:
$26.95 US, $34.95 CAN
Addison-Wesley
ISBN 0-201-52405-8
I havent checked any of the online bookstores, you might get it cheaper!
Also, its a paperback, to letcha know.
_Inside AppleTalk, Second Edition_
notes from _Inside AppleTalk, Second Edition_ by Sidhu, Andrews, Oppenheimer[1]. and from AMDs _Analog and Communications Products 1983 Data Book_[2]. and Apple _Macintosh Family Hardware Reference_ (1988) [3]. LocalTalk uses Synchronous Data Link Control (SDLC) frame format and a frequency modulation technique called FM-0. Each bit cell (nominally 4.34 usec -> nominal 230.4 Kbit/sec). differential, balanced voltage signaling over a maximum distance of 300 meters. … transformer provides ground isolation as well as protection from static discharge. “In the preferred hardware implementation of LocalTalk, a Zilog 8530 Serial Communications Controller (SCC) is used.” [1] The classic Macs and the Mac SE [3] both use the 8530 SCC, a 26LS30 differential transmitter, a 26LS32 differential receiver, and a fistfull of RFI filters. The Mac II replaces the 26LS32 with a 75175 differential receiver. (I have no info on other macs) (the Maxim MAX216 Low-Power AppleTalk Interface Transceiver looks interesting). The SCC is clocked at 3.672 MHz hooked to /RTxCa, /RTxCb, and PCLK. on classic, Mac SE, and Mac II. (Mac SE and Mac II has software switching of /RTxCa to the GPiA pin).[3] “dont access the SCC chip more often than once every 2.2 us. … on the Mac SE [and the Mac II] it is not neccessary to do so because [other circuits ensure the proper delay]“[3] “the transmitter and receiver hardware for LocalTalk is built into every Macintosh and AppleIIGS computer, …. and many peripheral devices …” “If you are designing your own AppleTalk hardware from scratch, it is easiest to use a 3.6864 MHz oscillator and a Z8530. This has been tested and works just fine.” [HW 545 - Serial I/O Port Q&As - Technical Notes - Developer Support ] “LocalTalk hardware can detect a flag byte, the distinctive bit sequence 01111110 ($7E).” [1], but i cant find any reference to this capability in [2]. Well, the hardware guys have done it again. Theyre making this gizmo that theyre hooking to the Mac serial port. They say it communicates “like a synchronous modem”. They want it to go at least 500Kbits/sec. “see that Z85C30 on the Mac motherboard there ? the databooks say it can go at 10MHz … cancha just poke the right values into it? dissassemble the Mac ROMs and figure out how Apple did it ? … But of course we want the thing to work plugged into the serial port of *any* Macintosh, including the 1996 models.” I know it can be done; the hardware guys had LapLink for Mac running on 2 Macs (homebuilt cable between them) “See that Oscope ? theyre pumping 750KHz into the HSKi input … LapLink just transferred a megabyte file at rougly 70KB/s.”



![]()


![]()



Related posts:
- Mac Serial PortMac Serial Port I have pushed the Mac serial ports to 1 Mbps; email me for more info. Comments? the communications protocol for the Mac QuickCam takes advantage of many of the Mac serial ports to communicate at 918 Kbps (synchronous). /* the protocol description *was* available at http://www.connectix.com/connect/files/driver/mac.pdf */ [1.4] How fast can the [...]...
- serial communications roger stevens downloadSerial Communications” is a comprehensive advanced level book which details various methods for implementing serial communications between a Microchip PIC (R) microcontroller and an external device. Asynchronous serial communications is covered both by using an on-chip USART and by bit-bang methods. The RS-232 standard is explained. A discussion of synchronous serial communications includes the I2C [...]...
- serial data communication protocol Monitoring – ADC200/20This experiment demonstrates how a serial data communication protocol can be successfully monitored. Serial data communications represents the fundamental method by which information is transported in our modern world. Convergence between communications and computers has caused all forms of information to be digitized for easy transport in serial format. Unlike analog waveforms such as sine [...]...
- Free Serial Communication Software RS232-RS422-RS485Our new comDebug program lets you communicate with almost any RS232, RS422, RS485 or Modbus serial device. Whats more, its free! Its extensive trouble-shooting capabilities make it ideal for solving comms problems, or for quickly checking that you can communicate with your instrument before starting to automatically acquire data. Features No programming required Free technical [...]...
- Serial Ports and Digital I/O4.1 Serial Communication In the factory-default configuration, the TCP/IP Development Board has one RS-232 (3-wire) serial channel, one RS-485 serial channel, and one synchronous CMOS serial channel. The TCP/IP Development Board may be configured for 5-wire RS-232 or two 3-wire RS-232 channels. The exact configuration instructions depend on the version of the TCP/IP Development Board [...]...
- Serial Communications “Serial Communications” is a comprehensive book which details various methods for implementing serial communications between a Microchip PIC microcontroller and an external device. Asynchronous serial communications is covered both by using an on-chip USART and by bit-bang methods. The RS-232 standard is explained. A discussion of synchronous serial communications includes the I2C (Philips Semiconductors), SPI [...]...
- Serial communication between the Ardunio and ProcessingThis week’s lab focused on exploring the Arduino’s capability to communicate using a Serial connection. I was very excited to learn how to set up this kind of communication system as it opens up a whole new set of development possibilities. Being able to interface physical computing components with Processing (or Flash) is just downright [...]...
- Serial Communication Under Win32 to program on a PCSerial ports used to be easy to program on a PC. Then they got more complex, then unreachable. Now they can be made to look simple again. Introduction Anyone porting 16-bit serial communication code to 32-bit Windows NT or Windows 95 faces a common problem: the familiar methods of implementing communication are at the very [...]...
- 4x Serial to Ethernet and Wi-Fi Module – Programmable Ethernet Module FeaturesThe EM1000W combines an EM1000 serial-to Ethernet module with an WA1000 wireless Wi-Fi Module that is mounted piggy-back on top. Programmable Ethernet Module Features High-performance (88 MHz) RISC processor. One 100BaseT Ethernet port with Auto-MDX (detection of straight-through or crossover cable). Standard Ethernet magnetics are not integrated into the Module. Support for UDP(1), TCP(1), ICMP [...]...
- Integrate Serial ATA (SATA) Drivers In Windows XPOne problem found in lots of newest computers or notebooks are fitted with a SATA interface hard drive that not all recognized by Windows XP installer. It would ask the SATA driver for the hardware and you must provide it before continue to installing the rest processes.It is because Microsoft now stopped Windows XP selling product to new computer purchasing in order to overcoming Windows Vista. Now these days, new computers or notebooks product which has the requirement hardware are now capable to use it.It will run, but slow.To make it double faster running OS, try to using Windows XP.For example,an Acer sub-notebook are comes with 80 GB SATA hard drive.From the selling box, Acer recommended to use Windows Vista hence there are no Windows XP driver CD software included.So there will no chance to installing it with Windows XP since the installer didn’t recognized the SATA interface.Acer website provides all of the Windows XP drivers software, including the SATA driver to support the Windows XP installation. So, how to integrating the bootable installer with the SATA driver software..?First of all, get the SATA driver manufactured from your hardware factory website (Acer link) & download nLitehttp://www.nliteos.com/download.htmlInstall nliteTo create a custom Windows XP installer (note that you need .NET Framework 2.0 available from Microsoft download site before running the nLite).Next, from nLite application, browse to the Windows XP CD installer (I’m not responsible to any legally use of Windows XP installer).Then, press Drivers & Bootable ISO button to inserting the SATA drivers & continue to create an ISO image to burn in a CD:Clicking on Next button, you will be prompted to inserting from the source disk of SATA drivers software.Insert the source disk contain SATA driver files:Finally, confirmed with YES button to continue to burning the ISO image:After it finished, let it try to boot from this bootable CD next to your computer or notebook....
- serial protocol convertersserial protocol converters See also FIXME serial ADCs and DACs. RS-232 to PC keyboard (often called “wedges” — the most common versions allow you to plug a barcode reader FIXME barcode (RS-232) and a standard PC keyboard into the wedge, and then you plug the wedge into the keyboard port of a PC.) Often used [...]...
- Intel Desktop Board D945GCLF2 Mini-ITX Motherboard, Integrated Dual-Core Intel Atom Processor 330Intel Desktop Board D945GCLF2 Mini-ITX Motherboard, Integrated Dual-Core Intel Atom Processor 330, Intel 945GC Express Chipset, Supports DDR2 667, SATA HDD, w/ GB LAN, Video and Audio. OEM The Intel Desktop Board D945GCLF2 is designed to support Internet-centric computing, delivering incredible capabilities in the new flexible Mini-ITX form factor. Featuring the integrated 45nm dual-core Intel Atom processor 330 and the Intel 945GC Express Chipset, this board is an energy-efficient solution for home users as well as for unique vertical markets. Designed with Intels leading edge 45nm Hi-k metal gate processor, this board delivers incredible opportunities to communicate, listen, watch, play, and learn via Internet connectivity....
- serial communications – protocol_considerationsprotocol_considerations If you design a new serial protocol, here are some ideas and suggestions you may want to consider: Say your receiver is busy for a few microseconds and drops a character or two. You might be able to check for a FIFO buffer overrun hardware flag. When you turn on a device, how does [...]...
- Wireless serial connection network wireless signal transmissionINTRODUCTION: Data collection, serial communication and wireless signal transmission are a common applications in industrial, medical and scientific area. Sensors data or even the machine control command are used serial communication protocol to transmit to other machines. The user has to carry around an RS232 cable as the communication media. UART-Link is a low [...]...
- Using Windows NT Embeddeds serial console administration with Windows XP EmbeddedWhen Windows XP Embedded first started shipping, it was leaps and bounds better then original Windows NT Embedded. All the new PC technologies such as USB, IEEE 1394, multimedia, plug-n-play technologies, and ACPI were supported. The tools and database were improved. Many Embedded Enabling Features (EEF) were carried over and improved: the new Enhanced Write [...]...