Software :: Minicom And Cutecom Send Binary Files?
May 5, 2011do you know any serial comm application other than minicom and cutecom that can send binary files?
View 2 Repliesdo you know any serial comm application other than minicom and cutecom that can send binary files?
View 2 RepliesI have setup CentOS as server and Fedora as Client.Now I want to transfer file from server to client through minicom.How to do that?I tried sending file from CentOs and it does have a ASCII format file transfer option while on the other OS only few like xmodem , ymodem and zmodem type of file transfer was present.
View 2 Replies View RelatedI was trying to connect my android phone just to send some AT commands using Minicom or Seyon. But I was not able to connect it. I have connected my phone using a USB cable.Do I need to connect my phone through the serial cable by using a minicom connector to be able to send the commands to the phone.Also when I launch it says Initializing Modem...thenModem at /dev/ttyS0 is available. If I try to Dial it says Warning related to the Baud rate.But After that I am not able to do anything.
View 7 Replies View RelatedIs there any Linux utility to combine two or more binary files into a single binary file ?
View 7 Replies View RelatedI know I can do find . -type f, but that includes binary file and I couldn't find a way to exclude them with find
View 4 Replies View RelatedFedora provides several compression techniques. E.g tar, tar.gz, zip etc. I want to know which among them provides
1. the best compression ratio for text files
2. the best compression ratio for binary files
3. fastest compression
Before installing Fedora on my laptop I backed up my files onto a USB key. I wiped the hard disk and installed Fedora 12. I copied my files back to my home directory - but all the text files are now binary! Any ideas why this would be or how to fix it??---------- Post added at 10:54 AM CST ---------- Previous post was at 10:35 AM CST ----------Hmm it seems that only some files are binary. Looks like some .tgz files are corrupted too.---------- Post added at 11:02 AM CST ---------- Previous post was at 10:54 AM CST ----------Damn - I wonder if the files weren't completely written to the usb key before I removed it. I don't remember their being a safe mount option in Fedora 10 - but I definitely unmounted it before removing it from the laptop.
View 1 Replies View Relatedi have some files name libbeet.so.3.02 , libpos.so.3.04.I think all is binary files , but i am not able to see the contain of file.is there any script to read the file contain.
View 5 Replies View RelatedHow to coded version info and other information likes author and company name into the ELF binary?
I prefer the put the version info during build step.
I need to compare two binary files and get output in form
for every different byte. So if file1.bin is code...
what is the easiest way to accomplish the goal? Standard tool? Some 3rd party tool?
I'm having a problem with sed syntax. So far I can sed the HiResBoundingBox to capture the images I want and output to pdf. But now ever so often I get an illustrator file that has hexadecimal values at the start and end of the file. Imagemagick powers through this and still creates the rastorized previews I want but the gs dies using the epstopdf script to output the vector files. If I hand remove the hex on both ends of the file, both functions work fine and the file can still be managed in illustrator but if I resave it the hex comes back. It only happens on a few files plus it seems to serve no purpose as the files work perfectly without it. I cannot get the sed statement to work. I've tried a blue million variations with no luck. Copied some that I found, same result.
Start of bad eps file:
ADOĆ ^@^@^@5O
^@^@^@^@^@^@^@^@^@UO
^@im^K^@yy^@^@%!PS-Adobe-3.1 EPSF-3.0^M
The way I need it to look:
%!PS-Adobe-3.1 EPSF-3.0^M
End of file the same:
%AI9_PrivateDataEnd^M
@ @
just needs to be:
%AI9_PrivateDataEnd^M
Tried
sed -n '/%/,$p' < = blank file
sed -i 's/%/,$!d/g' = same
sed 's/%/,$!d/g' = same
sed 's/%/,$!d' = same
I can't seem to find any proper reference to this.
I am currently implementing an upgrade system for silent upgrades in my application. I am stuck. I need the code to patch binary files. But I can't find a good third party library. My code is in C# so I would prefer a C# library, but right now I would even go as far as using a library in another language and bind it into my C# code. But I just can't find a good patch/diff library. I must be missing something. Surely there must be some libraries out there that give us the ability to patch binary files?
View 8 Replies View RelatedIam executing a shell script from my code and i need to "establish communication between shell script and my program(i..e.. my script iam executing and code should communicate each other while executing)" in one shot i want to implement IPC`s in shell script..! bye the way iam using system() call to run the shell script.
View 10 Replies View RelatedI have recently installed FC12 64 bit. I have been using Fedora now since I first installed FC9 a few years back.
My main problem is that I am unable to execute any files at all using the ./filename command. I spent last night trying to run the ipod bootloader and all I kept on getting was the message: unable to run binary file. I used the command chmod +x ipodpatcher before attempting to run it, but with no luck. After a while of frustration and a few suggestions online I booted up my Ubuntu OS and the file ran first time. Am I missing a program on FC12? Do I need to install something else?
I feel it may be simple, however I have never experienced this problem before using Fedora. Any suggestions?
1.What character instructd the shell to interpret a special character as an ordinary character?
2.What directory contains some of the utilities available on the system in the form of binary files?
3. What command is used to search the location of a utility?
4. What command is used to instruct the editor to write the file and quit the editor?
5. What key quits the more utility and displays the shell prompt?..........
I have two sets of drivers to install, one for a wireless device I'm trying to enable and the other is an driver set for a newly installed nVidia graphics card. Both drivers are from the manufacturers site.I'm running Ubuntu 10.04 on a Dell Precision 380.In terminal:
chmod a+x rt2870.bin
then:
./rt2870.bin
[code]...
Today encoders are getting smarter. They can compress Blu ray similar quality in 700MB. It seems header of video file contain info about frame rate, audio/video encoder etc. which can't be guessed. In MPEG audio , every part of file is independently playable. If a movie is binary split into 6 parts & I don't have the first part then it is unplayable.
Code:
example
ls
-rwxrwxrwx 1 root root 280M 2010-12-07 20:23 irn2-cd1.mkv
-rwxrwxrwx 1 root root 50M 2011-05-26 13:09 last-50M-cd2
-rwxrwxrwx 1 root root 50M 2011-05-26 13:44 first-50M-cd1
file *
first-50M-cd1: Matroska data
last-50M-cd2: data
irn2-cd1.mkv: Matroska data
Well, upto now i have been using minicom on linux platform.Can any one tell me whether minicom is meant only for linux or is it platform independent?Actually i'm connecting 2 PC's using RS-232 and then passing and viewing the messages using minicom. Both the PC's use Fedora11. Now suppose i want to do the same thing between 2 pc's where one uses linux and other uses windows. So, if minicom is meant only for linux then how to do this?Can some one also suggest some useful links or tutorials regarding this serial communication between to different OS?
View 1 Replies View RelatedI updated to KDE 4.2 when it came out on openSUSE 11.1 and things were working OK.
Now I can no longer send files to the Trash. I get an error in Dolphin saying "The trash has reached its maximum size! Cleanup the trash manually."
I deleted a bunch of stuff from my Trash and I have 1.7GB free on my /home partition so it's not a lack of space.
whenever i try so send files from my PC to phone, it never works in first attempt, just hangs. In the subsequent attempts it works fine.
View 1 Replies View RelatedI'm trying to get some insight on how to move forward. I have a bit of a problem. I am just starting out in unbuntu and I have no experience working with 2 os on my computer (coming from windows). I have a lot of files (music, pictures, movies) in windows, but I want to use them on unbuntu. Is there a way for me to have both os access those files, or better yet, is there a way to send all my files to unbuntu, so I can start deleting all my stuff in windows?At the moment, I'm planning to burn all my files to dvds (in windows), then just drop them off in unbuntu, but I'd love it if there was a way which didn't involve me burning tons of dvds...Oh yea, and programs too... can I transfer them, or do I need to just reinstall them on unbuntu (like stepmania, guildwars, dvd shrink, kmplayer, etc
View 2 Replies View Relatedhave a file (called it A) contains;
hostname 192.168.23.65
hostname 10.18.13.253
hostname 10.18.16.253
hostname 177.23.56.58
how can i write a script to get only ip addresses & send it to 3 files with the following info. only:
file1:
192.168.0.0
file2:
10.18.0.0
file3:
177.23.0.0
by creating the 3 files then i will be able to set up subnetmask, gw,....etc.
I have a netbook which has no serial port. However I use my netbook to connect to Cisco network devices via serial to USB converter. I installed Minicom on my netbook and I don't know how I can tell Minicom to use my USB port rather than default to /dev/ttyS0.
Can anyone tell me how I can change or point Minicom to use my USB port so my serial to USB will work?
i am using eUploader in windows and there is a auto test facility where we can run scripts .Is there a auto test facility in minicom,where after establishing the connection i can run a script?
View 3 Replies View RelatedI just fully installed slack 13.37 on my laptop. I was trying to use minicom. But after I typed the command line 'minicom -s' or 'minicom', I did not get the minicom window, the curson stop at the console and never return back until I kill the minicom process.
View 13 Replies View RelatedIm using sid, have installed gnome-bluetooth but cannot send/receive, browse files on any device. It says that my "personal file sharing" program might not be installed but i have no idea what exact package is it
View 6 Replies View RelatedI typically use rm to delete files, but they don't end up in my trash folder in case I want to recover them. How do I make that happen and how do I access my trash folder via terminal? Doing me best to work from terminal rather than GUI and this one has me stumped. I am using Mint Julia.
View 2 Replies View RelatedI use in Ubuntu proftpd to send files with a little script over the internet to my website.
If I write all these scripts it's a lot of work and my first question is what is the best way to send files over.
For example do you need to type:
put /directory/file.gz /www/file.gz ? or can it shorter? like
put /directory/file.gz /www/ because then ftp complains it can't create file
why I can't send and receive files with pidgin? when i send files it the dialog is always closing
View 2 Replies View RelatedI can't send or receive any files with the Empathy Messenger in F12, using the MSN Protocol.The Menu Entry "Send File" in Active Chat remains grey.When my Friends send me files they ask me to accept the Download but I see nothing.
View 4 Replies View Related