IT News · @itnewsbot
3280 followers · 262665 posts · Server schleuss.online
@tuwat@ruhr.social · @tuwat
59 followers · 417 posts · Server ruhr.social

IIC I2C/SPI Bus Interface zu Kanal - so kann man den raspberry pi pico auf die schnelle mal um weitere UART Schnittstellen zur Steuerung erweitern - passt alles in ein 2,54mm Raster rein

#sc16is752 #dual #uart #rp2040

Last updated 2 years ago

adingbatponder :mastodon: · @adingbatponder
145 followers · 1167 posts · Server fosstodon.org
adingbatponder :mastodon: · @adingbatponder
145 followers · 1153 posts · Server fosstodon.org
adingbatponder :mastodon: · @adingbatponder
145 followers · 1152 posts · Server fosstodon.org
adingbatponder :mastodon: · @adingbatponder
145 followers · 1152 posts · Server fosstodon.org
adingbatponder :mastodon: · @adingbatponder
145 followers · 1152 posts · Server fosstodon.org


Rather nice potted summary with IO stuff
michaeljclark.github.io/asm.ht

#riscv #assembly #io #uart #mimo

Last updated 2 years ago

GerbilEngineer · @gerbilengineer
35 followers · 17 posts · Server makersocial.online

Not the connector that is circled.. 😂 was so considerate as to actually populate and label the port on the controller!

#wifi #bambulab #uart #reverseengineering

Last updated 2 years ago

Pi Debug Probe arrived. Cute little thing. 3.3v micro-USB, upgradable firmware 4 cables included plus case.

#raspberry #OpenOCD #swd #uart

Last updated 2 years ago

Tao of Mac · @taoofmac
138 followers · 56 posts · Server botsin.space

Raspberry Pi's new Debug Probe

This is nice to see, although I already have a small collection of various USB to serial probes that goes back to actual 25 and 9-pin DIN connectors.(...)

taoofmac.com/space/links/2023/

#debugging #RP2040 #raspberrrypi #uart #probe #ftdi #swd #serial

Last updated 2 years ago

Alasdair Allan · @aallan
4368 followers · 948 posts · Server mastodon.social

It's new product time! Say "Hello!" to the Raspberry Pi Debug Probe. Designed for easy solderless plug-and-play debugging it is compatible with the CMSIS-DAP standard and provides both a UART serial bridge and a standard Arm Serial Wire Debug (SWD) interface with an open source, and easily upgradeable, firmware. raspberrypi.com/news/raspberry

#raspberrypi #debugprobe #swd #uart #rp2040

Last updated 2 years ago

LisPi · @lispi314
135 followers · 2020 posts · Server mastodon.top

@ariadne @arch Yeah, the communicates with its over /#Serial, so there's none of the nonsensical proprietary libs requiring loading into the host system.

#pinephone #modem #uart

Last updated 2 years ago

@tuwat@ruhr.social · @tuwat
41 followers · 105 posts · Server ruhr.social

V2.1 www.lctech.cc

#ch340t #isolate #uart #lc #technology

Last updated 2 years ago

David R :antiverified: · @davidr
205 followers · 1574 posts · Server hachyderm.io

is working on the . the next tutorial is , but I'm gonna skip it for now. get back to basics and build some side-by-side old-skool on the vs fpga and see what my brain can latch onto.

