similar to: Accessing a Modem / Dial-up telnet connection

Displaying 20 results from an estimated 5000 matches similar to: "Accessing a Modem / Dial-up telnet connection"

2002 Mar 18
1
More than 4 serial ports with wine.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is it possible to run wine with more than 4 serial ports? Looking through the source I seem to see a hard limit of MAX_PORTS=9, I would like something more on the order of 36 serial ports. I need to run multiple apps with a multi-port serial board, and I am hoping to do it though wine. When I try to set a com port of COM6 in my .wine/config file I get
2010 Jun 22
3
OT: Recommendation for a good Internationalized terminal software
Hi all, We've got server-based application that runs on CentOS. Until now, most of our customer's end-users have accessed the application using either PuTTY or Teraterm. I was asked yesterday to try and find internationalized add ons or alternatives for our new Asian customers (Japan, Korea and China atm). I figured if anyone would be able to recommend terminal emulation
2008 Jun 19
3
Comport Serial Port Card (8 Ports)
It is some time that I using AirMail3 with wine. I have the latest version of Wine but after I configure the Ports from ttyR0 to ttyR7 and running AirMail3 this application is not able to comunicate using the equivalent COM1 .... COM4 ports. I'm not sure if Wine is converting correctly ttyR0 to COM1 and so forth. The result is that for the Hurricane season I can NOT use E-Mail under
2008 Apr 08
2
plotmath "overstrikes" in output on a Linux system
I've been testing plotmath. But I'm getting some funny output one one computer. The problem is that characters are 'jumbled' and overstrike when symbols are introduced. Sample code: mu <- 440.0 sigma <- 12.5 myx <- seq( mu - 4*sigma, mu+ 4*sigma, length.out=500) myDensity <- dnorm(myx,mean=mu,sd=sigma) # Here's one way to retrieve the values of mu and sigma and
2001 Apr 20
1
no networking
Hello, I am using the latest prepackaged version of wine (apparently 0.0.20010326) under Debian/unstable and I am completely unable to do anything network related. I tried 'Ping Plotter' as root and TeraTerm Pro as both root and regular user. I also tried Becky, but that's another thing entirely. All these applications did not seem to have access to the network at all. I am using the
1999 Mar 13
1
cmdat utility...
On 13 Mar 99, Luke Kenneth Casson Leighton had this to say about about cmdat utility...: > this small utility can be used to run an arbitrary program by clicking > right-mouse-button on a directory. the default action is to run "ssh.exe" > on a Samba server and a command prompt "cmd.exe" on an NT server. Excuse me for being ignorant, but what is ssh.exe? A win32
2003 Sep 17
1
openssh 3.7p1 and 3.7.1p1 Solaris problems
I have some Solaris 7 boxes (Ultra 3 and Ultra Enterprise 250 hardware) that I have compiled both 3.7p1 and 3.7.1p1 on and am having some problems. I am using the same "configure" options that I have in the past (without problems). I have tried both new and existing (previously working) ssh_config and sshd_config files. The new versions seem to have broken SSH 1 support (and
2013 May 11
1
blazer_ser problem on windows NUT 2.6.5-3780M
Hi, I have a bunch of UPSs, most connected to pcs with Linux working 100% with NUT. The only one I have a problem with, is connected to Windows 7 64bit, and I used the straight MSI installed from the website named NUT-Installer-2.6.5-4.msi Took me a while to find a way to get it to work, but it is ugly for now. Just starting up the service results in a NUT not working at all, and I tracked it
2010 Mar 27
2
Comm Ports
How do you go about configuring comm ports in Wine? I have a usb to serial adapter that is using ttyUSB1 under linux. The program I want to use under wine shows only the standard Windows comm ports; i.e, com1, com2, etc. How can I redirect those to ttyUSB1? dick
2008 Jul 08
2
Serial Port Access Under Wine
I have asked this before, but has anyone successfully used serial port /dev/ttyS0 under wine? I am trying to run a windows program for controlling an amateur radio - a 'tentec pegasus'. My linux is a debian derivative ... sidux ... and I have installed wine from the sid repositories. The program runs ... and displays a radio dial which looks correct. However, because I cannot
2005 Sep 21
9
Ajax.Updater
Hi all, I was wondering if one could pull a completely separate web site into a div, e.g. <a href="#" onclick="new Ajax.Updater(''artifact'', ''http://www.vivisimo.com/'', {asynchronous:true, evalScripts:true, onLoading:function(request){Toggle.display(''message2body'')}}); return false;">&raquo;</a> it fails
2011 Dec 03
2
Playing Counter Strike 1.6 on UBUNTU 11.10 using wine 1.3.28
Details: System: UBUNTU 11.10 Wine: 1.3.28 (also I tried the stable version wine1.2 1.2.3-0ubuntu1) Game: Counter Strike 1.6 (non Steam version) VGA Card: nVidia GeForce 9200M GS / 512 MB After installing the game, and in order to make it work, I go to the path: /home/user/.wine/dosdevices/c:/Program Files/Counter-Strike 1.6 and the I run the file "hl.exe", this will run the
2008 Mar 03
0
[LLVMdev] -m32 gives me mixture of 32- and 64-bit code
Hi all, after reading and learning much more about GNU's configure and compile machine than I ever wanted ;-), I arrived at configuring llvm-2.2 like this: CFLAGS=-m32 CXXFLAGS=-m32 ./configure --prefix=$HOME The assembler errors are finally gone (phew!, and thanks for all the help!), but I get linker errors now: llvm[3]: Linking Release Object Library LLVMX86.o llvm[3]: Compiling
2009 Jan 12
10
USB and serial
Hello, everyone - I have an old Windows app - a ship navigation program - that needs to see GPS input on a serial port (it was written in the pre-USB days.) My laptop, however, has no serial ports - but this same program, when run on a friend's Windows box, can read the GPS info from the USB-connected GPS via the "USB-Serial Driver". This is one of the frustrating bits of this
2004 Dec 20
3
chroot-ing users coming in via SSH and/or SFTP?
A client wants me to set up a mechanism whereby his customers can drop files securely into directories on his FreeBSD server; he also wants them to be able to retrieve files if needed. The server is already running OpenSSH, and he himself is using Windows clients (TeraTerm and WinSCP) to access it, so the logical thing to do seems to be to have his clients send and receive files via SFTP or SCP.
2004 Aug 16
3
[Bug 912] PATCH: Fix head(1) call in regress/yes-head.sh
http://bugzilla.mindrot.org/show_bug.cgi?id=912 Summary: PATCH: Fix head(1) call in regress/yes-head.sh Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org
2016 Jul 20
0
port for powercom
Ok, so I previously thought I had to use usbhid-ups but when I eventually got it going this is what I got:- This Powercom device (0d9f/0002) is not supported by usbhid-ups. Please use the 'powercom' driver instead. So I switched to the powercom driver, but I have tried a whole bunch of likely suspects for the port setting, none of which have worked Tried so far:- com1 with these
2011 May 06
0
Audiocodes MP-114 - modem dial not going through
I have an Audiocodes MP-114 and modem dial-out can not establish connection. Snooping with Wireshark I get a lot of entries like this: No. Time Source Destination Protocol Info 2934 27.221559 10.0.0.110 10.0.0.109 RTP PT=ITU-T G.711 PCMU, SSRC=0x7D08611A, Seq=7662, Time=1805957855 Frame 2934: 214 bytes on wire (1712 bits),
2006 Dec 30
0
Modem Dial-up internet connection thru Asterisk with T1-PRI
We have a PRI line setup on an asterisk box. I want to provide a couple dial-in lines for internet access from our remote offices. The remote offices only have analog lines. I thought I could do this with the ZapRAS or PPPD functions in Asterisk, but the more I read this is only for ISDN connections on both sides. Is that correct? Does anyone know how to accomplish what I'm needing to
2003 Aug 21
0
Dial in modem speeds over VoIP?
Hi all, I like to have a dial in modem on my toll free number so that when I or my employees travel, they can always get in for net access to read email if no better method is available. Right now, my Panasonic KX-TD1232D PBX receives the call on a POTS line and routes it to an analog modem. The speeds achieved are around 24 kbps due to the digitization of the KX-TD1232D introducing