Click here to Skip to main content
15,908,111 members
Home / Discussions / Free Tools
   

Free Tools

This forum is for discussing and recommending Free tools for software development. Please post direct links to tools, and not just links to pages that review or list tools.No shareware and no commercial products allowed. Please report spammers by voting to remove their messages and reporting their accounts.

 
GeneralRe: Visual DiffMerge with Patch File Support? Pin
John Hind11-Feb-14 22:20
John Hind11-Feb-14 22:20 
GeneralTCC: Smallest fastest C compiler Pin
AlphaDeltaTheta31-May-13 22:36
AlphaDeltaTheta31-May-13 22:36 
NewsFree Project Management Service for public projects Pin
dsouflis29-May-13 2:11
dsouflis29-May-13 2:11 
GeneralRe: Free Project Management Service for public projects Pin
bluelogicweb25-Jun-13 1:19
bluelogicweb25-Jun-13 1:19 
GeneralFree Graph Editor Pin
Mike Hankey26-May-13 10:56
mveMike Hankey26-May-13 10:56 
GeneralRe: Free Graph Editor Pin
peterkmx25-Jun-13 5:28
professionalpeterkmx25-Jun-13 5:28 
GeneralRe: Free Graph Editor Pin
GuyThiebaut4-Sep-13 3:50
professionalGuyThiebaut4-Sep-13 3:50 
GeneralCollaborative Task Management Software -- ASP .NET Open Source? Pin
Matt U.22-May-13 1:53
Matt U.22-May-13 1:53 
GeneralMicrosoft Access Administration tool Pin
Mike Hankey16-May-13 10:48
mveMike Hankey16-May-13 10:48 
GeneralHTML5 JavaScript Diagramming PinPopular
AspDotNetDev14-May-13 6:32
protectorAspDotNetDev14-May-13 6:32 
GeneralRe: HTML5 JavaScript Diagramming Pin
Member 1077993322-May-14 3:35
Member 1077993322-May-14 3:35 
GeneralFree Partition Tool Pin
Michael Martin27-Apr-13 16:56
professionalMichael Martin27-Apr-13 16:56 
GeneralNice free GIF editor PinPopular
Mike Hankey24-Apr-13 9:40
mveMike Hankey24-Apr-13 9:40 
GeneralRe: Nice free GIF editor Pin
valondosh2-Jun-13 14:21
valondosh2-Jun-13 14:21 
GeneralNHibernate Mapping Pin
girinformatique22-Apr-13 19:08
girinformatique22-Apr-13 19:08 
GeneralMessage Closed Pin
19-Apr-13 21:37
Dani Alican19-Apr-13 21:37 
GeneralMessage Removed Pin
11-Apr-13 22:55
David venewald11-Apr-13 22:55 
NewsComprehensive Photo Gallery Tool Pin
Vasudevan Deepak Kumar2-Apr-13 5:38
Vasudevan Deepak Kumar2-Apr-13 5:38 
GeneralMessage Removed Pin
31-Mar-13 19:07
berba31-Mar-13 19:07 
GeneralJavaScript Tools Pin
Bassam Abdul-Baki15-Mar-13 2:18
professionalBassam Abdul-Baki15-Mar-13 2:18 
GeneralIP camera emulator for H264 format Pin
hiajay14-Mar-13 21:13
hiajay14-Mar-13 21:13 
Generalimproved, evolved, GreenShot screen capture program 1.0.6.2228 (Windows only, written using .NET) Pin
BillWoodruff7-Mar-13 6:04
professionalBillWoodruff7-Mar-13 6:04 
GeneralRe: improved, evolved, GreenShot screen capture program 1.0.6.2228 (Windows only, written using .NET) Pin
Mike Hankey19-Apr-13 2:28
mveMike Hankey19-Apr-13 2:28 
GeneralCreating IDL with Jacorb Pin
marziye5-Mar-13 8:27
marziye5-Mar-13 8:27 
GeneralSeeking Terminal Program With Ability to Capture To File Pin
C-P-User-34-Mar-13 4:09
C-P-User-34-Mar-13 4:09 
I'm looking for a piece of freeware; actually two pieces.

First piece: a terminal program that can run at BlueTooth speed and save a lot of data. I'm currently using Terminal.EXE (found here HERE[^] ) will do it.


At the moment, I'm sending 16K bytes in one large block. He does capture it, and does save the data to file, which is good for the one block that I'm sending him, but later on, I intend to send him 16K bytes every second, like clockwork. That number may increase to 32K and possibly 64K. He is having trouble handling this load of data at BlueTooth Speed.


I also need a Second piece of freeware: It will do just the opposite; i.e., send out data (again, terminal by bray++ may do the job; I don't konw it well enough at the moment).

- I need to be able to decide what the bytes will be in the data stream

- I need the program to repeatedly send out that string over and over.

- A delay of X-amount of time between the bursts would be extremely helpful

- The value of X should be expandable at least up to 1 second, and 5 or 10 would be great, along with half a second, 0.1, etc.

- An external input file would be stupendous

- Repeating the external input file would be turbo stupendous

- Repeating the external input file with a programmed X-amount of delay time would be turbo drastic stupendous

If anyone reading has a script for Terminal.EXE that will resend a 64 byte string of code over and over, with a predictably timed loop, especially if it had a wait loop that would let me do something like this phony code, that would be super...


THE_TOP_OF_THE_LOOP:

   THE_STRING = 0xFF, 0x0B, 0x00, 0x0E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
   FOR I = 1 TO 256 STEP 1
   SEND THE_STRING OUT PORT N
   NEXT I

   WAIT 1 SECOND

  LOOP TO THE_TOP_OF_THE_LOOP


(Hope this doesn't violate cross-posting rules, A member in the Lounge pointed me here)

modified 4-Mar-13 11:41am.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.