|
Register or have you forgotten your password?
|
|
|
| Amiga Hardware Issues and discussion This forum is dedicated to the discussion and resolution of issues related to Classic and Next Generation Amiga hardware. Got a problem with a piece of hardware? Click to speak. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Too much caffeine
![]()
Join Date: Mar 2004
Posts: 110
|
I just stumbled upon this device: http://www.connectone.com/products.asp?did=73&pid=85
It is a RS232 serial-to-wifi bridge, claimed to be plug and play for any device. My thought when I saw this product was if it could be used to connect old computers like the classic amigas to the internet. Just as this was a standard modem - only faster. But I could not find so much information about the usage of this bridge, so Im not sure if it can act like (emulate) a standard modem, or if there are special drivers needed to get it working. If someone with a bit more technical knowledge that myself could have a look at it and give some feedback, it would be useful. Anyone? |
||||||||
|
|
|
|
|
#2 | ||||||||
|
Banned
|
Hmmm.... some strange protocols in use... prob no software for it for the Amiga side.
__________________
The Amiga.org Music Production Group Join the Google Amiga Map!! Click Here: Online petition - Support for whistleblowing nurse struck off by NMC |
||||||||
|
|
|
|
|
#3 | ||||||||
|
Merely Curious
![]()
Join Date: Aug 2006
Posts: 4
|
Those things are Serial ports for use over WiFi, they just transmit the RS-232 signals from a computer to the WiFi serial port. You would be able to connect the Amiga to a PC via Null-modem but nothing more.
Think of it as a wireless serial cable.
__________________
"I'm gonna sing the doom song now..." -GIR :-D C64c, Mac Plus,A500 r8a.1 KS2.05/1MB, A600 2MB / 2GB CF, PC |
||||||||
|
|
|
|
|
#4 | ||||||||||
|
"Night Janitor" Moderator
![]()
|
Quote:
The page sez: Quote:
Keep us informed cuz this is highly COOL! |
||||||||||
|
|
|
|
|
#5 | ||||||||
|
Too much caffeine
![]()
|
Well, If you can live with wires and wait for me to finish my project, I'm building a serial to ethernet bridge (SLIP to TCP/IP over ethernet).
Yo can see some photos here: http://www.amiga.org/forums/album.php?albumid=54 The goal is to provide a small bridge from the slip side to the ethernet one. It implemented a smart bridge that takes care of the arp tables and packet fragmentation, routing, and other TCP/IP over ethernet related questions. The hardware part is almost finished. Now, I'm making some hardware tests. Once I finished them, I'll start with the software part. Last edited by ferix; 10-19-2009 at 07:47 AM.. |
||||||||
|
|
|
|
|
#6 | ||||||||
|
sad moaning faced git
|
If the "SerialNET™ mode for serial-to-IP bridging" is SLIP compatible, this would work to connect the Amiga to WiFi. You'd think they would've just said SLIP though.
__________________
3 Commodore file cabinets, 2 Commodore USB turntables, 1 AmigaWorld beer mug Alienware M14x i7 laptop running AmigaForever |
||||||||
|
|
|
|
|
#7 | ||||||||
|
Too much caffeine
![]()
Join Date: Mar 2004
Posts: 110
|
ferix: The serial-to-ethernet project looks interesting. I wonder what you have planned do show in the display.. Are you planning to sell these things when you get it finished, and do you have any hint about the price tag? (or what are the axrox. parts cost if you plan to release it as a DIY project.)
tone007: I just sent an email to the sales department asking about this. If I get a decent reply I'll post it here. |
||||||||
|
|
|
|
|
#8 | ||||||||
|
Defender of the Faith
![]()
|
I'm getting this RSS-22 Bluetooth adapter myself to build inside Minimig. I already tried this weekend with a similar external adapter, and it works excellent for running 57600 bps terminal at least.
__________________
-- kolla |
||||||||
|
|
|
|
|
#9 | |||||||||
|
Merely Curious
![]()
Join Date: Aug 2006
Posts: 4
|
Quote:
![]() Yes indeed! It will do some protocols and raw sockets, via AT commands, there is a programmers manual under support or here http://www.connectone.com/media/uplo...anual_8_32.pdf It would probably be enough if someone wrote a TCP/IP Stack for it...
__________________
"I'm gonna sing the doom song now..." -GIR :-D C64c, Mac Plus,A500 r8a.1 KS2.05/1MB, A600 2MB / 2GB CF, PC |
|||||||||
|
|
|
|
|
#10 | ||||||||
|
Premium Member
|
That's another reason to go for a 1200, $30 got my Miggy connected wireless via a cheap PCMCIA card
|
||||||||
|
|
|
|
|
#11 | ||||||||
|
Beginner
![]()
Join Date: Dec 2006
Posts: 31
|
A *far* better solution is to add an ethernet port to your Amiga which is relatively easy to do on all models except the A500 and A1000.
For those two models, you can add a Z2 busboard sidecar, and then add a Z2 ethernet card. This is an expensive way to do it, but it works. Once you have ethernet, then you can add an ethernet -> wifi adapter. Older adapters are dirt cheap on ebay these days. You really only need 802.11b for the older Amigas, since they'd only have a 10Mbit ethernet card anyway. I use an ethernet -> wifi adapter on my A4000 via an old Ariadne 2 card, and it works great. RS232 is VERY cpu intensive on the internal chipset, not to mention dirt slow -- maxing out at 0.1Mbps. |
||||||||
|
|
|
|
|
#12 | ||||||||||||
|
Too much caffeine
![]()
|
Quote:
If you are a DIY man, It's very easy to interface an ISA ethernet card to those amiga models. The same on PCMCIA. PCMCIA is only an extension to ISA bus. I've connected PCMCIA cards to AVR microcontroles with success. The problem is always the same... drivers... I wrote my self lots of network drivers for linux and some microcontrollers, but these have well known (and well documented) apis, or no api at all (like microcontrolers). The amiga's problem is to write a sana2 compliant device driver... As far as I know, ofcourse. Quote:
The only problem is that linux kernel doesn't manage bridges with diferent MTU sizes. So, yo have to configure the slip interface to a MTU of 1500 bytes to match the ethernet MTU... And It could be a high load for the amiga. That's not a problem for ethernet to wifi briges. Wifi uses ethernet frames under the link layer, so It uses same MTU size. You can get a NEW fonera+ for about 30 euros (about $45 or 27 pounds): https://shop.fon.com/FonShop/shop/ES...18&language=en Note: My design takes care of it. It automatically fragments incomming packets that exceed the slip MTU size... At least is what I have planned... Quote:
Quote:
I don't know how much I spent on It, because It's almost made with spare and sample parts, but I guess It would cost about 20 euros or so, without the LCD. The LCD is not necessary at all. I included It for configuration and status information, but you can do the same directly by the serial port. Last edited by ferix; 10-20-2009 at 04:02 AM.. |
||||||||||||
|
|
|
|
|
#13 | ||||||||
|
Too much caffeine
![]()
Join Date: Mar 2004
Posts: 110
|
Here is some feedback I got from the customer service from ConnectOne.
I also attached the file about how to set it up on windows. It does not seem to require any special drivers to work, and could possibly be set up to work on Amigas as well (?) Hello, The Secure iWiFi can be connected to a computer as a NULL modem connection, and convert the connection to WiFi. The feature to be looking at is the "PPP Host Interface and Routing" described in the release notes for firmware version 804b04, found on our website. I attach explanation on the configuration with Windows XP. In addition to the document you must set the following commands: 1. AT+irrhw=0 ; Disable readiness pin . 2. AT+iioc:x0xxxxxx ; PIOC01 Signal is Output, default LOW 3. AT+idown ; Invoke software reboot SLIP is not supported. Best regards, Avishay Katz Field Application Engineer Connect One 560 S. Winchester Blvd, Suite 500 San Jose, CA 95128 USA Office: (408) 572-5675 Direct: (408) 857-4006 www.connectone.com |
||||||||
|
|
|
|
|
#14 | ||||||||
|
Too much caffeine
![]()
|
If I understood It well, It emulates a serial port connection over the wifi, and then you need to provide the communication protocol (PPP in that case), but you need a PC as host on one side for acting as a ppp server and for routing...
It's the same as a null modem connection between your amiga and your PC, but without wires... It doesn't connect your amiga to the network (directly). |
||||||||
|
|
|
|
|
#15 | |||||||||
|
Too much caffeine
![]()
Join Date: Mar 2004
Posts: 110
|
Quote:
I also remember I used MiamiDx with the nullserdevice to emulate a null-modem connection between the Amiga and (Shapeshifter) MacOS8 in order to provide internet to the Mac side. That is internet via nullmodem from the Amiga, but my hope is that it could work the other way as well. |
|||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| amigas , wireless |
| Thread Tools | |
| Display Modes | |
|
|