Yes, there was no changes in CIA. I've fixed some SDRAM problems. sometimes SDRAM accesses in sequential slots were "glued" together.slingshot wrote:I don't see any CIA changes in that release But I've finally could try on MiST, via an RS232-USB adapter, and with this patch, it worked better:BBond007 wrote: Release 20190425 seems to fix the issue
https://github.com/mist-devel/mist-boar ... 5bfe221220
But maybe it was just a wrong terminal emulator?
MidiLink 2.0 looking for testers. (no MIDI devices required)
Moderators: Mug UK, Zorro 2, spiny, Greenious, Sorgelig, Moderator Team
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
Seems totally fixed... I ran the test procedure monitoring it several hours last night, overnight and its still going...Sorgelig wrote: totally fixed? Then it could be a memory access problem.
Usually the symptom would be the screen/font colors or character set would get changed as shown in Paradroyd's screen captures.
Could it also be metastability problem like you described with earlier versions of the Minimig core? I was getting a warning message about timing requirements not being met.
That is the same change I thought I was getting better results with, but then I'd recompile and have totally different results...slingshot wrote: I don't see any CIA changes in that release But I've finally could try on MiST, via an RS232-USB adapter, and with this patch, it worked better:
https://github.com/mist-devel/mist-boar ... 5bfe221220
But maybe it was just a wrong terminal emulator?
I been testing with CCGMS 2017 V6.prg as it load really quickly --> https://csdb.dk/release/?id=156523
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
Seems more like timing issues than the SDRAM access (the same bug was present on MiST, but it just affected VIC II during data upload).BBond007 wrote: Could it also be metastability problem like you described with earlier versions of the Minimig core? I was getting a warning message about timing requirements not being met.
That is the same change I thought I was getting better results with, but then I'd recompile and have totally different results...
Probably a good idea to register the UART input before it reaches any combinatorial logic to make it glitch-free. Helped a lot for me (0 error during PC -> C64 core serial comms at 2400 bps now).
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
I'm really impressed with the use of this within the few cores.
I specifically have tested with ao486 and CoCo3.
The thought that crossed my mind is someone may want to run a full retro BBS software on it for ao486 core. Something link Vision, VisionX, Emulex, Citidel or Renegade to name a few. I have tried to deploy all of these mentioned and the issue I have found is that it always thinks there is a carrier so it never goes to a 'waiting for caller' mode.
Not sure if it's something i just am doing wrong or the functionality just is not there yet.
Does anyone know?
I specifically have tested with ao486 and CoCo3.
The thought that crossed my mind is someone may want to run a full retro BBS software on it for ao486 core. Something link Vision, VisionX, Emulex, Citidel or Renegade to name a few. I have tried to deploy all of these mentioned and the issue I have found is that it always thinks there is a carrier so it never goes to a 'waiting for caller' mode.
Not sure if it's something i just am doing wrong or the functionality just is not there yet.
Does anyone know?
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
The functionality is not there yet. It looks like changing the status of the DSR might work under ao486.SHIFT838 wrote: Not sure if it's something i just am doing wrong or the functionality just is not there yet.
Does anyone know?
Not sure about CoCo as I can't see the HDL code...
I'll see if I can implement this when I get a chance.
Of these BBS packages you mention, which one would be the simplest for me to set up and configure to test with?
Thanks for testing...
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
I have updated the MidiLink TCP/Modem emulation (on my Github) and I am currently testing this functionality. Provided it works, and there is interest in this feature I can submit a pull request to Sorgelig to include in the next iteration of the SD installer.SHIFT838 wrote:I'm really impressed with the use of this within the few cores.
The thought that crossed my mind is someone may want to run a full retro BBS software on it for ao486 core. Something link Vision, VisionX, Emulex, Citidel or Renegade to name a few. I have tried to deploy all of these mentioned and the issue I have found is that it always thinks there is a carrier so it never goes to a 'waiting for caller' mode.
With ao486, It seems that I can control the core DCD bit via the DTR bit on the HPS. I don't really know about CoCo3.
I have not yet tested this functionality with a BBS program, however, I made a quick DOS Turbo Pascal program to test this via the BIOS as well as reading the port directly. I have included the EXE and Pascal source. In theory, it should work...
I did try Renegade, but I was not able to run it due to lack of "Numeric co-processor".
To try, you'll need to update '/sbin/mididilink' manually or by using this script.
https://github.com/bbond007/MiSTer_Midi ... script.zip
You do not have the required permissions to view the files attached to this post.
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
There are more uses for this than just BBS.. I think a lot of old school 2 player games that could use the modem would benefit from this (like populous, battle chess, FirePower on the Amiga, etc)BBond007 wrote: I have updated the MidiLink TCP/Modem emulation (on my Github) and I am currently testing this functionality. Provided it works, and there is interest in this feature I can submit a pull request to Sorgelig to include in the next iteration of the SD installer.
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
Perhaps it would benefit some of those games, however, I have already gotten all of those games to work so apparently they don't require it.ericgus wrote: There are more uses for this than just BBS.. I think a lot of old school 2 player games that could use the modem would benefit from this (like populous, battle chess, FirePower on the Amiga, etc)
Thanks!
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
ok great, I havent personally tested them .. I just recalled that many of those used modems for two player.BBond007 wrote:Perhaps it would benefit some of those games, however, I have already gotten all of those games to work so apparently they don't require it.ericgus wrote: There are more uses for this than just BBS.. I think a lot of old school 2 player games that could use the modem would benefit from this (like populous, battle chess, FirePower on the Amiga, etc)
Thanks!
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
I have downloaded and ran your update script.BBond007 wrote:I have updated the MidiLink TCP/Modem emulation (on my Github) and I am currently testing this functionality. Provided it works, and there is interest in this feature I can submit a pull request to Sorgelig to include in the next iteration of the SD installer.SHIFT838 wrote:I'm really impressed with the use of this within the few cores.
The thought that crossed my mind is someone may want to run a full retro BBS software on it for ao486 core. Something link Vision, VisionX, Emulex, Citidel or Renegade to name a few. I have tried to deploy all of these mentioned and the issue I have found is that it always thinks there is a carrier so it never goes to a 'waiting for caller' mode.
With ao486, It seems that I can control the core DCD bit via the DTR bit on the HPS. I don't really know about CoCo3.
I have not yet tested this functionality with a BBS program, however, I made a quick DOS Turbo Pascal program to test this via the BIOS as well as reading the port directly. I have included the EXE and Pascal source. In theory, it should work...
I did try Renegade, but I was not able to run it due to lack of "Numeric co-processor".
To try, you'll need to update '/sbin/mididilink' manually or by using this script.
https://github.com/bbond007/MiSTer_Midi ... script.zip
I have made sure my ao486 core is set to 38400. I have had partial success with bbs software. It seems if the BBS software uses the escape codes to hangup "+++,ATH" there is no issue with it hanging up (Oblivian/2 tested), but other software that use code to drop the DTR like Vision, Vision-x and others the BBS will not hang up.
I have also noticed that when connecting into the BBS' (any of them I have) the response codes that the modem is issuing like 'Ring' and 'Connect' are getting transmitted to the BBS inputs.
Chris
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
Getting rid of the response codes is easy.SHIFT838 wrote: I have made sure my ao486 core is set to 38400. I have had partial success with bbs software. It seems if the BBS software uses the escape codes to hangup "+++,ATH" there is no issue with it hanging up (Oblivian/2 tested), but other software that use code to drop the DTR like Vision, Vision-x and others the BBS will not hang up.
I have also noticed that when connecting into the BBS' (any of them I have) the response codes that the modem is issuing like 'Ring' and 'Connect' are getting transmitted to the BBS inputs.
Chris
I have not had much luck setting up Vision or Vision-x for testing the DTR hangup.
For Vision-X tried "visx099r.zip" and I'm getting runtime errors. Does this program work with QEMM?
For Vision I tried "v284betb.zip" and that one crashing saying "PDMATRIX.NFO not Found!!!"
Could you supply a link for working versions of these programs?
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
took me some mucking around, but I did get Vision/2 v284beta working. at least I can connect and verify it hangs up. Vision/2 does not use DTR so it works with the disconnect. Also with Vision/2 I do not seem to have the issue with the result codes getting inputed in the bbs input fields.BBond007 wrote:Getting rid of the response codes is easy.SHIFT838 wrote: I have made sure my ao486 core is set to 38400. I have had partial success with bbs software. It seems if the BBS software uses the escape codes to hangup "+++,ATH" there is no issue with it hanging up (Oblivian/2 tested), but other software that use code to drop the DTR like Vision, Vision-x and others the BBS will not hang up.
I have also noticed that when connecting into the BBS' (any of them I have) the response codes that the modem is issuing like 'Ring' and 'Connect' are getting transmitted to the BBS inputs.
Chris
I have not had much luck setting up Vision or Vision-x for testing the DTR hangup.
For Vision-X tried "visx099r.zip" and I'm getting runtime errors. Does this program work with QEMM?
For Vision I tried "v284betb.zip" and that one crashing saying "PDMATRIX.NFO not Found!!!"
Could you supply a link for working versions of these programs?
I'm not using QEMM, I just use the standard EMM386 memory manager as it just gives me less headaches. Here is a disk image of the ones I am using for VisionX .99r, VisionX2.0, and Vision/2 .84b also the X00 fossil manager if you need it is there too.
I'm a willing tester.
My CONFIG.SYS file is:
Code: Select all
DEVICE=C:\DOS\HIMEM.SYS /testmem:off
REM DEVICE=C:\DOS\EMM386.EXE M9 I=E000-E3FF
DEVICE=C:\DOS\EMM386.EXE 4096 RAM FRAME=e000 d=256 x=a000-c7ff i=c800-efff
DOS=HIGH,UMB
device=c:\dos\ansi.sys
DEVICE=C:\DOS\MOUSE.SYS
DEVICE=C:\X00\X00.SYS T=256
LASTDRIVE=Z
BUFFERS=20
FILES=50
Code: Select all
@ECHO OFF
PROMPT $e[1;32;40m$p$g$e[1;36;40m
PATH=C:\;C:\ARC;C:\DN;C:\DOS;C:\TP\BIN;C:\UTILS;C:\X00;
SET GSZWINDOW=23
You do not have the required permissions to view the files attached to this post.
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
This version of Midilink also works with LSD 1.35 BBS.
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
I have pushed a new MidiLink where DTR drop causes the modem to hang up...SHIFT838 wrote:This version of Midilink also works with LSD 1.35 BBS.
I guess it may be a good idea to make that behavior optional via the "AT&D#" commands and MidiLink.INI.
Thanks for testing!
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
yes, I think making that optional via a AT command is a damn good idea!
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
I updated the midilink but now no modem commands go to the modem. I checked with telemate to see if I can still call out and now telemate tells me that the CTS signal is off and it will be disabling RTS/CTS flow control since it is not present.BBond007 wrote:I have pushed a new MidiLink where DTR drop causes the modem to hang up...SHIFT838 wrote:This version of Midilink also works with LSD 1.35 BBS.
I guess it may be a good idea to make that behavior optional via the "AT&D#" commands and MidiLink.INI.
Thanks for testing!
I have tried with the new TCP_DTR flag as well, with the same result.
How can I revert back to the previous midilink?
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
I redownloaded the upgrade script and re-ran. now I can access the modem commands again. However the DTR does not hangup. I still have the same behavior as your update prior to the DTR update.BBond007 wrote:I have pushed a new MidiLink where DTR drop causes the modem to hang up...SHIFT838 wrote:This version of Midilink also works with LSD 1.35 BBS.
I guess it may be a good idea to make that behavior optional via the "AT&D#" commands and MidiLink.INI.
Thanks for testing!
The BBS runs and waits for calls, which before your updating did not do. But still no hangup unless the BBS is issuig the +++, ATH
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
Getting rid of the response codes is easy.
I have not had much luck setting up Vision or Vision-x for testing the DTR hangup.
For Vision-X tried "visx099r.zip" and I'm getting runtime errors. Does this program work with QEMM?
For Vision I tried "v284betb.zip" and that one crashing saying "PDMATRIX.NFO not Found!!!"
Could you supply a link for working versions of these programs?[/quote]
so when I was doing my testing since it did not drop immediately I thought it was the same as it was on the original midilink. NOPE.
so with the TCP_DTR=2 it will drop the carrier on the VisionX BBS. It just takes a few seconds. no big deal. So the the response codes in the login and password prompt is the only thing I can see as an issue now.
see attached photo.
I have not had much luck setting up Vision or Vision-x for testing the DTR hangup.
For Vision-X tried "visx099r.zip" and I'm getting runtime errors. Does this program work with QEMM?
For Vision I tried "v284betb.zip" and that one crashing saying "PDMATRIX.NFO not Found!!!"
Could you supply a link for working versions of these programs?[/quote]
so when I was doing my testing since it did not drop immediately I thought it was the same as it was on the original midilink. NOPE.
so with the TCP_DTR=2 it will drop the carrier on the VisionX BBS. It just takes a few seconds. no big deal. So the the response codes in the login and password prompt is the only thing I can see as an issue now.
see attached photo.
You do not have the required permissions to view the files attached to this post.
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
I can probably tune this up. Right now it for 1 sec of read inactivity (meaning write from core) before checking the DTR line and taking appropriate action.SHIFT838 wrote: so with the TCP_DTR=2 it will drop the carrier on the VisionX BBS. It just takes a few seconds. no big deal.
I'm guessing it would like those response codes turned off. I see there is a Hayes AT command to do that - which I implemented.SHIFT838 wrote: So the the response codes in the login and password prompt is the only thing I can see as an issue now.
MidiLink.INI
TCP_QUIET = 1
AT Commands:
ATQ0 - Verbose result codes (default)
ATQ1 - Suppress result codes (such as RING/CONNECT/OK)
You could also set your BBS modem init string:
ATZ&D2&Q1
So far I have not been able to get any of these Vision BBS programs to work for me. They just exit to DOS prompt after I make a remote connection...
Hope that helps...
Thanks for testing
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
I have seen the BBS programs exit to dos, but it's usually because of an error like a file is not found and then it exits.BBond007 wrote:So far I have not been able to get any of these Vision BBS programs to work for me. They just exit to DOS prompt after I make a remote connection...SHIFT838 wrote:
Hope that helps...
Thanks for testing
There are batch files usually with the BBS' (most of them) like KEEPUP.BAT so if it errors out or a user logs out it just resets the BBS and does not exit out to DOS.
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
BBond007 wrote:SHIFT838 wrote: so with the TCP_DTR=2 it will drop the carrier on the VisionX BBS. It just takes a few seconds. no big deal.
Downloaded and updated the latest midilink. Seems the Vision-x requires the response codes to know when it connects, or it will just site there at locking port at 38400 bps..
turning off the response codes also jacks with Vision/2, it will work, but it will cycle through every baud rate displaying 'Press Enter' on the connected users side. Once it's readable the user presses enter and they are in. But it starts at 1200bps and takes a few seconds to cycle through each baudrate.
So it appears getting rid of the response codes will not work. Of course Vision/2 works fine with the response codes, it's just Vision-x that has an issue.
Since 38400 is the default for ao486 core and midilink, does midilink for ao486 send a 38400 Connect result code of "28". Or is it just sending Connect of '1' result code?
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
The default (unless you specify differently in the INI via TCP_BAUD=) for TCP mode is 115200SHIFT838 wrote: Since 38400 is the default for ao486 core and midilink, does midilink for ao486 send a 38400 Connect result code of "28". Or is it just sending Connect of '1' result code?
The result code sends "CONNECT 115200"
If you change the BAUD to 38400, then it says "CONNECT 38400"
What is PDMATRIX.NFO? That is the file it's not finding.
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
You should have a TOS_MENU.zip file. unzip it in the MENUS folder. these are all your menus, for ansi, ascii and NFO stuff.BBond007 wrote:The default (unless you specify differently in the INI via TCP_BAUD=) for TCP mode is 115200SHIFT838 wrote: Since 38400 is the default for ao486 core and midilink, does midilink for ao486 send a 38400 Connect result code of "28". Or is it just sending Connect of '1' result code?
The result code sends "CONNECT 115200"
If you change the BAUD to 38400, then it says "CONNECT 38400"
What is PDMATRIX.NFO? That is the file it's not finding.
will MIDILINK do 115200?
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
Unzipping TOS_MENU.zip fixed vis243betab and the BBS works for me now. Thanks!SHIFT838 wrote: You should have a TOS_MENU.zip file. unzip it in the MENUS folder. these are all your menus, for ansi, ascii and NFO stuff.
I have changed all baud rates in the "CONFIG.EXE" program to under "Modem Setup\Config" to 38400 and modem init string to "ATZ&D2&Q1|"
Under "Supported Bauds' I have unchecked every option except 38400.
I'm not sure why 57600 does not work as it gets corruption echoed back which can be seen when it sends the modem INIT string.
The Vision-X program seems to connect if I change "Modem Setup"
Supported BAUD Rate ... 38400 (or 57600)
Download BAUD Rate ... 38400 (or 57600)
Default BAUD Rate ... 38400 (or 57600)
Modem Init String ... ATZ&D2&Q1|
When I conenct I get a "bad command or filename" and some sort of pseudo DOS shell:
Code: Select all
Bad command or file name
C:\ViSiON-X>dir
dir
Volume in drive C is ViSiON-X .99▒
Directory of C:\ViSiON-X
. <DIR> 09-04-93 3:29p
.. <DIR> 09-04-93 3:29p
LOGIN EXE 12033 09-04-93 3:41p
SYSTEM2 EXE 9823 09-04-93 3:41p
SYSTEM3 EXE 9823 09-04-93 3:43p
APPLY COM 24933 09-04-93 3:44p
CHECK COM 11102 09-04-93 3:46p
LOGOFF EXE 3002 09-04-93 3:46p
FEEDBACK COM 13818 09-04-93 3:48p
CHAT COM 9412 09-04-93 3:48p
10 File(s) 1785136 bytes free
C:\ViSiON-X>logoff
logoff
LOGOFF.EXE 1.00 written for ViSiON-X OS/2 .99▒
(c) 1992 ViSiON-X Programming Team
Back in the day, I never used DOS-based BBS programs. Just Amiga and OS/2.
Yes, 115200 is the default speed for TCP/Modem (unless you specify other in the INI) but these BBS programs don't seem to support that rate. For some strange reason, vis243betab does not like 57600 at all. Probably a bug in the program because of other things like procomm+ work at that rate.SHIFT838 wrote: will MIDILINK do 115200?
MidiLink can't detect baud rate like a normal modem can. Unfortunately, I'm not sure how to implement that or if it is even possible.
Hope that helps...
Thanks for testing!
Re: MidiLink 2.0 looking for testers. (no MIDI devices required)
What you are seeing here is a "Logon Matrix". Back in the late 80's and early 90's PC based Pirate/Warez boards would run software like Vision/2, VisionX, Emulex/2 and Oblivian/2. There is a selections for Logon Matrix type. If you set it to 0 (zero) for None then you will get a regular logon screen.BBond007 wrote:
When I conenct I get a "bad command or filename" and some sort of pseudo DOS shell:
I must be missing something? Any ideas there? Back in the day, I never used DOS-based BBS programs. Just Amiga and OS/2.Code: Select all
Bad command or file name C:\ViSiON-X>dir dir Volume in drive C is ViSiON-X .99▒ Directory of C:\ViSiON-X . <DIR> 09-04-93 3:29p .. <DIR> 09-04-93 3:29p LOGIN EXE 12033 09-04-93 3:41p SYSTEM2 EXE 9823 09-04-93 3:41p SYSTEM3 EXE 9823 09-04-93 3:43p APPLY COM 24933 09-04-93 3:44p CHECK COM 11102 09-04-93 3:46p LOGOFF EXE 3002 09-04-93 3:46p FEEDBACK COM 13818 09-04-93 3:48p CHAT COM 9412 09-04-93 3:48p 10 File(s) 1785136 bytes free C:\ViSiON-X>logoff logoff LOGOFF.EXE 1.00 written for ViSiON-X OS/2 .99▒ (c) 1992 ViSiON-X Programming Team
I have also found out that Vision/2 will not work with any speed higher than 38400.
Chris
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900
SHIFT838
Website: http://www.shift838.com
Store: https://www.shift838.com/store
BBS' I run:
Online for Telnet only at:
heatwave.ddns.net : Port # 9640
fusionbbs.ddns.net : Port # 9900