| Platform Specifics | Index |
Every effort has been made to support BrainStem interaction on multiple and disperate platforms. Some interactions simply must be handled diffently on each platform supported. This section desribes these differences for each supported platform.
Handling of Files
(Text describing the platform-specific handling of files will go here.)
Handling of End-Of-Line
(Text describing the platform-specific handling of carriage return/line feed issues will go here.)
Handling of Serial Ports
Serial ports have different names depending on the platform used. The ports are often specified through a configuration file for a given application. When no configuration for a serial port is specified, the default is used. Below is a description of the available serial ports for each supported platform
| Platform | Port Names | Default | Notes |
|---|---|---|---|
| Win32 | COM1, COM2, COM3, COM4 | COM1 | all ports may not be available, depending on your PC hardware. |
| MacOS | printer | printer | We will be re-writing this to support the Communications Toolbox for additional serial port support. |
| PalmOS | serial | serial | Palms only have one serial port. |
| WinCE | COM1:, COM2: | COM1: | Notice the trailing colon on each name. Not all WinCE devices will have all the ports available. |