Search found 4 matches
- Tue Mar 09, 2010 11:29 am
- Forum: NetBurner Software
- Topic: redirecting stdout and stdin to device otherthan a UART
- Replies: 4
- Views: 4197
Re: redirecting stdout and stdin to device otherthan a UART
I am missing something then. I have seen this in the manual before, but I don't see how to replace the first 3 file descriptors, stdin, stdout, stderr. With my own file descriptor... Do I use the ReplaceStdio function to then reassign the current stdout with my custom file descriptor? I basically wo...
- Mon Mar 08, 2010 2:43 pm
- Forum: NetBurner Software
- Topic: redirecting stdout and stdin to device otherthan a UART
- Replies: 4
- Views: 4197
redirecting stdout and stdin to device otherthan a UART
i am looking for a way to redirect the standard I/O to use something other than the netburner serial ports. I have found the examples of: int fdserial_debug=OpenSerial(DEBUG_SERIAL_PORT, DEBUG_BAUDRATE, DEBUG_STOP_BITS, DEBUG_DATA_BITS, eParityNone); ReplaceStdio(1,fdserial_debug); // 0=stdin, 1=std...
- Wed May 13, 2009 4:30 pm
- Forum: NetBurner Software
- Topic: Netdrive to map a FTP server to a drive letter
- Replies: 0
- Views: 2745
Netdrive to map a FTP server to a drive letter
Hello, We are looking to map the netburner MOD5270 FTP server to a windows drive letter. So we can access the FTP from programs that require a drive letter... We are trying the program Netdrive. So far it looks pretty good. But, we do get some timeouts here and there if the file is too large and thi...
- Tue May 12, 2009 3:16 pm
- Forum: Off-Topic
- Topic: Netdrive for ftp drive mapping
- Replies: 0
- Views: 4511
Netdrive for ftp drive mapping
Hello, We are looking to map the netburner MOD5270 FTP server to a windows drive letter. So we can access the FTP from programs that require a drive letter... We are trying the program Netdrive. So far it looks pretty good. We do get some timeouts here and there if the file is too large. But seems t...