Dymo 1761334 Technical Reference - Page 9

Configuring the Host Computer for RS-232 Serial Interface, RS-232 Settings

Page 9 highlights

Chapter 2 Configuring the Host Computer for RS-232 Serial Interface This chapter describes how to configure the host computer to communicate with the LabelWriter SE450 printer over an RS-232 serial interface. n RS-232 Settings n RS-232 Cabling n RS-232 Signal Levels For information about communicating with the host computer using the USB port, see the sample code located on the LabelWriter SE450 CD that came with the printer. RS-232 Settings In order for the host computer to communicate with the LabelWriter SE450 printer, the communication parameters must be set as follows: Baud Rate 9600 Data Bits 8 Stop Bits 1 Parity None These settings can often be set using a BIOS setup program or an Operating System Control Panel application. For embedded applications, you may need to build these settings into the embedded system's initialization code. Most languages provide a command or function to initialize a serial port. If programming under Windows using Microsoft C/C++, use the function: bios_serialcom() Other C compilers offer a similar function. Consult your compiler user guide for the appropriate function to use to configure a serial port. If you are using the Unix OS, you'll need to configure the RS-232 port as a dumb printer port, with no special handling, control characters or form feeds. The LabelWriter printer will handle these functions internally. 3

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76

Configuring the Host
Computer for RS-232
Serial Interface
This chapter describes how to configure the host computer to communicate with the
LabelWriter SE450 printer over an RS-232 serial interface.
n
RS-232 Settings
n
RS-232 Cabling
n
RS-232 Signal Levels
For information about communicating with the host computer using the USB port, see the
sample code located on the LabelWriter SE450 CD that came with the printer.
RS-232 Settings
In order for the host computer to communicate with the LabelWriter SE450 printer, the
communication parameters must be set as follows:
Baud Rate
9600
Data Bits
8
Stop Bits
1
Parity
None
These settings can often be set using a BIOS setup program or an Operating System Control
Panel application. For embedded applications, you may need to build these settings into the
embedded system's initialization code.
Most languages provide a command or function to initialize a serial port.
If programming under Windows using Microsoft C/C++, use the function:
bios_serialcom()
Other C compilers offer a similar function. Consult your compiler user guide for the
appropriate function to use to configure a serial port.
If you are using the Unix OS, you’ll need to configure the RS-232 port as a dumb printer
port, with no special handling, control characters or form feeds. The LabelWriter printer will
handle these functions internally.
3
Chapter 2