TASCAM SS-CDR200/SS-R200 CONTROL I/O Terminals RS-232C Protocol Specifications
|
|
|
- Ernest Simmons
- 9 years ago
- Views:
Transcription
1 TASCAM CONTROL I/O Terminals RS-232C Protocol Specifications TEAC Corporation - 1 -
2 ATTENTION TEAC Corporation ("TEAC") licenses you the protocol specified in this document, assuming that you agree to the following protocol license terms. If you do not agree to the terms, you are not allowed to use the protocol and you must return this document to us. Please note that your violation of the terms will result in infringement of TEAC's rights and therefore your use of the protocol after the violation will be suspended and you will be held liable for damages resulting from the violation. Protocol license terms 1. This agreement takes effect on the first use of this protocol. 2. TEAC grants you a non-exclusive, non-transferable license to use the protocol for the purpose of developing devices (including software) compatible with applicable TASCAM products. 3. Your receipt of this document does not mean that you are given any right, authority or interests in relation to this protocol other than those specified in this document. Please note that this document is protected as a TEAC s copyright work under the copyright laws of a member state of the Universal Copyright Convention or the Berne Convention for the Protection of Literary and Artistic Works. All intellectual property rights relating to this protocol are the property of TEAC or its suppliers. 4. (1) You may not duplicate this document. (2) You may not transfer this document to any third party without TEAC s prior consent. (3) This document contains proprietary information of TEAC and may not be disclosed to any third party without TEAC s prior consent. 5. This document and protocol are provided as is. TEAC does not warrant that the contents of this document and this protocol are fit for a particular purpose or free of defects. 6. TEAC cannot respond to your inquires about the contents of this document. 7. TEAC is not responsible for any loss or damages whatsoever arising from use or loss of use of this protocol, including business loss, business interruption, loss of sales information, or any other financial damages, even if the possibility of such damages has been disclosed to you in advance
3 1. Overview The ( controlled device ) can be controlled from an external device ( external controller ), such as a computer, through a serial RS-232C connection. 2. Specifications 2.1. Electrical Specifications Standard JIS X-5101 (equivalent to the former JIS-C-6361 and EIA RS-232C standards) Note that this is not compatible with the RS-422 used in professional VTRs. Impedance at receiver When measured with an applied voltage between -3 V and +3 V or between -15 V and +15 V, the DC resistance is between 3 k ohms and 7 k ohms. Total load capacitance is 2500 pf or less. Open circuit voltage at transmitter 25V or less Open circuit voltage at receiver 2V or less Signal voltage When the open circuit voltage at the receiver is 0 V, the signal voltage is between -5 V and +5 V or between -15 V and +15V against a load impedance between 3 k ohms and 7 k ohms. Signal discrimination Logic 1 : -3V or less Logic 0 : +3V or more 2.2. Communication format Circuit type 3-wire, Half-duplex Transmission type Digital binary serial signal rate (baud rate) 4800/9600/19200/38400 bits/sec bits 7/8 bits Parity bits /ODD/EVEN Stop bits 1/2 bit * signal rate, bits, Parity bits, and Stop bits can be set from the menu of the controlled device
4 2.3. Connector pin-out Connector D-sub 9pin female (Inch screw thread) Terminal pin-out and input/output signals Pin No. In/Out Signal name Description 1 - NC Not connected 2 In Rx DATA received at this pin (*1) 3 Out Tx DATA transmitted from this pin 4 - (Reserved) Reserved 5 - GND Signal ground pin 6 - (Reserved) Reserved 7 Out RTS Short-circuit to Pin No In CTS Short-circuit to Pin No NC Not connected *1: Make sure that a voltage applied to Pin No. 2 for Rx DATA conforms to the RS-232C standard. *2: Pins No. 7 and 8 are short-circuited to receive or transmit RTS/CTS signals. RXD TXD GND RXD TXD GND 7 8 External controller Controlled device () - 4 -
5 3. Format 3.1. Format Overview The command format is as follows. Byte 1 Byte 2 Byte 3 Byte 4 Byte 5 Byte 6 Byte 7 Byte 8 Byte n LF ID CR A command uses a 2-byte ASCII format, starting with Line Field (LF), which is followed by machine ID, and ending with Carriage Return (CR). For information about machine ID, see the section 3-2 Machine ID. A command is followed by a byte string, which consists of data ranging from 0 bytes (if the command includes no data) to 98 bytes, maximum. For detailed information about data, see each of the sections explaining commands. Note that capital letters are used for A to F for commands that use 0 to 9 and A to F as data values. examples Example 1: Sending the PLAY command to the controlled device with the machine ID=0 When the controlled device is in the stop or ready state, the PLAY command starts playing the controlled device. The PLAY command is [12] and sent in the following format. ID ASCII LF CR HEX 0Ah 30h 31h 32h 0Dh Example 2: Performing a direct search for the track 12 on the controlled device with the machine ID=0 To do a direct search for the track 12, DIRECT TRACK SEARCH PRESET command [23] is sent. bytes consist of 2-byte ASCII characters. A track number is specified in the DIRECT TRACK SEARCH PRESET command as shown below. 1 tens digit of the track number to be specified 2 ones digit of the track number to be specified 3 thousands digit of the track number to be specified 4 hundreds digit of the track number to be specified Based on the above rule, the send command is described as follows. ID : 12th track ASCII LF CR HEX 0Ah 30h 32h 33h 31h 32h 30h 30h 0Dh 3.2. Machine ID The Machine ID is fixed at [0]. A command with the machine ID other than [0] is ignored
6 3.3. Sequence In most cases, the controlled device does not send an ACK command in response to a transport control command or data preset command that is sent from an external controller. The controlled device sends a return command in response to a data sense command that requests the controlled device to return the controlled device's preset data values. If the controlled device switches from one state to another - from stop state to playback state, for example, or if an error occurs, the controlled device sends a command to notify the external controller about the state transition. Examples of command sequences are shown below. Make sure that commands are sent at a minimum of 20-millisecond intervals. Example 1: Using a transport control of the controlled device (e.g. playback) When entering the playback state after receiving the playback command, the controlled device sends the CHANGE STATUS command. The controlled device does not send an ACK command in response to this command. External controller PLAY -> <- Controlled device CHANGED STATUS Status of the controlled device STOP Sent when the controlled device enters the playback state Example 2: Presetting data (e.g. pitch control data) When receiving the PITCH CONTROL DATA PRESET command, the controlled device sets the pitch control data. The controlled device does not send an ACK command in response to this command. External controller PITCH CONTROL DATA PRESET -> (preset to -1.0 %) Controlled device Status of the controlled device Sets the pitch control data to -1.0% Example 3: Requesting currently set data (e.g. pitch control data) When receiving the PITCH CONTROL DATA PRESET (Sense) command, the controlled device sends the set pitch control data. Status of the controlled External controller Controlled device device PITCH CONTROL DATA -> PRESET (Sense) <- PITCH CONTROL DATA RETURN - 6 -
7 Example 4: Performing the next operation after checking the status of the controlled device When switching from one mode to another, the controlled device sends the CHANGED STATUS command. Then, in response to the CHANGED STATUS command, the MECHA STATUS SENSE command is sent from the external controller so that the new operation mode can be checked. The following table shows that recording is started on the external controller after the controlled device s record ready mode is confirmed. Status of the controlled device External controller Controlled device STOP RECORD (Record Ready) -> CHANGED STATUS Sent when the controlled device <- enters record ready mode MECHA STATUS SENSE -> MECHA STATUS RETURN Returns the current status <- information (record ready) RECORD (Record) -> CHANGES STATUS Sent when the controlled device <- enters recording mode - 7 -
8 3.4. List of s Control/Preset/Sense Return 0F INFORMATION REQUEST 8F INFORMATION RETURN 10 STOP 12 PLAY 13 RECORD 14 READY 16 SHUTTLE 17 FLASH LOAD 97 FLASH LOAD ACKNOWLEDGE 18 EJECT 1A TRACK SKIP 1D CALL 20 AUTO CUE LEVEL PRESET A0 AUTO CUE LEVEL RETURN 21 AUTO TRACK LEVEL PRESET A1 AUTO TRACK LEVEL RETURN 23 DIRECT TRACK SEARCH PRESET 25 PITCH CONTROL DATA PRESET A5 PITCH CONTROL DATA RETURN 26 AUTO TRACK TIME PRESET A6 AUTO TRACK TIME RETURN 27 CLOCK DATA PRESET A7 CLOCK DATE RETURN 28 SYNC REC LEVEL PRESET A8 SYNC REC LEVEL RETURN 2C TIME SEARCH PRESET 2D KEY CONTROL DATA PRESET AD KEY CONTROL DATA RETURN 30 AUTO CUE SELECT B0 AUTO CUE SELECT RETURN 31 AUTO TRACK SELCT B1 AUTO TRACK SELECT RETURN 32 EOM TRACK TIME PRESET B2 EOM TRACK TIME RETURN 33 EOM MEDIA TIME PRESET B3 EOM MEDIA TIME RETURN 34 TIMER/RESUME PLAY SELECT B4 TIMER/RESUME PLAY SELECT RETURN 35 PITCH CONTROL SELECT B5 PITCH CONTROL SELECT RETURN 36 AUTO READY SELECT B6 AUTO READY SELECT RETURN 37 REPEAT SELECT B7 REPEAT SELECT RETURN 38 SYNC REC SELECT B8 SYNC REC SELECT RETURN 3A INCR PLAY SELECT BA INCR PLAY SELECT RETURN 3D KEY CONTROL SELECT BD KEY CONTROL SELECT RETURN 4C REMOTE/LOCAL SELECT CC REMOTE/LOCAL SELECT RETURN 4E PLAY MODE SENSE CE PLAY MODE RETURN 50 MECHA STATUS SENSE D0 MECHA STATUS RETURN 55 TRACK NO. SENSE D5 TRACK NO. RETURN 56 MEDIA STATUS SENSE D6 MEDIA STATUS RETURN 57 CURRENT TRACK INFORMATION SENSE D7 CURRENT TRACK INFORMATION RETURN 58 CURRENT TRACK TIME SENSE D8 CURRENT TRACK TIME RETURN 59 NAME SENSE D9 NAME RETURN 5D TOTAL TRACK NO./TOTAL TIME SENSE DD TOTAL TRACK NO./TOTAL TIME RETURN 5E PGM TOTAL TRACK NO./TOTAL TIME SENSE DE PGM TOTAL TRACK NO./TOTAL TIME RETURN 5F KEYBOARD TYPE SENSE DF KYBOARD TYPE RETURN F0 ERROR SENSE REQUEST F1 CAUTION SENSE REQUEST F2 ILLEGAL STATUS F4 POWER ON STATUS F6 CHANGE STATUS 78 ERROR SENSE F8 ERROR SENSE RETURN 79 CAUTION SENSE F9 CAUTION SENSE RETURN 7F ERROR SENSE FF ERROR SENSE RETURN - 8 -
9 Details INFORMATION REQUEST INFORMATION REQUEST requests the controlled device to return information including the software version of the controlled device. Return 0F INFORMATION RETURN [8F] STOP STOP puts the controlled device into the stop state and also takes the controlled device out of input monitor mode. 10 Return PLAY Play puts the controlled device into playback mode and also brings the controlled device from record ready mode to recording mode. 12 Return RECORD RECORD puts the controlled device into record ready mode. It also numbers tracks during recording and puts the controlled device into input monitoring mode when no media is in the controlled device. 13 Return 1 2 Description Remarks 0 1 Record ready Switches to record ready mode. 0 2 Track mark Numbers tracks during recording 1 0 Input Monitor Switches to input monitoring mode when no media is in the controlled device. If the controlled device receives data other than the above data, it sends ILLEGAL (F2). READY READY puts the controlled device into playback standby mode or record ready mode. 14 Return 1 2 Description Remarks 0 1 Ready ON Switches to playback standby mode or record ready mode. If the controlled device receives data other than the above data, it sends ILLEGAL (F2)
10 SHUTTLE SHUTTLE puts the controlled device into the shuttle mode. The controlled device remains in the shuttle mode until it receives a command such as STOP, PLAY, or READY. 16 Return 1 2 Description Remarks 0 0 Shuttle forward Switches to the forward shuttle mode 0 1 Shuttle reverse Switches to the backward shuttle mode If the controlled device receives data other than the above data, it sends ILLEGAL (F2). FLASH LOAD FLASH LOAD puts the controlled device into Flash Load mode. 17 Return Flash Load Acknowledge [97] EJECT EJECT ejects a CD Media from the controlled device. (If the controlled device is SS-R200, it returns ILLEGAL [F2].) If the device selected on the controlled device is not CD, this command is ignored. 18 Return SKIP SKIP allows the controlled device to skip a track. 1A Return 1 2 Description Remarks 0 0 Track Skip Next Skips to the next track 0 1 Track Skip Previous If the current position is at the beginning of a track (or within one second of the beginning of a track), the controlled device skips to the beginning of the previous track. If the current position is not at the beginning of a track, the controlled device skips to the beginning of the current track. If the controlled device receives data other than the above data, it sends ILLEGAL (F2)
11 CALL CALL locates the controlled device to a call point and puts the controlled device into the ready state. Return 1D AUTO CUE LEVEL PRESET AUTO CUE LEVEL PRESET sets the auto cue level of the controlled device. Only when this command is sent with request data ([FF]), the controlled device sends the AUTO CUE LEVEL RETURN command [A0]. The auto cue mode can be turned on or off using the AUTO CUE SELECT command [30]. 20 Return AUTO CUE LEVEL RETURN [A0] 1 2 Description Remarks dB Sets the auto-cue level to -24dB dB Sets the auto-cue level to -30dB dB Sets the auto-cue level to -36dB dB Sets the auto-cue level to -42dB dB Sets the auto-cue level to -48dB dB Sets the auto-cue level to -54dB dB Sets the auto-cue level to -60dB dB Sets the auto-cue level to -66dB dB Sets the auto-cue level to -72dB F F SENSE Requests the controlled device to return the current auto-cue level setting If the controlled device receives data other than the above data, it sends ILLEGAL (F2)
12 AUTO TRACK LEVEL PRESET AUTO TRACK LEVEL PRESET sets the auto track level of the controlled device. Only when this command is sent with request data ([FF]), the controlled device sends the AUTO TRACK LEVEL RETURN command [A1]. The auto track mode can be turned on or off using the AUTO TRACK SELECT command [31]. 21 Return AUTO TRACK LEVEL RETURN [A1] 1 2 Description Remarks dB Sets the auto-track level to -24dB dB Sets the auto-track level to -30dB dB Sets the auto-track level to -36dB dB Sets the auto-track level to -42dB dB Sets the auto-track level to -48dB dB Sets the auto-track level to -54dB dB Sets the auto-track level to -60dB dB Sets the auto-track level to -66dB dB Sets the auto-track level to -72dB F F SENSE Requests the controlled device to return the current auto-track level setting If the controlled device receives data other than the above data, it sends ILLEGAL (F2). DIRECT TRACK SEARCH PRESET DIRECT TRACK SEARCH RESET performs a search for a track on the controlled device by specifying the track number. If a track search is performed while the controlled device is in a playback state or a stop state, the controlled device starts playing the selected track first. If a track search is performed while the controlled device is in a state other than the above two states, the controlled device switches back to the state where it was before starting a search and remains in that state bytes Return Description Remarks 1 Tens digit of the track number 2 Ones digit of the track number Track number 3 Thousands digit of the track number Example) 2301: Track Hundreds digit of the track number If the track number specified does not exist in the media, it sends ILLEGAL [F2]
13 PITCH CONTROL DATA PRESET PITCH CONTROL DATA PRESET sets the pitch of playback of the controlled device. (%) The setting range is ±16.0%. Only when this command is sent with request data ([FF]), the controlled device sends the PITCH CONTROL DATA RETURN command [A5]. The pitch control mode can be turned on or off using the PITCH CONTROL SELECT command [35] bytes or Return Pitch Control Return [A5] Description Remarks 0 1 Positive (+) value Negative (-) value N2 N3 N1 N1: Tens digit of the pitch control value Preset % N2: Ones digit of the pitch control value N3: First decimal place of the pitch control value Example) 2310: -2.3% F F Sense Requests the controlled device to return the current pitch control setting If the specified data is out of range, the controlled device sends ILLEGAL [F2]. AUTO TRACK TIME PRESET AUTO TRACK TIME PRESET sets the time of the auto track (time mode) of the controlled device. (%) Setting ranges are 1-10 minutes (1 minute interval), 15 minutes, 30 minutes, 1 hour, 2 hours, 6 hours, 8 hours, 12 hours, and 24 hours. Only when this command is sent with request data ([FF]), the controlled device sends the AUTO TRACK TIME RETURN command [A6]. The auto track mode can be turned on or off using the AUTO TRACK SELECT command [31] bytes or Return Auto Track Time Return [A6] Description Remarks N1 N2 N3 N4 Times N1: Tens digit of the auto track time value (hours). N2: Ones digit of the auto track time value (hours). N3: Tens digit of the auto track time value (minutes). N4: Ones digit of the auto track time value (minutes). F F Sense Requests the controlled device to return the current auto track time setting If the specified data is out of range, the controlled device sends ILLEGAL [F2]
14 CLOCK DATA PRESET CLOCK DATA PRESET sets the date and time information for the controlled device. Only when this command is sent with request data ([FF]), the controlled device sends the CLOCK DATA RETURN command [A7] bytes or Return Clock Preset Return [A7] Description Tens digit of the year (A.D.). Ones digit of the year (A.D.). Tens digit of the month. Ones digit of the month. Tens digit of the date Ones digit of the date Tens digit of the hour. Ones digit of the hour Tens digit of the minute Remarks [Example] : February 23, 2008 / 12:34 10 Ones digit of the minute if the specified data does not exist, the controlled device sends ILLEGAL [F2]. If data 1 and data 2 are both F, the controlled device returns the current Clock setting. SYNC REC LEVEL PRESET SYNC REC LEVEL PRESET sets the level of the sync recording of the controlled device. Only when this command is sent with request data ([FF]), the controlled device sends the SYNC REC LEVEL RETURN command [A8]. The sync rec mode can be turned on or off using the SYNC REC SELECT command [38]. 28 Return Sync Rec Level Return [A8] 1 2 Description Remarks dB Sync Rec level setting is -24 db dB Sync Rec level setting is -30 db dB Sync Rec level setting is -36 db dB Sync Rec level setting is -42 db dB Sync Rec level setting is -48 db dB Sync Rec level setting is -54 db dB Sync Rec level setting is -60 db dB Sync Rec level setting is -66 db dB Sync Rec level setting is -72 db. F F Sense Requests the controlled device to return the current Sync Rec Level setting. if the specified data is out of rage, the controlled device sends ILLEGAL [F2]
15 TIME SEARCH PRESET TIME SEARCH PRESET performs a search on the controlled device by specifying a track number and time. If the controlled device receives this command when in stop or playback mode, it enters a playback mode after having finished a search. If the controlled device receives this command when in a mode other than the above two modes, it switches back to the mode where it was before starting a search and remains in that mode. 2C 1 Return Description Remarks 1 Tens digit of the track number 2 Ones digit of the track number 3 Thousands digit of the track number [Example] 4 Hundreds digit of the track number : 05tr 06m 10s 30th frame 5 Tens digit of the minutes 6 Ones digit of the minutes 7 Thousands digit of the minutes 8 Hundreds digit of the minutes 9 Tens digit of the seconds 10 Ones digit of the seconds 11 Set to 0 12 Set to 0 If the specified time does not exist in the media, the controlled device sends ILLEGAL [F2]. If the specified data is out of range, the controlled device sends ILLEGAL [F2]. KEY CONTROL DATA PRESET KEY CONTROL DATA PRESET sets the key of playback of the controlled device. (semitone) Setting ranges are ±6 semitones. Only when this command is sent with request data ([FF]), the controlled device sends the KEY CONTROL DATA RETURN command [AD]. The key control mode can be turned on or off using the KEY CONTROL SELECT command [3D]. 2D Return KEY CONTROL DATA RETURN [AD] 1 2 Description Remarks 0 Key up 1 Key down 0-6 Key change Set in semitones F F Sense Requests the controlled device to return the current Key control data setting. If the specified data is out of range, the controlled device sends ILLEGAL [F2]
16 AUTO CUE SELECT AUTO CUE SELECT turns the Auto-cue mode of the controlled device on or off. Only when this command is sent with request data ([FF]), the controlled device sends the AUTO-CUE SELECT RETURN command [B0]. The Auto-cue level can be set using the AUTO CUE LEVEL PRESET command [20]. 30 Return AUTO CUE SELECT RETURN [B0] 1 2 Description Remarks 0 0 Auto-cue mode OFF Turns the Auto-cue mode off 0 1 Auto-cue mode ON Turns the Auto-cue mode on F F Sense Requests the controlled device to return the Auto-cue mode status If the specified data is out of range, the controlled device sends ILLEGAL [F2]. AUTO TRACK SELECT AUTO TRACK SELECT turns the Auto-cue mode of the controlled device on or off. Only when this command is sent with request data ([FF]), the controlled device sends the AUTO TRACK SELECT RETURN command [B1]. The auto track level can be set using the AUTO TRACK LEVEL PRESET command [21]. The auto track time can be set using the AUTO TRACK TIME PRESET command [26]. 31 Return AUTO TRACK SELECT RETURN [B1] 1 2 Description Remarks 0 0 Auto Track OFF 0 1 Auto Track ON (LEVEL) Level Mode 0 2 Auto Track ON (Digital Direct) Digital Direct Mode 0 3 Auto Track ON (TIME) Time Mode F F Sense Requests the controlled device to return the Auto Track mode status If the specified data is out of range, the controlled device sends ILLEGAL [F2]
17 EOM TRACK TIME PRESET EOM TRACK TIME PRESET sets the EOM (end-of-track-warning) time in seconds. Only when this command is sent with request data ([FF]), the controlled device sends the EOM TRACK TIME RETURN command [B2]. 32 Return EOM TRACK TIME RETURN [B2] 1 2 Description Remarks 0 0 EOM Track OFF A 0 EOM Track ON (0sec) N1 N2 EOM Track ON N1: Tens digit of the EOM Track Time. N2: Ones digit of the EOM Track Time. F F Sense Requests the controlled device to return the EOM Track Time setting. If the controlled device receives data other than the above data, it sends ILLEGAL (F2). EOM MEDIA TIME PRESET EOM MEDIA TIME PRESET sets the EOM (end-of-track-warning) time in seconds. The setting range is 1 to 99 seconds or the function can also be turned off using this command. Only when this command is sent with request data ([FF]), the controlled device sends the EOM MEDIA TIME RETURN command [B3]. 33 Return EOM MEDIA TIME RETURN [B3] 1 2 Description Remarks 0 0 EOM Media OFF N1 N2 EOM Media ON N1: Tens digit of the EOM Media Time. N2: Ones digit of the EOM Media Time. F F Sense Requests the controlled device to return the EOM Media Time setting. If the controlled device receives data other than the above data, it sends ILLEGAL (F2). PITCH CONTROL SELECT PITCH CONTROL SELECT turns the pitch control mode of the controlled device on or off. Only when this command is sent with request data [FF], the controlled device sends the PITCH CONTROL SELECT RETURN command [B5]. The pitch control data can be set using the PITCH CONTROL DATA PRESET command [25]. 35 Return PITCH CONTROL SELECT RETURN [B5] 1 2 Description Remarks 0 0 Pitch control OFF 0 1 Pitch control ON F F Sense Requests the controlled device to return the current pitch control mode setting If the controlled device receives data other than the above data, it sends ILLEGAL (F2)
18 AUTO READY SELECT AUTO READY SELECT turns the auto ready mode of the controlled device on or off. Only when this command is sent with request data [FF], the controlled device sends the AUTO READY SELECT RETURN command [B6]. 36 Return AUTO READY SELECT RETURN [B6] 1 2 Description Remarks 0 0 Auto-ready OFF 0 1 Auto-ready ON F F Sense Requests the controlled device to return the current auto-ready mode setting If the controlled device receives data other than the above data, it sends ILLEGAL (F2). REPEAT SELECT REPEAT SELECT turns the repeat mode of the controlled device on or off. Only when this command is sent with request data [FF], the controlled device sends the REPEAT SELECT RETURN command [B7]. 37 Return REPEAT SELECT RETURN [B7] 1 2 Description Remarks 0 0 Repeat OFF 0 1 Repeat ON F F Sense Requests the controlled device to return the current repeat mode setting If the controlled device receives data other than the above data, it sends ILLEGAL (F2). SYNC REC SELECT SYNC REC SELECT turns the sync rec mode of the controlled device on or off. Only when this command is sent with request data [FF], the controlled device sends the SYNC REC SELECT RETURN command [B8]. The sync rec level can be set using the SYNC REC LEVEL PRESET command [28]. 38 Return SYNC REC SELECT RETURN [B8] 1 2 Description Remarks 0 0 sync rec OFF 0 1 Sync rec ON F F Sense Requests the controlled device to return the current sync rec mode setting If the controlled device receives data other than the above data, it sends ILLEGAL (F2)
19 INCR PLAY SELECT INCR PLAY SELECT turns the incremental playback mode of the controlled device on or off. Only when this command is sent with request data [FF], the controlled device sends the INCR PLAY SELECT RETURN command [BA]. 3A Return INCR PLAY SELECT RETURN [BA] 1 2 Description Remarks 0 0 Incremental playback OFF 0 1 Incremental playback ON F F Sense Requests the controlled device to return the current incremental playback mode setting If the controlled device receives data other than the above data, it sends ILLEGAL (F2). KEY CONTROL SELECT KEY CONTROL SELECT turns the key control mode of the controlled device on or off. Only when this command is sent with request data [FF], the controlled device sends the KEY CONTROL SELECT RETURN command [BD]. The key control data can be set using the KEY CONTROL DATA PRESET command [2D]. 3D Return KEY CONTROL SELECT RETURN [BD] 1 2 Description Remarks 0 0 Key control mode OFF 0 1 Key control mode ON F F Sense Requests the controlled device to return the current key control mode setting If the controlled device receives data other than the above data, it sends ILLEGAL (F2). REMOTE/LOCAL SELECT REMOTE/LOCAL SELECT enables or disables key operation on the controlled device. Only when this command is sent with request data [FF], the controlled device sends the REMOTE/LOCAL RETURN command [CC]. 4C Return REMOTE LOACAL [CC] 1 2 Description Remarks 0 0 Only remote Enables only remote operation through an RS-232C connection and with a wired remote controller. Key operation on the controlled device is disabled 0 1 Remote and Front key Enables remote operation and key operation on the controlled device F F Sense Requests the controlled device to return the current remote/local mode setting If the controlled device receives data other than the above data, it sends ILLEGAL (F2)
20 PLAY MODE SENSE PLAY MODE SENSE requests the controlled device to return the current playback mode setting of the controlled device. Return 4E PLAY MODE RETURN [CE] MECHA STATUS SENSE MECHA STATUS SENSE requests the controlled device to return the status of the specified mechanism of the controlled device. 50 Return MECHA STATSU RETURN [D0] TRACK No. SENSE TRACK No. SENSE requests the controlled device to return the current track number. : 55 : Return: TRACK No. STATUS RETURN [D5] MEDIA STATUS SENSE MEDIA STATUS SENSE requests the controlled device to return information about the presence or absence and the type of a media in the controlled device. 56 Return MEDIA STATUS RETURN [D6] CURRENT TRACK INFORMATION SENSE CURRENT TRACK INFORMAITON SENSE requests the controlled device to return information about the current track. 57 Return CURRENT TRACK INFORMATION RETURN [D7]
21 CURRENT TRACK TIME SENSE CURRENT TRACK TIME SENSE requests the controlled device to return the selected time information about the current track or the whole media, when in a playback or a ready state. 58 Return CURRENT TRACK TIME RETURN [D8] 1 2 Description Remarks 0 0 Track elapsed time 0 1 Track remaining time 0 2 Total elapsed time on the media 0 3 Total remaining time on the media If the controlled device receives data other than the above data, it sends ILLEGAL (F2). NAME SENSE NAME SENSE requests the controlled device to return the specified track name bytes Return NAME RETURN [D9] Description Remarks 1 Tens digit of the track number 2 Ones digit of the track number Thousands digit of the track number 4 Hundreds digit of the track number If the specified track number does not exist in the media, it sends ILLEGAL [F2]. If the name of specified track number contains a character that is not ASCII, it sends ILLEGAL [F2]. TOTAL TRACK No./TOTAL TIME SENSE TOTAL TRACK No./TOTAL TIME SENSE requests the controlled device to return the total number of tracks on the media and the total running time of the media in the controlled device. Return 5D TOTAL TRACK No./TOTAL TIME RETURN [DD] PGM TOTAL TRACK No./TOTAL TIME SENSE PGM TOTAL TRACK No./TOTAL TIME SENSE requests the controlled device to return the total number and the total running time of the programmed tracks. For MP3/WAV, only the total number of tracks is returned. Return 5E PGM TOTAL TRACK No./TOTAL TIME RETURN [DE]
22 KEYBOARD TYPE SENSE KEYBOARD TYPE SENSE requests the controlled device to return the current keyboard type setting of the controlled device. Return 5F KEYBOARD TYPE RETURN [DF] ERROR SENSE ERROR SENSE requests the controlled device to return information about an error that occurred on the controlled device. Be sure to determine the error by using this command if the ERROR SENSE REQUEST command [F0] is issued from the controlled device. : 78 : Return: ERROR SENSE RETURN [F8] CAUTION SNESE CAUTION SENSE requests the controlled device to return information about a caution that is shown on the controlled device. Be sure to check the caution by using this command if the CAUTION SENSE REQUEST command [F1] is issued from the controlled device. : 79 : Return: CAUTION SENSE RETURN [F9] VENDER COMMAND VENDER COMMAND is a command which controls a function available only for. The function is identified with the value of 1 and 2. : 7F : -- bytes Return: VENDER COMMAND RETURN [FF] 1 2 Function Remarks 0 1 Device Select DEVICE SELECT DEVICE SELECT changes the device to be used on the controlled device. : 4 bytes 3 4 Function Remarks 0 0 CF Sets the device to CF. 0 1 CD Sets the device to CD If the controlled device is SS-R200, it sends ILLEGAL [F2] 0 2 USB Sets the device to USB 0 3 SD Sets the device to SD F F Sense Requests the controlled device to return the current device. If the controlled device receives data other than the above data, it sends ILLEGAL (F2)
23 INFORMATION RETURN INFORMATION RETURN is sent in response to the INFORMATION REQUEST command [0F] to show the software version. 8F 4 bytes Request command INFORMATION REQUEST [0F] Description Remarks 1 Tens digit of the software version 2 Ones digit of the software version 3 First decimal place of the software version Example) 0123: Version Second decimal place of the software version FLASH LOAD ACKNOWLEDGE FLASH LOAD ACKNOWLEDE is sent in response to the FLASH LOAD command [17] to show the data loading has been successful. : 97 : Request command FLASH LOAD [17] AUTO CUE LEVEL RETURN AUTO CUE LEVEL RETURN is sent in response to the AUTO CUE LEVEL PRESET command [20] to show the current Auto cue level setting. A0 Request command AUTO CUE LEVEL PRESET [20] 1 2 Description Remarks dB Auto cue level setting is -24 db dB Auto cue level setting is -30 db dB Auto cue level setting is -36 db dB Auto cue level setting is -42 db dB Auto cue level setting is -48 db dB Auto cue level setting is -54 db dB Auto cue level setting is -60 db dB Auto cue level setting is -66 db dB Auto cue level setting is -72 db
24 AUTO TRACK LEVEL RETURN AUTO TRACK LEVEL RETURN is sent in response to the AUTO TRACK LEVEL PRESET command [21] to show the current Auto track level setting. A1 Request command AUTO TRACK LEVEL PRESET [21] 1 2 Description Remarks dB Auto track level setting is -24 db dB Auto track level setting is -30 db dB Auto track level setting is -36 db dB Auto track level setting is -42 db dB Auto track level setting is -48 db dB Auto track level setting is -54 db dB Auto track level setting is -60 db dB Auto track level setting is -66 db dB Auto track level setting is -72 db. PITCH CONTROL DATA RETURN PITCH CONOTROL DATA RETURN is sent in response to the PITCH CONTROL DATA PRESET command [25] to show the current pitch control setting. A5 4 bytes Request command PITCH CONTROL DATA PRESET [25] Description Remarks 0 1 Positive (+) value Negative (-) value N2 N3 N1 Preset % N1: Tens digit of the pitch control value N2: Ones digit of the pitch control value N3: First decimal place of the pitch control value Example) 2310: -2.3 % AUTO TRACK TIME RETURN AUTO TRACK TIME RETURN is sent in response to the AUTO TRACK TIME PRESET command [26] to show the current auto track time setting. A6 4 bytes Request command AUTO TRACK TIME PRESET [26] Description Remarks 1 Tens digit of the hour 2 Ones digit of the hour 3 Tens digit of the minute 4 Ones digit of the minute
25 CLOCK DATA RETURN CLOCK DATA RETURN is sent in response to the CLOCK DATA PRESET command [27] to show the current date and time setting. A7 1 Request command CLOCK DATA PRESET [27] Description Remarks 1 Tens digit of the year (A.D.). 2 Ones digit of the year (A.D.). 3 Tens digit of the month. 4 Ones digit of the month. [Example] 5 Tens digit of the date : February 23, 2008 / 12:34 6 Ones digit of the date 7 Tens digit of the hour. 8 Ones digit of the hour 9 Tens digit of the minute 10 Ones digit of the minute SYNC REC LEVEL RETURN SYNC REC LEVEL RETURN is sent in response to the SYNC REC LEVEL PRESET command [28] to show the current sync rec level setting. A8 Request command SYNC REC LEVEL PRESET [28] 1 2 Description Remarks dB Sync Rec level setting is -24 db dB Sync Rec level setting is -30 db dB Sync Rec level setting is -36 db dB Sync Rec level setting is -42 db dB Sync Rec level setting is -48 db dB Sync Rec level setting is -54 db dB Sync Rec level setting is -60 db dB Sync Rec level setting is -66 db dB Sync Rec level setting is -72 db. KEY CONTROL DATA RETURN KEY CONTROL DATA RETURN is sent in response to the KEY CONTROL DATA PRESET command [2D] to show the current key control data setting. AD Request command KEY CONTROL DATA PRESET [2D] 1 2 Description Remarks 0 Key up 1 Key down 0-6 Key change Set in semitones
26 AUTO CUE SELECT RETURN AUTO CUE SELECT RETURN is sent in response to the AUTO CUE SELECT command [30] to show the current Auto cue mode setting. B0 Request command AUTO CUE SELECT [30] 1 2 Description Remarks 0 0 Auto cue mode OFF 0 1 Auto cue mode ON AUTO TRACK SELECT RETURN AUTO TRACK SELECT RETURN is sent in response to the AUTO TRACK SELECT command [31] to show the current Auto track mode setting. B1 Request command AUTO TRACK SELECT [31] 1 2 Description Remarks 0 0 Auto track mode OFF 0 1 Auto track mode ON (LEVEL) Level mode 0 2 Auto track mode ON (Digital Direct) Digital Direct mode 0 3 Auto track mode ON (Time) Time mode EOM TRACK TIME RETURN EOM TRACK TIME RETURN is sent in response to the EOM TRACK TIME PRESET command [32] to show the current EOM track time setting. B2 Request command EOM TRACK TIME PRESET [32] 1 2 Description Remarks 0 0 EOM Track OFF A 0 EOM Track ON (0 sec) N1 N2 EOM Track ON N1: Tens digit of the EOM Track Time. N2: Ones digit of the EOM Track Time. EOM MEDIA TIME RETURN EOM MEDIA TIME RETURN is sent in response to the EOM MEDIA TIME PRESET command [33] to show the current EOM media time setting. B3 Request command EOM MEDIA TIME PRESET [33] 1 2 Description Remarks 0 0 EOM Media OFF N1 N2 EOM Media ON N1: Tens digit of the EOM Media Time. N2: Ones digit of the EOM Media Time
27 PITCH CONTROL SELECT RETURN PITCH CONTROL SELECT RETURN is sent in response to the PITCH CONTROL SELECT command [35] to show the current pitch control mode setting. B5 Request command PITCH CONTROL SELECT [35] 1 2 Description Remarks 0 0 Pitch control OFF 0 1 Pitch control ON AUTO READY SELECT RETURN AUTO READY SELECT RETURN is sent in response to the AUTO READY SELECT command [36] to show the current auto-ready mode setting. B6 Request command AUTO READY SELECT [36] 1 2 Description Remarks 0 0 Auto-ready OFF 0 1 Auto-ready ON REPEAT SELECT RETURN REPEAT SELECT RETURN is sent in response to the REPEAT SELECT command [37] to show the current repeat setting. B7 Request command REPEAT SELECT [37] 1 2 Description Remarks 0 0 Repeat OFF 0 1 Repeat ON SYNC REC SELECT RETURN SYNC REC SELECT RETURN is sent in response to the SYNC REC SELECT command [38] to show the current sync rec setting. B8 Request command SYNC REC SELECT [38] 1 2 Description Remarks 0 0 Sync rec OFF 0 1 Sync rec ON
28 INCR PLAY SELECT RETURN INCR PLAY SELECT RETURN is sent in response to the INCR PLAY SELECT command [3A] to show the current incremental playback setting. BA Request command INCR PLAY SELECT [3A] 1 2 Description Remarks 0 0 INCR playback OFF 0 1 INCR playback ON KEY CONTROL SELECT RETURN KEY CONTROL SELECT RETURN is sent in response to the KEY CONTROL SELECT command [3D] to show the current key control mode setting. BD Request command KEY CONTROL SELECT [3D] 1 2 Description Remarks 0 0 Key control OFF 0 1 Key control ON REMOTE/LOCAL SELECT RETURN REMOTE/LOCAL SELECT RETURN is sent in response to the REMOTE/LOCAL SELECT command [4C] to show the current remote/local mode setting. CC Request command REMOTE/LOCAL SELECT [4C] 1 2 Description Remarks 0 0 Only remote Enables only remote operation through an RS-232C connection and with a wired remote controller. Key operation on the controlled device is disabled 0 1 Remote and Front key Enables remote operation and key operation on the controlled device
29 PLAY MODE RETURN PLAY MODE RETURN is sent in response to the PLAY MODE SENSE command [4E] to show the current playback mode setting. CE Request command PLAY MODE SENSE [4E] 1 2 Description Remarks 0 0 Continuous playback 0 1 Single playback 0 4 Programmed playback (data not available) 0 5 Programmed playback (data available) 0 6 Random playback MECHA STATUS RETURN MECHA STATUS RETURN is sent in response to the MECHA STATUS SENSE command [50] to show the current status of the specified mechanism of the controlled device. D0 Request command MECHA STATUS SENSE [50] 1 2 Description Remarks 0 0 No Media No Media 0 1 Preparing for disc ejection In disc-ejecting state 1 0 Stop In stop state 1 1 Play In playback state 1 2 Ready In ready state 8 0 Monitor In input monitoring state 8 1 Record In recording state 8 2 Record ready In record ready state 8 3 Information writing In information writing state TRACK No. RETURN TRACK No. RETURN is sent in response to the TRACK No. SENSE command [55] to show the current track number. D5 6 bytes Request command TRACK No. SENSE [55] Description EOM Status Tens digit of the track number Ones digit of the track number Thousands digit of the track number Hundreds digit of the track number Remarks 00: Shows that the current track has yet to reach the set EOM time or EOM display mode is turned off 01: Shows that the controlled device is displaying the EOM time
30 MEDIA STATUS RETURN MEDIA STATUS RETURN is sent in response to the MEDIA STATUS SENSE command [56] to show the presence or absence of a media and the type of the media. D6 4 bytes Request command MEDIA STATUS SENSE [56] Media status Media type 00: No media 01: Media loaded 00: CD-DA 01: CD-R(Audio) 02: CD-RW(Audio) 10: CD-ROM () 11: CD-R() 12: CD-RW() CURRENT TRACK INFORMATION RETURN CURRENT TRACK INFORMATION RETURN is sent in response to the CURRENT TRACK INFORMATION SENSE command [57] to show information about the program number when in program playback mode or current track when in another playback mode. D7 1 Request command CURRENT TRACK INFORMATION SENSE [57] Description 1 Tens digit of the track number or the program number 2 Ones digit of the track number or the program number 3 Thousands digit of the track number 4 Hundreds digit of the track number 5 Tens digit of the minutes 6 Ones digit of the minutes 7 Thousands digit of the minutes 8 Hundreds digit of the minutes 9 Tens digit of the seconds 10 Ones digit of the seconds 11 Tens digit of the frames 12 Ones digit of the frames Remarks If the playback mode is set to program (PGM), the controlled device sends only the program number for data1 and data
31 CURRENT TRACK TIME RETURN CURRENT TRACK TIME RETURN is sent in response to the CURRENT TRACK TIME SENSE command [58] to show the selected time information about the current track. D8 10 bytes Request command CURRENT TRACK TIME SENSE [58] ( 1, 2) Description 00 Elapsed time 01 Track remaining time 02 Total elapsed time on the media 03 Total remaining time on the media 3 -- Tens digit of the minutes 4 -- Ones digit of the minutes 5 -- Thousands digit of the minutes 6 -- Hundreds digit of the minutes 7 -- Tens digit of the seconds 8 -- Ones digit of the seconds 9 -- Tens digit of the frame Ones digit of the frame Remarks NAME RETURN NAME RETURN is sent in response to the NAME SENSE command [59] to show the name of the specified track. If the specified track name does not exist or contains a character that is not ASCII, the controlled device sends ILLEGAL [F2] D bytes Request command NAME SENSE [59] 内 容 備 考 1 Tens digit of the track 2 Ones digit of the track 3 Thousand digit of the track Hundred digit of the track Track title ASCII characters The title is composed of 0 to 120 bytes
32 TOTAL TRACK No./TOTAL TIME RETURN TOTAL TRACK No./TOTAL TIME RETURN is sent in response to the TOTAL TRACK No./TOTAL TIME SENSE command [5D] to show the total number of tracks on a media and the total running time of the media in the controlled device. Request command DD 1 TOTAL TRACK No./TOTAL TIME SENSE [5D] Description 1 Tens digit of the total number of tracks 2 Ones digit of the total number of tracks 3 Thousands digit of the total number of tracks 4 Hundreds digit of the total number of tracks 5 Tens digit of the minutes 6 Ones digit of the minutes 7 Thousands digit of the minutes 8 Hundreds digit of the minutes 9 Tens digit of the seconds 10 Ones digit of the seconds 11 Tens digit of the total number of frames of all tracks 12 Ones digit of the total number of frames of all tracks Remarks PGM TOTAL TRACK No./TOTAL TIME RETURN PGM TOTAL TRACK No./TOTAL TIME RETURN is sent in response to the PGM TOTAL TRACK No./TOTAL TIME SENSE command [5E] to show the total number and the total running time of the programmed tracks. DE 1 Request command PGM TOTAL TRACK No./TOTAL TIME SENSE [5E] Description Remarks 1 Tens digit of the total number of tracks 2 Ones digit of the total number of tracks 3 Thousands digit of the total number of tracks 4 Hundreds digit of the total number of tracks 5 Tens digit of the minutes 6 Ones digit of the minutes 7 Thousands digit of the minutes 8 Hundreds digit of the minutes 9 Tens digit of the seconds 10 Ones digit of the seconds 11 Tens digit of the frame 12 Ones digit of the frame
33 KEYBOARD TYPE RETURN KEYBOARD TYPE RETURN is sent in response to the KEYBOARD TYPE SENSE command [5F] to show the current keyboard type setting. DF Request command KEYBOARD TYPE SENSE [5F] 1 2 Description Remarks 0 0 Japanese 0 1 US ERROR SENSE REQUEST ERROR SENSE REQUEST is sent from the controlled device to the external controller to show that the controlled device is in an error state. If the command is sent, the external controller issues the ERROR SENSE command [78]. Be sure to determine the error by using the ERROR SENSE command. Request command F0 CAUTION SENSE REQUEST CAUTION SENSE REQUEST is sent from the controlled device to the external controller to show that the controlled device is in a caution state. If the command is sent, the external controller issues the CAUTION SENSE command [79]. Be sure to check the caution by using the CAUTION SENSE command. Request command F1 ILLEGAL STATUS ILLEGAL STATUS is sent from the controlled device to the external controller to show that an invalid command or data has been sent to the controlled device. If the command is sent, send a command or data again, making sure that it is a valid command or data. Request command F2 POWER ON STATUS POWER ON STATUS is sent from the controlled device to the external controller to show that the controlled device has been turned on. Request command F4-33 -
34 CHANGE STATUS CHANGE STATUS is sent from the controlled device to the external controller to show that the controlled device has switched from one state to another. F6 Request command 1 2 Description Remarks 0 0 Mechanism status change The status of the specified mechanism has been changed. 0 3 Track and EOM status changes The controlled device has moved from one track to another or the EOM status has been changed. ERROR SENSE RETURN ERROR SENSE RETURN is sent in response to the ERROR SENSE command [78]. F8 4 bytes Request command ERROR SENSE [78] 1 N2 ERROR CODE(N1-N2N3) 2 N Rec Error Stand-By Error Date 4 N Information Write Error 1-20 Unapproved FAT format( in recording mode)
35 CAUTION SENSE RETURN CAUTION SENSE RETURN is sent in response to the CAUTION SENSE command [79]. F9 4 bytes Request command CAUTION SENSE [79] 1 N2 CAUTION CODE(N1-N2N3) 2 N Can t Undo Sure?Text 4 N Eject Error 1-06 Media Full 1-07 Track Full 1-09 D-In Unlock 1-0A No Call Point 1-0B Can t REC 1-0C Write Protected 1-0D Not Execute 1-0F Can t Edit 1-13 Can t Select 1-14 Track Protected 1-15 Not Fs Unmatch 1-16 Name Full 1-18 Play List Error 1-19 PGM Full 1-1A PGM Empty 1-1B Ext CLK Err 1-1D Not Audio 1-1E Decode Error 1-1F Media Not Match 1-20 Unapproved FAT format VENDER COMMAND RETURN VENDER COMMAND RETURN is sent in response to the VENDER COMMAND [7F]. The function is identified with the value of 1 and 2. : FF : -- bytes Return: VENDER COMMAND [7F] 1 2 Function Remarks 0 1 Device Select Return DEVICE SELECT RETURN DEVICE SELECT RETURN returns the information about the selected device. : 4 bytes 3 4 Function Remarks 0 0 CF CF is selected. 0 1 CD CD is selected. 0 2 USB USB is selected. 0 3 SD SD is selected
MANUAL PC1000R [email protected]
MANUAL PC1000R [email protected] Features The APart PC1000R is a professional multisource CD/USB/SD card music player, equipped with balanced and unbalanced analog outputs, coaxial and optical digital
XR-500 [Receipt Printer User s Manual ]
XR-500 [Receipt Printer User s Manual ] All specifications are subjected to change without notice TABLE OF CONTENTS 1. Parts Identifications 2 2. Setting up the printer 3 2.1 Unpacking 3 2.2 Connecting
CENTRONICS interface and Parallel Printer Port LPT
Course on BASCOM 8051 - (37) Theoretic/Practical course on BASCOM 8051 Programming. Author: DAMINO Salvatore. CENTRONICS interface and Parallel Printer Port LPT The Parallel Port, well known as LPT from
LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - SECOND EDITION
RS-422/485 PCI Card User Manual English No. 51200 (2 Port) No. 51202 (4 Port) No. 51204 (8 Port) www.lindy.com LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - SECOND EDITION (Nov 2005) 1.0 Introduction
The Analyst RS422/RS232 Tester. With. VTR, Monitor, and Data Logging Option (LOG2) User Manual
12843 Foothill Blvd., Suite D Sylmar, CA 91342 818 898 3380 voice 818 898 3360 fax www.dnfcontrolscom The Analyst RS422/RS232 Tester With VTR, Monitor, and Data Logging Option (LOG2) User Manual Manual
2. Terminal arrangement. Default (PV display) (SV display) Communication protocol selection Selects the Communication protocol. Modbus ASCII mode:
COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER KT4, KT8 and KT9 No.KTC1E6 2009.05 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual.
RS232C < - > RS485 CONVERTER S MANUAL. Model: LD15U. Phone: 91-79-4002 4896 / 97 / 98 (M) 0-98253-50221 www.interfaceproducts.info
RS232C < - > RS485 CONVERTER S MANUAL Model: LD15U INTRODUCTION Milestone s model LD-15U is a RS232 to RS 485 converter is designed for highspeed data transmission between computer system and or peripherals
Software Manual RS232 Laser Merge Module. Document # SU-256521-09 Rev A
Laser Merge Module Document # SU-256521-09 Rev A The information presented in this document is proprietary to Spectral Applied Research Inc. and cannot be used for any purpose other than that for which
CONCEPT1 RS232 COMMUNICATION
Concept 1 RS-232 Communication Communication with Concept 1 via RS-232 is done with simple ASCII Commands and Replies. The port settings are 19200Baud, 8bits, no parity and 1 stop bit. The physical connection
Single channel data transceiver module WIZ2-434
Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules
LTM-1338B. Plus Communications Manual
LTM-1338B Plus Communications Manual 2000. Best Power, Necedah, Wisconsin All rights reserved. Best Power The System Setup option from the Main Menu on the front panel is passwordprotected. The default
ESPA 4.4.4 Nov 1984 PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION
PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION 2.1 CHARACTER STRUCTURE 2.2 THE CHARACTER SET 2.3 CONTROL CHARACTERS 2.3.1 Transmission control
Part Number Description Packages available
Features 3 digital I/O Serial Data output Connects directly to RF Modules Easy Enc / Dec Pairing Function Minimal External Components Required Performs all encoding/decoding of data for Reliable Operation.
BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter
BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6
1-Port R422/485 Serial PCIe Card
1-Port R422/485 Serial PCIe Card Installation Guide 1. Introduction Thank you for purchasing this 1-Port RS422/485 Serial PCI Express (PCIe) Card. It is a universal add in card that connects to a PC or
Hardware Specifications of V2AF Series Hybrid Card Reader
B (1/ 14) Hardware Specifications of V2AF Series Hybrid Card Reader Rev. A Sep. 28, 1999 Rev. B Feb. 22, 2000 Card Business Promotion Division OMRON Corporation 1999 All Rights Reserved O M R O N B (2/
Anti Shock CD / USB / SD Card Reader / Remote Control Player RM-CD
Anti Shock CD / USB / SD Card Reader / Remote Control Player RM-CD DESCRIPTION OF CONTROLS: POWER: ON: Press Power button to switch on the power. OFF: Press and hold to switch off the power. CD / USB /
RDF1. RF Receiver Decoder. Features. Applications. Description. Ordering Information. Part Number Description Packages available
RDF1 RF Receiver Decoder Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data
The Clavinova-Computer Connection
Information on using a computer with the Clavinova The Clavinova-Computer Connection What can I do using a computer with the Clavinova? What do I need to do that? How do I connect them? We will answer
Modbus Communications for PanelView Terminals
User Guide Modbus Communications for PanelView Terminals Introduction This document describes how to connect and configure communications for the Modbus versions of the PanelView terminals. This document
16-Port RS232 to USB2.0 High Speed Multi Serial Adapter (w/ Metal Case) Installation Guide
16-Port RS232 to USB2.0 High Speed Multi Serial Adapter (w/ Metal Case) Installation Guide 1. Introduction Thank you for purchasing this 16-Port RS232 to USB2.0 High Speed Multi Serial Adapter. It is an
How to setup a serial Bluetooth adapter Master Guide
How to setup a serial Bluetooth adapter Master Guide Nordfield.com Our serial Bluetooth adapters part UCBT232B and UCBT232EXA can be setup and paired using a Bluetooth management software called BlueSoleil
A RF18 Remote control receiver MODULE
A RF18 Remote control receiver MODULE User Guide No part of this document may be reproduced or transmitted (in electronic or paper version, photocopy) without Adeunis RF consent. This document is subject
HOMEWORKS. RS-232 Protocol. Data Protocol for Communicating with Lutron's HOMEWORKS System
HOMEWORKS TM HOMEWORKS TM RS-3 Protocol Data Protocol for Communicating with Lutron's HOMEWORKS System HomeWorks RS-3 Protocol Overview HARDWARE OVERVIEW 3 wire RS-3C protocol 9 pin female D type connector
Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION
Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION The Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier is a multi-functional compact device. It
Objectives. Basics of Serial Communication. Simplex vs Duplex. CMPE328 Microprocessors (Spring 2007-08) Serial Interfacing. By Dr.
CMPE328 Microprocessors (Spring 27-8) Serial Interfacing By Dr. Mehmet Bodur Objectives Upon completion of this chapter, you will be able to: List the advantages of serial communication over parallel communication
PCMCIA 1 Port RS232 2.1 EDITION OCTOBER 1999
232 232232 PCMCIA 1 Port RS232 2.1 EDITION OCTOBER 1999 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided it has been
2-Port RS232/422/485 Combo Serial PCI Card
2-Port RS232/422/485 Combo Serial PCI Card Installation Guide 1. Introduction Thank you for purchasing this 2-Port RS232/422/485 Combo Serial PCI Card. It is a universal add in card that connects to a
PFB366 Profibus-DP Gateway User Manual
PFB366 Profibus-DP Gateway User Manual Table of Contents CHAPTER 1 OVERVIEW...4 CHAPTER 2 INSTALLATION...5 MOUNTING...5 WIRING...6 Profibus-DP Interface...6 Serial Channel Interface...7 Wiring Examples...7
Advanced Data Capture and Control Systems
Advanced Data Capture and Control Systems Tronisoft Limited Email: [email protected] Web: www.tronisoft.com RS232 To 3.3V TTL User Guide RS232 to 3.3V TTL Signal Converter Modules P/N: 9651 Document
PACKAGE OUTLINE DALLAS DS2434 DS2434 GND. PR 35 PACKAGE See Mech. Drawings Section
PRELIMINARY DS2434 Battery Identification Chip FEATURES Provides unique ID number to battery packs PACKAGE OUTLINE Eliminates thermistors by sensing battery temperature on chip DALLAS DS2434 1 2 3 256
x10* CP290 HOME CONTROL INTERFACE PROGRAMMING GUIDE FOR ADVANCED PROGRAMMERS
x10* CP290 HOME CONTROL INTERFACE PROGRAMMING GUIDE FOR ADVANCED PROGRAMMERS 1 TABLE OF CONTENTS 3. Introduction. 6. Programming. 7. RS-232 connections. a. Byte format. 9. Download Base Housecode. IO.
TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL
TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL w w w. c d v g r o u p. c o m CA-ETHR-A: TCP/IP Module Installation Manual Page Table of Contents Introduction...5 Hardware Components... 6 Technical Specifications...
DS1621 Digital Thermometer and Thermostat
Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent
LDG Electronics External Meter Serial Communications Protocol Specification
M1000 METER PROTOCOL SPECIFICATION MANUAL REV A LDG Electronics External Meter Serial Communications Protocol Specification LDG Electronics 1445 Parran Road St. Leonard MD 20685-2903 USA Phone: 410-586-2177
MDM192 MULTI-DROPS DIGITAL MODEM FOR PRIVATE LINE. USER GUIDE Document reference : 9010709-03
MDM192 MULTI-DROPS DIGITAL MODEM FOR PRIVATE LINE USER GUIDE Document reference : 9010709-03 If you have questions about the MDM192 or desire assistance, contact ETIC TELECOMMUNICATIONS at the following
Controlling the projector using a personal computer
AUDIO OUT AUDIO IN-1 AUDIO IN-2 AUDIO IN-3L AUDIO IN-3R S-VIDEO VIDEO SERIAL MONITOR OUT COMPUTER / COMPONENT VIDEO IN-1 IN-2 USB-B USB-A TM DLP Projector MODEL XD550U/XD560U/WD570U/XD360U-EST/WD380U-EST
NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter
NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter Description: The NTE2053 is a CMOS 8 bit successive approximation Analog to Digital converter in a 20 Lead DIP type package which uses a differential
WTP-150 Receipt Printer User s Manual
WTP-150 Receipt Printer User s Manual All specifications are subject to change without notice TABLE OF CONTENTS 1. Parts Identifications 3 2. Setting up the printer 4 2.1 Unpacking 4 2.2 Connecting the
RS - SPM. Serial parallel translator module
ReSatron GmbH Boisheimer Str. 162 D-41751 Viersen Telefon (+49) 02162-45 06 80 Telefax (+49) 02162-45 03 04 email: [email protected] RS - SPM Serial parallel translator module RSSPM000215SPM-021 - Subject
ENET-710. ENET-710 - Ethernet Module ENET-710 JAN / 06 FOUNDATION
ENET-710 ENET-710 - Ethernet Module JAN / 06 ENET-710 FOUNDATION E N E T 7 1 0 ME smar www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is
LS-101 LAN to Serial Device server. User s Manual
LS-101 LAN to Serial Device server User s Manual Revision History Revision No Date Author Remarks 0.1 August 29, 2001 IDC Initial document INTRODUCTION Overview Almost all instruments and most industrial
DS1721 2-Wire Digital Thermometer and Thermostat
www.dalsemi.com FEATURES Temperature measurements require no external components with ±1 C accuracy Measures temperatures from -55 C to +125 C; Fahrenheit equivalent is -67 F to +257 F Temperature resolution
a8251 Features General Description Programmable Communications Interface
a8251 Programmable Communications Interface June 1997, ver. 2 Data Sheet Features a8251 MegaCore function that provides an interface between a microprocessor and a serial communication channel Optimized
F2400 FOM II Series Fiber Optic Modem Technical Manual
F2400 FOM II Series Fiber Optic Modem Technical Manual T1 Revision B Copyright April 2003 VERSITRON, Inc. 83 Albe Drive / Suite C Newark, DE 19702 www.versitron.com A030430283T PROPRIETARY DATA All data
VMR6512 Hi-Fi Audio FM Transmitter Module
General Description VMR6512 is a highly integrated FM audio signal transmitter module. It integrates advanced digital signal processor (DSP), frequency synthesizer RF power amplifier and matching network.
How To Use A Powerpoint On A Microsoft Powerpoint 2.5 (Powerpoint 2) With A Microsatellite 2.2 (Powerstation 2) (Powerplant 2.3) (For Microsonde) (Micros
SIM2 Multimedia Nero 3D-1, Nero 3D-2, Nero 3D HB RS-232 Control Rev. 1.1 (17 January 2012) Contents Contents 2 1 Introduction 3 1.1 Setting up the RS-232C Serial connection........................... 3
VSCOM USB PRO Series Industrial I/O Adapters
VSCOM USB PRO Series Industrial I/O Adapters 1.Introduction The VSCOM USB PRO Series Industrial I/O Adapters are advanced USB to Serial Adapters that connect to 1, 2, 4 or 8 RS-232/422/485 serial devices.
Low Speed Modems for Dial and Leased Circuits 2400E-2 (Stand Alone) 2400R-2 (Rack Mount) 2400E-4 (Stand Alone) 2400R-4 (Rack Mount)
Low Speed Modems for Dial and Leased Circuits 2400E-2 (Stand Alone) 2400R-2 (Rack Mount) 2400E-4 (Stand Alone) 2400R-4 (Rack Mount) QUALITY COMMUNICATIONS PRODUCTS Made in the U.S.A. 11-1010-002 INTRODUCTION
DS1621 Digital Thermometer and Thermostat
www.maxim-ic.com FEATURES Temperature measurements require no external components Measures temperatures from -55 C to +125 C in 0.5 C increments. Fahrenheit equivalent is -67 F to 257 F in 0.9 F increments
EZ DUPE DVD/CD Duplicator
EZ DUPE DVD/CD Duplicator User s Manual Version 3.0 0 TABLE OF CONTENTS Introduction 2 Setup 11 LCD Front Panel Overview 2 o Auto Start Time 11 Menu Overview 3-5 o Display Mode 12 Functions 6 o Button
- 35mA Standby, 60-100mA Speaking. - 30 pre-defined phrases with up to 1925 total characters.
Contents: 1) SPE030 speech synthesizer module 2) Programming adapter kit (pcb, 2 connectors, battery clip) Also required (for programming) : 4.5V battery pack AXE026 PICAXE download cable Specification:
Softstarters. Type PSTX Fieldbus communication, Built-in Modbus RTU. 1SFC132089M0201 April 2015 1SFC132089M0201 1
Softstarters Type PSTX Fieldbus communication, Built-in Modbus RTU 1SFC132089M0201 April 2015 1SFC132089M0201 1 1 Modbus RTU The Modbus protocol is a fieldbus protocol that provides full control and status
Appendix C: Keyboard Scan Codes
Thi d t t d ith F M k 4 0 2 Appendix C: Keyboard Scan Codes Table 90: PC Keyboard Scan Codes (in hex) Key Down Up Key Down Up Key Down Up Key Down Up Esc 1 81 [ { 1A 9A, < 33 B3 center 4C CC 1! 2 82 ]
DK40 Datasheet & Hardware manual Version 2
DK40 Datasheet & Hardware manual Version 2 IPC@CHIP DK40 Evaluation module Beck IPC GmbH http://www.bcl.de page 1 of 11 Table of contents Table of contents... 2 Basic description... 3 Characteristics...
2-Port RS232/422/485 Combo Serial to USB2.0 Adapter (w/ Metal Case and Screw Lock Mechanism) Installation Guide
2-Port RS232/422/485 Combo Serial to USB2.0 Adapter (w/ Metal Case and Screw Lock Mechanism) Installation Guide 1. Introduction Thank you for purchasing this 2-Port RS232/422/485 Combo Serial to USB Adapter.
NC-12 Modbus Application
NC-12 Modbus Application NC-12 1 Table of Contents 1 Table of Contents... 2 2 Glossary... 3 SCADA...3 3 NC-12 Modbus in general... 3 4 Entire system... 4 4.1 PFC to PC connection alternatives...4 4.1.1
RS485 & Modbus Protocol Guide
RS485 & Modbus Protocol Guide Products Covered Quadratic Integra 1000 Switchboard Integra 1000 Integra 1540 Integra 1560 Integra 1580 Quadratic Integra 2000 System Protection Relay (SPR) Tyco Electronics
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,
RS-422/485 Multiport Serial PCI Card. RS-422/485 Multiport Serial PCI Card Installation Guide
RS-422/485 Multiport Serial PCI Card Installation Guide 21 Contents 1. Introduction...1 2. Package Check List...2 3. Board Layouts and Connectors...3 3.1 2S with DB9 Male Connectors...3 3.1.1 JP5: UART
CDI-S100 SERIAL INTERFACE CARD
CDI-S100 SERIAL INTERFACE CARD R R SERIAL INTERFACE MODULE MUSIC MUTE L L GAIN 0 LINE 5 LINE 6 db -10 + 10 MIC LEFT RIGHT FUSE 230V RATING 115V T100mA T200mA POW Installation Guide 2 CDI-S100 Installation
Application Note 83 Fundamentals of RS 232 Serial Communications
Application Note 83 Fundamentals of Serial Communications Due to it s relative simplicity and low hardware overhead (as compared to parallel interfacing), serial communications is used extensively within
Stevens Cell-Net CDMA & GSM M2M 3G Data Modem. Product Manual
Stevens Cell-Net CDMA & GSM M2M 3G Data Modem Product Manual Stevens Part #93950A (GSM) Stevens Part #93950B (Verizon) updated: July 2015 Contents 2. Technical Specifications... 4 2.1 Features... 4 2.2
ALL-USB-RS422/485. User Manual. USB to Serial Converter RS422/485. ALLNET GmbH Computersysteme 2015 - Alle Rechte vorbehalten
ALL-USB-RS422/485 USB to Serial Converter RS422/485 User Manual ALL-USB-RS422/485 USB to RS-422/485 Plugin Adapter This mini ALL-USB-RS422/485 is a surge and static protected USB to RS-422/485 Plugin Adapter.
2011, The McGraw-Hill Companies, Inc. Chapter 3
Chapter 3 3.1 Decimal System The radix or base of a number system determines the total number of different symbols or digits used by that system. The decimal system has a base of 10 with the digits 0 through
Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000
Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000 1.0 Introduction A Technical Application Note from Doppler System July 5, 1999 Version 3.x of the DDF6000, running version
WHQL Certification Approval...2 User Interface...3 128K software FIFO 4 Universal PCI Interface...5 Ready for 64-bit System...5
0 INDEX WHQL Certification Approval...2 User Interface...3 128K software FIFO 4 Universal PCI Interface...5 Ready for 64-bit System...5 1.0 Introduction 6 2.0 Features.. 6 3.0 Hardware Guide... 7 3.1 System
Timeout The Crosspoint Status Request message has a timeout, which means that you need to wait 1 second in between request messages.
Network Control Protocol Important notes Binary Code The strings shown on the next pages are in binary coded format. Please be aware that any terminal program you may use to control a Network unit from
User Manual. AS-Interface Programmer
AS-Interface Programmer Notice: RESTRICTIONS THE ZMD AS-INTERFACE PROGRAMMER HARDWARE AND ZMD AS-INTERFACE PROGRAMMER SOFTWARE IS DESIGNED FOR IC EVALUATION, LABORATORY SETUP AND MODULE DEVELOPMENT ONLY.
PCS0100en 02.2008. Persy Control Services B.V. Netherlands
P-Bus Gateway PBGW2.128 Universal gateway between the P-bus protocol and open standard protocols. The variety of available electrical interfaces on the gateway offers a wide range of possibilities for
USB to RS-422/485 Serial Adapter
USB to RS-422/485 Serial Adapter User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2
1.1 Connection. 1.1.1 Direct COM port connection. 1. Half duplex RS232 spy cable without handshaking
POS function Marchen POS-DVR surveillance system is a professional surveillance integrated with POS system. By bringing video and POS transaction data together, the POS-DVR surveillance system provides
Cabling Guide for Console and AUX Ports
Cabling Guide for Console and AUX Ports Contents Introduction Prerequisites Requirements Components Used Conventions Table of Routers with Console and AUX Ports Console Port Settings for Terminal Connection
SMS based remote control system
EE 318 Electronics Design Project Report, EE Department, IIT Bombay, April 2006 SMS based remote control system Ashish Deswal ( 03007020 ) Shaleen Harlalka ( 03007015 ) Arjun Arikeri ( 03007032 ) Ashish
2 ASCII TABLE (DOS) 3 ASCII TABLE (Window)
1 ASCII TABLE 2 ASCII TABLE (DOS) 3 ASCII TABLE (Window) 4 Keyboard Codes The Diagram below shows the codes that are returned when a key is pressed. For example, pressing a would return 0x61. If it is
Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester
Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR
BARCODE READER V 2.1 EN USER MANUAL
BARCODE READER V 2.1 EN USER MANUAL INSTALLATION OF YOUR DEVICE PS-2 Connection RS-232 Connection (need 5Volts power supply) 1 INSTALLATION OF YOUR DEVICE USB Connection 2 USING THIS MANUAL TO SETUP YOUR
PROPERTY MANAGEMENT SYSTEM
PROPERTY MANAGEMENT SYSTEM COMMUNICATION INTERFACE SPECIFICATION NEC America, Inc. NDA-305-00 Revision.0 June, 998 Stock # 24727 LIABILITY DISCLAIMER NEC America reserves the right to change the specifications,
2.8.3 / (Z80 Serial I/O)
283 / (Z80 Serial I/O) 80 SIO 80 / 80 bit bit bit bit SIO! 80 " Z80 SIO 2 # $ % Z80 SIO & IBM bisync ( byte) HDLC, IBM SDLC ( bit) '! # & ( modem modem )/" ' Cyclic Redundancy Check (CRC) ( ) 2831 Z80
RFID MODULE Mifare Reader / Writer SL025B User Manual Version 1.4 Nov 2012 StrongLink
RFID MODULE Mifare Reader / Writer User Manual Version 1.4 Nov 2012 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL... 5 4-1. COMMUNICATION
SYMETRIX SOLUTIONS: TECH TIP August 2015
String Output Modules The purpose of this document is to provide an understanding of operation and configuration of the two different String Output modules available within SymNet Composer. The two different
Elo Interactive Digital Signage (IDS): Remote Management
APPLICATION NOTES Elo Interactive Digital Signage (IDS): Remote Management Large signage installations require a way to manage the devices from a central location. Elo IDS displays are designed with this
Temp. & humidity Transmitter Instructions
Temp. & humidity Transmitter Instructions AQ3485/AQ3485Y www.aosong.com 1 Product Overview AQ3485/ AQ3485Y outdoor network temperature and humidity transmitter is accurate measurement of relative humidity
Communication Unit 560CMU05 Data sheet
RTU560 product line Communication Unit 560CMU05 Data sheet E1 10/100 MB LAN E2 10/100 MB LAN CP1, CP2 RS232C or RS485 Ethernet Controller Ethernet Controller USART Processor bus MPU ELAN520 /Flash Memory
OPERATING INSTRUCTIONS Model ST-888 DTMF ANI/ENI Display Decoder
P R O D U C T G R O U P OPERATING INSTRUCTIONS Model ST-888 DTMF ANI/ENI Display Decoder Manual # 600-0901 November 30, 1999 Rev. D - 99068 DESCRIPTION The ST-888 Mobilecall Display Decoder is a desktop
Projector Control Command Reference Manual
Projector Control Reference Manual Copyright (C) NEC Display Solutions, Ltd. 2014-2015 BDT140013 Revision 4.0 Introduction This manual describes the commands used to control an NEC-made projector from
MSR605. Programmer s Manual. Magnetic Stripe Card Reader/Writer (High & Low Coercivity) Revision B 2009-06-01
MSR605 Magnetic Stripe Card Reader/Writer (High & Low Coercivity) Programmer s Manual Revision B 009-06-0 0 Table of Contents SECTION INTRODUCTION...... Accessories of MSR605...... Warranty...... SECTION
Barcode Reader Connection Guide (COGNEX SLMP Connection)
Barcode Reader Connection Guide (COGNEX SLMP Connection) CONTENTS SAFETY PRECAUTIONS... A- REVISIONS... A- INTRODUCTION About This Connection Guide... Required Modules and Devices... Input/output cables...
Time Synchronization & Timekeeping
70072-0111-14 TECHNICAL NOTE 06/2009 Time Synchronization & Timekeeping Time synchronization lets you synchronize the internal clocks of all networked PowerLogic ION meters and devices. Once synchronized,
Vroom Hardware manual ver. 1.00 Code 114VROOHWE00. Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR
Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR ENGLISH HARDWARE MANUAL ver. 1.00 CODE 114VROOHWE00 page 1 of 22 Important Important Read these instructions
DS-7608NI-S Series NVR. Technical Manual
DS-7608NI-S Series NVR Technical Manual Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION disclaims
PRT3 Printer Module: ASCII Protocol Programming Instructions
PRT3 Printer Module: ASCII Protocol Programming Instructions We hope this product performs to your complete satisfaction. Should you have any questions or comments, please visit www.paradox.com and send
1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0
1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol
ESC/VP21 Command User's Guide for Business Projectors. ESC/VP21 Command User's Guide for Business Projectors
ESC/VP21 Command User's Guide for Business Projectors Table of Contents Introduction to ESC/VP21 - - - - - - - - - - - - - - - - - - - - - - - - - - 3 ESC/VP21 Command Formats - - - - - - - - - - - - -
Technical data. General specifications. Indicators/operating means. Electrical specifications Operating voltage U B Power consumption P 0 Interface
Release date: 06-0- 09: Date of issue: 06-0- 009_eng.xml Model Number Single head system Features Parameterization interface for the application-specific adjustment of the sensor setting via the service
ASCII CONTROL COMMANDS FOR MATRIX SWITCHING SYSTEMS AN_0001
APPLICATION NOTE ASCII CONTROL COMMANDS FOR MATRIX SWITCHING SYSTEMS AN_0001 TABLE OF CONTENTS Section GENERAL DESCRIPTION 1.0 CAMERA TO MONITOR CALL-UP 2.0 TOUR/SEQUENCE CONTROL 3.0 PAN/TILT/LENS CONTROL
HARDWARE MANUAL HD222, HD1022. BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz
HARDWARE MANUAL HD222, HD1022 BrightSign, LLC. 16780 Lark Ave., Suite B Los Gatos, CA 95032 408-852-9263 www.brightsign.biz 1 TABLE OF CONTENTS Overview... 1 Block Diagram... 2 HD222... 3 HD1022... 4 Hardware
LDG DTS-4/4R Desktop Coaxial Switch / Remote
LDG DTS-4/4R Desktop Coaxial Switch / Remote LDG Electronics 1445 Parran Road, PO Box 48 St. Leonard MD 20685-2903 USA Phone: 410-586-2177 Fax: 410-586-8475 [email protected] www.ldgelectronics.com
CM6700 Matrix Switcher/Controller
CM6700 Matrix Switcher/Controller Installation/ Operation Manual C523M-H (6/05) Pelco 3500 Pelco Way Clovis, CA 93612-5699 USA www.pelco.com In North America and Canada: Tel (800) 289-9100 FAX (800) 289-9150
HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.
HARDWARE MANUAL BrightSign HD120, HD220, HD1020 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS OVERVIEW... 1 Block Diagram... 2 Ports...
