Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

PC 104 Ethernet - Seven Days - 06:52 04-04-04



Hi

Just recently purchased A PC104 board with ethernet lan,
Is there any software around or aplications where I can load the software
onto a 16mb disk on chip, I know that Iam using limited memory, but I have
read and seen at exibitions where they have pc104 boards connected to a
desktop with windows 98 running and able to read or communicate with the
pc104 board using a lan connection.

There is dos installed on the pc104 disk on chip, basically what Iam trying
to do is comunicate between dos and windows 98 through tcp/ip.
Using windows 98 lan, just being able to pick up the pc104.


Thanks Craig




Re: PC 104 Ethernet - Rick Merrill - 09:42 04-04-04

Seven Days wrote:

> Hi
> 
> Just recently purchased A PC104 board with ethernet lan,
> Is there any software around or aplications where I can load the software
> onto a 16mb disk on chip, I know that Iam using limited memory, but I have
> read and seen at exibitions where they have pc104 boards connected to a
> desktop with windows 98 running and able to read or communicate with the
> pc104 board using a lan connection.
> 
> There is dos installed on the pc104 disk on chip, basically what Iam trying
> to do is comunicate between dos and windows 98 through tcp/ip.
> Using windows 98 lan, just being able to pick up the pc104.

You need DOS drivers for the ethernet chip, and a DOS TCP/IP 
"Stack".  Then your autoexec.bat file would contain something 
resembling this to permit Win98 to r/w files on the PC104:
...
REM The following must be sent to Null!
C:\NET\net initialize > NUL
loadhigh C:\NET\share.EXE
C:\NET\netbind.com
C:\NET\umb.com
C:\NET\NET START NETBEUI
C:\NET\tcptsr.exe
C:\NET\tinyrfc.exe
C:\NET\nmtsr.exe
C:\NET\emsbfr.exe
C:\NET\net start
C:\NET\NET SHARE /DELETE ROOT
...


Re: PC 104 Ethernet - Richard - 15:43 04-04-04

> Just recently purchased A PC104 board with ethernet lan,
> Is there any software around or aplications where I can load the software
> onto a 16mb disk on chip, I know that Iam using limited memory, but I have
> read and seen at exibitions where they have pc104 boards connected to a
> desktop with windows 98 running and able to read or communicate with the
> pc104 board using a lan connection.
>
> There is dos installed on the pc104 disk on chip, basically what Iam
trying
> to do is comunicate between dos and windows 98 through tcp/ip.
> Using windows 98 lan, just being able to pick up the pc104.

If you just want to load files onto the PC/104 you could try using FTP from
NCSA Telnet/FTP
http://www.ncsa.uiuc.edu/SDG/Software/PCTelnet/

You will also require a DOS packet driver for your Ethernet card
http://www.crynwr.com


Should work well.

Regards,
Richard.

http://www.FreeRTOS.org