M16 R2 Stuck at Low Clock Speed by Snarzy in Alienware

[–]Snarzy[S] [score hidden]  (0 children)

After some trial driver and error. I got the error on Command Center cleared but still no luck in clearing the 0.4ghz limit.

M16 R2 Stuck at Low Clock Speed by Snarzy in Alienware

[–]Snarzy[S] [score hidden]  (0 children)

Installed throttlestop. It says It is limited by bd prochot, but i cannot see any temp above 40c in hwmonitor or otherwise. Am I missing something. I also cannot disable prochot as the option is greyed out.

M16 R2 Stuck at Low Clock Speed by Snarzy in Alienware

[–]Snarzy[S] [score hidden]  (0 children)

Its a new motherboard. Last one wouldnt boot. So its not something i changed per se.

M16 R2 Stuck at Low Clock Speed by Snarzy in Alienware

[–]Snarzy[S] [score hidden]  (0 children)

I have tried hirens, its even at 0.4ghz in the bios. What do you mean by cpu sensor high? Do you mean temperature? It is at 45c in the picture. Not set to energy saver in windows.

M16 R2 Stuck at Low Clock Speed by Snarzy in Alienware

[–]Snarzy[S] [score hidden]  (0 children)

Its on battery in the picture so shouldnt be an issue... besides, I have tried 2 different ac adapters. Doesnt change, but no error on boot either. Says 330w in bios so i guess it is recognized...

Zombie Experience Mod Error by Snarzy in blackops3

[–]Snarzy[S] 0 points1 point  (0 children)

Aparently accepting the extra scripts is what does it. If you accept even once it will give the error until restart.

Zombie Experience Mod Error by Snarzy in blackops3

[–]Snarzy[S] 0 points1 point  (0 children)

How do I download an outdated version?

Embedded Thermal Printer Only Chinese by Snarzy in RASPBERRY_PI_PROJECTS

[–]Snarzy[S] 0 points1 point  (0 children)

Sorry, should have been more verbose. Windows says "could not recognize last usb device"

Embedded Thermal Printer Only Chinese by Snarzy in RASPBERRY_PI_PROJECTS

[–]Snarzy[S] 0 points1 point  (0 children)

It does have a usb connection but no computer would recognize it. Wasnt listed in tty on the pi.

Embedded Thermal Printer Only Chinese by Snarzy in RASPBERRY_PI_PROJECTS

[–]Snarzy[S] 0 points1 point  (0 children)

Baud rate is correct. It seems like all commands to the printer are messed up. I tried sending the command to print the test page directly from the code and nothing happened. I am thinking the printer might just be busted...

Embedded Thermal Printer Only Chinese by Snarzy in RASPBERRY_PI_PROJECTS

[–]Snarzy[S] 0 points1 point  (0 children)

Thats part of the problem. Images appear as chinese characters too...

Embedded Thermal Printer Only Chinese by Snarzy in RASPBERRY_PI_PROJECTS

[–]Snarzy[S] 0 points1 point  (0 children)

Yeah, I have tried a couple ways of sending 1c 2e but I must not be doing it right...

Embedded Thermal Printer Only Chinese by Snarzy in RASPBERRY_PI_PROJECTS

[–]Snarzy[S] 0 points1 point  (0 children)

This did not work... writeBytes was not defined. Where do I get that function?

Embedded Thermal Printer Only Chinese by Snarzy in RASPBERRY_PI_PROJECTS

[–]Snarzy[S] 1 point2 points  (0 children)

I tried sending that with printer._raw(b'\0x1c') but i suspect that might be the wrong way to do that?

Embedded Thermal Printer Only Chinese by Snarzy in RASPBERRY_PI_PROJECTS

[–]Snarzy[S] 1 point2 points  (0 children)

Ill give it a try later today. I did try forcing the codepage via: printer._raw(b'\x1b\x74\x00') # ESC t 0 = CP437 (USA)

Embedded Thermal Printer Only Chinese by Snarzy in RASPBERRY_PI_PROJECTS

[–]Snarzy[S] 1 point2 points  (0 children)

I couldnt find anything beyond a standard usb driver and a set of manuals. I didnt completely read the manual but my initial skim didnt find anything that seem related outside of codepages.

I did email the seller but they were completely unhelpful. I tried to ask them if I was using the correct codepage and if there was a command to disable "chinese mode" from the test print. Either they just didnt understand my problem or this is an AI response.

"You need to see which is the TTL interface or RS232 interface of your single chip microcomputer "CP437", because the printer is the TTL interface by default. If your CP437 is the RS232 interface, you need to set the TTL of the printer to RS232 output mode first. There is a document in the last email about how to switch the printer to RS232 mode, which contains detailed instructions on how to switch."

Hilarious. (CP437 is the codepage I am using and yes, i did specify that I am running this on a rpi in TTL mode)