Reply by Richard April 4, 20042004-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
Reply by Rick Merrill April 4, 20042004-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 ...
Reply by Seven Days April 4, 20042004-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