(latch. that's a, I say that's a JOKE, son. I say, this boy's about three turnips short of a STEW.)

#bidi #uart #nandland #fpga #vga #digital #circuit #breadboard

Last updated 2 years ago

David R :antiverified: · @davidr
201 followers · 1532 posts · Server hachyderm.io

omg I read a single (simulated) byte in an . I am a COMPUTER (and electronics) GOD

I can't yet read a second byte, but maybe its like one of those Days of Creation things. Separate the firmament from the waters under the earth today, see and call it good, then create animals tomorrow.

#fpga #uart

Last updated 2 years ago

David R :antiverified: · @davidr
199 followers · 1491 posts · Server hachyderm.io

omg I read a single (simulated) byte in an . I am a COMPUTER (and electronics) GOD

I can't yet read a second byte, but maybe its like one of those Days of Creation things. Separate the firmament from the waters under the earth today, see and call it good, then create animals tomorrow.

#fpga #uart

Last updated 2 years ago

Stephen Hoffman · @HoffmanLabs
67 followers · 39 posts · Server infosec.exchange

A discussion (linked below) of serial line signals reminded me of an era of / when those break signals were far more common...

A serial line break signal is effectively a serial line framing error. The bits aren't where they should be, and the clocking bits are wrong. As with other things in computing, sometimes errors are (re)used for other not-error purposes.

Many old serial terminals such as the terminal had a dedicated break key, and there was the F5 key on a terminal LK201 keyboard, and this key generated and sent the framing error. The break.

Why deliberately send an error?

Because a cheap chip in the serial port hardware could easily detect that framing error.

A UART that could detect the arrival of a specific serial line character, say ^P to perform some action, cost rather more. And vendors of lower-end servers tended to prefer lower-end parts.

Which meant that some inexpensive computer servers—inexpensive servers for the 1980s and 1990s era, that is—used a cheap UART for their console control port—a console serial line allowed server management by serial line—and which meant the server could detect and use the break to interrupt the server processing, such as halting a stuck operating system.

This then also meant that an errant break on the console could halt the server.

And of course a DEC VT terminal and various other serial terminals also tended to generate framing errors on first power up. Not just when the break key was pressed.

Which then halted the server.

Adding more complexity to this console break usage, some operating systems (including /#VMS and ) also used break to defeat password-grabbing apps.

Yes, password-grabbing apps have been around for a long time. Well before the era of Control-Alt-Delete, another means to thwart a password-grabbing app

You'd enter a break, or the C-A-D, and the logged in session would be terminated.

Usage which then caused the very obvious problem for a serial console of course, just as soon as somebody entered a break on the serial console line.

With some systems, you could continue a halted system if you entered the continue command quickly enough. If not, welcome to a server reboot and grumpy users.

In a more recent era, terminals and terminal emulators and keyboards generally lack break keys. So either the terminal emulator needs a break function in its menus or some other chord, or you'll need some other approach when using the so-called secure server login feature (this feature has largely disappeared, given telnet (boo!) ssh (yay!) logins get a new session), or to trigger a halt on a console with a break-expecting UART.

Now if you've been following along, maybe a rather more baudy tale has occurred to you: a serial line framing error can also be generated by changing the terminal setting for the serial line speed. Switch speeds, press a few characters, reset the speed back to the correct value, and you should be looking at the aftermath of a break signal.

Sending ^P to a console—for those old VAX and ilk that expect a ^P—to halt the server is just far too easy.

But switching serial speeds to trigger a halt... works. Sometimes when you don't want it to.

rachelbythebay.com/w/2022/12/2

#break #computinghistory #retrocomputing #dec #vt100 #vt220 #uart #vax #openvms

Last updated 2 years ago

Josef 'Jeff' Sipek · @jeffpc
91 followers · 318 posts · Server mastodon.radio

It's been almost two weeks since I posted about my data logger. Right now, all the logging it can do is to just dump out the raw measurements via . :) I left it running, and it collected 17079 samples at 1 sample/min. That is 11.86 days.

I still like the pressure graph the most. The nearly 5.5hPa drop in a day is because of the big that got here yesterday. It's a rainy storm, which is why you can see it on the humidity graph as well.

#electronics #storm #uart #bme280

Last updated 2 years ago

Marco Ivaldi · @raptor
1432 followers · 535 posts · Server infosec.exchange

Federico @apps3c has just published on the @hnsec blog a new article for his "Journey into IoT" series, in which he tears apart an device. This one is mostly about communications.

A journey into IoT – Unknown Chinese alarm – Part 4 – Internal communications
security.humanativaspa.it/a-jo

The full series is linked here:
security.humanativaspa.it/tag/

#iot #uart

Last updated 2 years ago

I did a small " Assessment" on one of the TP-Link Wifi Router using and USB Bridge ! 🐬

I need to dig where to find the admin password of the Web Control Panel 💀

alrikrr.github.io/posts/revers

#iot #FlipperZero #uart

Last updated 2 years ago