Read a codebar RS232 frorm ts sesion in win2000

C

CHAR72

How cant access to data of codebar in sesion ts? can i redir tsxxx port to
COM2 (example)?

Thanks

Carlos
 
V

Vera Noest [MVP]

No, you can't. You need 2003 TS for this.
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___
 
C

CHAR72

Ops, bad news !!!

Thanks

Vera Noest said:
No, you can't. You need 2003 TS for this.
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___
 
C

CHAR72

How redirect tsCOMport to COM2 in win2003?

Vera Noest said:
No, you can't. You need 2003 TS for this.
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___
 
V

Vera Noest [MVP]

Just enable redirection of COM ports on the server, in Terminal
Server Configuration and on the rdp client, in Options - Local
Resources.

You can check the redirection of your COM port from within the
session with the command:

change port /query

This is how it should look like:

AUX = \DosDevices\COM1
COM1 = \Device\RdpDrPort\;COM1:5\tsclient\COM1
COM2 = \Device\RdpDrPort\;COM2:5\tsclient\COM2
COM3 = \Device\RdpDrPort\;COM3:5\tsclient\COM3
LPT1 = \Device\RdpDrPort\;LPT1:5\tsclient\LPT1
PRN = \DosDevices\LPT1

Port COM1-3 and LPT1 are redirected to the ports on the client.
The "5" is the current session id.
If port redirection is not configured, the output will look like
this:

AUX = \DosDevices\COM1
COM1 = \Device\Serial0
COM2 = \Device\Serial1
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___
 
C

CHAR72

Thanks for your rapid answer.

I am trying !!!

PD: your website is very large to study, congratulations !!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top