Click here to Skip to main content
15,887,267 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Well I used to know Serial Ports Pin
Choroid22-Sep-23 5:41
Choroid22-Sep-23 5:41 
GeneralRe: Well I used to know Serial Ports Pin
Shmoken9922-Sep-23 6:37
Shmoken9922-Sep-23 6:37 
GeneralRe: Well I used to know Serial Ports Pin
glennPattonWork322-Sep-23 23:58
professionalglennPattonWork322-Sep-23 23:58 
GeneralRe: Well I used to know Serial Ports Pin
vanniaz22-Sep-23 22:16
vanniaz22-Sep-23 22:16 
GeneralRe: Well I used to know Serial Ports Pin
glennPattonWork323-Sep-23 0:05
professionalglennPattonWork323-Sep-23 0:05 
GeneralRe: Well I used to know Serial Ports Pin
englebart24-Sep-23 12:51
professionalenglebart24-Sep-23 12:51 
GeneralRe: Well I used to know Serial Ports Pin
Gary Wheeler25-Sep-23 3:25
Gary Wheeler25-Sep-23 3:25 
GeneralRe: Well I used to know Serial Ports Pin
Peter Shaw25-Sep-23 12:09
professionalPeter Shaw25-Sep-23 12:09 
I often use this handy tool to debug serial issues:

Device Monitoring Studio: High-Performance Connections Data Logging & Analyzing Software

Despite the fact that it is a paid for product, thier is a "Free" version that has reduced features, but is perfectly usable for basic serial comms spying.

If the scale has a sample program with it for example, just run this, attach to the serial port, then run the demo app and see exactly what it's doing, byte for byte.

I've used it many times to do exactly that. In one case I figured out that the "visible" commands I could see, where actually all prefixed by a non visible 0x01 byte, and whoever had put the manual together, had not known this byte was in front, and thus just typed the manual up as "ABC..." rather than "0x01ABC" (I was told when I contacted the devices support team to report my findings.)

If you elect to go for the paid version, it does all sorts of neat things like Modbus protocol analysis and lot's of other protocol decoders.
GeneralCCC 2023-09-21 Pin
Peter_in_278020-Sep-23 21:58
professionalPeter_in_278020-Sep-23 21:58 
GeneralRe: CCC 2023-09-21 Pin
OriginalGriff20-Sep-23 22:12
mveOriginalGriff20-Sep-23 22:12 
GeneralRe: CCC 2023-09-21 - WINNER! Pin
Peter_in_278021-Sep-23 0:21
professionalPeter_in_278021-Sep-23 0:21 
GeneralRe: CCC 2023-09-21 - WINNER! Pin
OriginalGriff21-Sep-23 0:26
mveOriginalGriff21-Sep-23 0:26 
GeneralRe: CCC 2023-09-21 - WINNER! Pin
pkfox21-Sep-23 0:33
professionalpkfox21-Sep-23 0:33 
GeneralRe: CCC 2023-09-21 - WINNER! Pin
Peter_in_278021-Sep-23 1:07
professionalPeter_in_278021-Sep-23 1:07 
GeneralRe: CCC 2023-09-21 - WINNER! Pin
pkfox21-Sep-23 1:36
professionalpkfox21-Sep-23 1:36 
GeneralRe: CCC 2023-09-21 - WINNER! Pin
Peter_in_278021-Sep-23 1:43
professionalPeter_in_278021-Sep-23 1:43 
Generalwhat is your favorite feature for UltraEdit? Pin
Southmountain20-Sep-23 20:12
Southmountain20-Sep-23 20:12 
GeneralRe: what is your favorite feature for UltraEdit? PinPopular
OriginalGriff20-Sep-23 21:26
mveOriginalGriff20-Sep-23 21:26 
GeneralRe: what is your favorite feature for UltraEdit? Pin
BernardIE531720-Sep-23 22:01
BernardIE531720-Sep-23 22:01 
GeneralRe: what is your favorite feature for UltraEdit? Pin
Southmountain22-Sep-23 6:43
Southmountain22-Sep-23 6:43 
GeneralRe: what is your favorite feature for UltraEdit? Pin
BernardIE531722-Sep-23 11:32
BernardIE531722-Sep-23 11:32 
GeneralRe: what is your favorite feature for UltraEdit? Pin
Mike Hankey21-Sep-23 4:25
mveMike Hankey21-Sep-23 4:25 
GeneralRe: what is your favorite feature for UltraEdit? Pin
dandy7221-Sep-23 10:27
dandy7221-Sep-23 10:27 
GeneralRe: what is your favorite feature for UltraEdit? Pin
Southmountain21-Sep-23 18:27
Southmountain21-Sep-23 18:27 
GeneralRe: what is your favorite feature for UltraEdit? Pin
jschell21-Sep-23 5:14
jschell21-Sep-23 5:14 

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.